/*[variables]
colors
{
	@20: #993300;
	@10: #656635;
	@00: #140701;
}
*/
/*Elements*/
HTML
{
	overflow-y: scroll;
	background: #140701; /*[e]@00*/
}
BODY
{
	background: #140701 url(images/page-background.jpg) repeat-x -30px 401px; /*[e]@00 url(images/page-background.jpg) repeat-x -30px 401px*/
	/*[empty]color:;*/
	font-family: "Segoe UI", Arial, Verdana, sans-serif;
	font-family: Arial, Verdana, sans-serif;
	font-family: "Times New Roman", Arial, Verdana, sans-serif;
	font-size: 18px;
	/*[empty]line-height:;*/
}
*
{
	margin: 0;
	padding: 0;
}
HR
{
	display: none;
}
H1
{
	color: #3C6C6C;
	/*[empty]font-family:;*/
	font-size: 26px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}
H2
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 19px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
H3
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 14px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
P
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
A
{
	/*[empty]color:;*/
}
A:hover
{
	/*[empty]color:;*/
}
UL
{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
LI
{
}
A IMG
{
	border: none;
}
TABLE
{
	margin: 0 auto;
}
TD
{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 16px;
}
/*Classes*/
.clear
{
	clear: both;
}
.image-right
{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.image-left
{
	float: left;
	margin-top: 4px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.red
{
	color: #FF0000;
}
.invisible
{
	display: none;
}
/*Pages*/
#contact #single-column
{
	line-height: 31px;
}
/*Containers*/
#outer-container
{
	/*[empty]background:;*/
	margin: 0 auto;
	/*[empty]width:;*/
}
#container
{
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 12px;
	width: 800px;
	border: 3px solid #356567;
}
/*Header*/
#header
{
	background: url(images/logo.jpg) no-repeat top left;
	height: 145px;
	width: 800px;
}
/*Navigation*/
#navigation
{
	/*[empty]float:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	/*[empty]width:;*/
	background: url(images/navigation-background.jpg) no-repeat top left;
}
#navigation UL
{
	list-style-type: none;
	padding-left: 39px;
	padding-top: 6px;
}
#navigation UL LI
{
	/*[empty]display:;*/
	float: left;
}
#navigation UL LI A
{
	/*[empty]background:;*/
	color: #FFF;
	/*[empty]font-family:;*/
	font-size: 20px;
	text-decoration: none;
	/*[empty]text-transform:;*/
	margin-right: 24px;
	display: block;
	text-transform: lowercase;
	padding-right: 28px;
}
#navigation UL LI A:hover, #navigation UL LI A.active
{
	color: #ECBD4B;
	/*[empty]text-decoration:;*/
}
/*Left Column*/
#left-column
{
	padding-top: 26px;
	padding-right: 50px;
	padding-bottom: 24px;
	padding-left: 50px;
}
#left-column UL
{
	/*[empty]color:;*/
	font-size: 20px;
	list-style-type: square;
}
/*Right Column*/
#right-column
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Single Column*/
#single-column
{
	padding-top: 39px;
	padding-right: 59px;
	padding-bottom: 25px;
	padding-left: 38px;
}
#single-column UL
{
	color: #993300; /*[e]@20*/
	font-weight: bold;
	line-height: 2.2;
}
/*Footer*/
#footer
{
	background: url(images/footer-background.jpg) no-repeat top left;
	padding-top: 10px;
	text-align: center;
	width: 800px;
	height: 32px;
}
#footer A
{
	color: #140701;
	font-size: 17px;
}
