@CHARSET "UTF-8";


body, div, td {

	font-family:Arial;

	font-size:16px;

	line-height:20px;

}


body {

	margin:0px;

	padding:0px;

}


#page {

	width:1000px;

	overflow-x:hidden;

	background:url('../images/nav_bg.jpg') left top repeat-y;

	position:relative;
}


#header {

	position:relative;

	height:103px;
	overflow:hidden;
}

#header_overlay {

	position:absolute;

	left:836px;

	top:103px;

	width:441px;

	height:27px;

	z-index:10;
}

#container {

	float:right;

	width:790px;

	margin-right:20px;

	z-index:0;
}

body.home #container {
	width:843px;
	float:right;
	margin-right:0px;
}
#nav {

	width:157px;

	float:left;

}

#nav ul {

	margin:0px;

	padding:10px 0px 10px 10px;

	list-style-type:none;

}

#nav li  {

	padding:10px 0px;

}

#nav li a:link, #nav li a:visited, #nav li a:hover {

	color:#ff9920;

	font-weight:bold;

	text-decoration:none;

}


#footer {

	background-color:#ff9920;

	padding-top:10px;

	color:#ffffff;

	font-size:19px;

	line-height:23px;

	font-weight:bold;

	text-align:center;

	padding-bottom:60px;

}


h1 {

	font-size:26px;

	line-height:30px;

	color:#ff9920;

}

h2 {

	font-weight:bold;

	font-size:16px;

	line-height:20px;

	margin-top:30px;

}


.c {

	text-align:center;

}


.clear {

	clear:both;

}

a img {

 	border-width:0px;

}
