html {
	margin:0 0 0 -1px;
	padding:0;
	overflow-Y: scroll;
	background-color: #CCC;
}


body {
	padding:0;
	margin :0;
	display:table;
	width:100%;
}

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	background-color: #FFF;
}


p {
	letter-spacing: normal ;
	line-height: 1.7em ;
}

h1 {
	color:#505050;
	font-size:22px ;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#505050;
	font-size:20px ;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#505050;
	font-size:18px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#fa720a ;
	text-decoration:none;
}


a:hover {
	color:#fa720a;
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:100%;
	background-attachment: scroll;
	background-image: url(images/bg44.jpg);
	background-repeat:repeat-x;
	background-position: 50% 0px;
}
body {
	background-color:#000000;
}

#bg {
	margin:0 auto;
	padding:0;
	background-image: url(images/hat.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#header {
	margin: 0 auto;
	height: 200px;
	width: 880px;
	position:relative;
}


#page {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/page-bg.jpg);
}

#container {
	margin:0 auto;
	width:880px;
	background-color: #FFF;
}

#nav1 {
	height:50px;
	margin:0 auto ;
	width:870px;	
	text-align:center;
}


#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:50px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
}


#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url("images/hmenu.jpg") repeat-x top left;

}


#nav1 ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 50px ;
	line-height:50px;
	font-weight:bold;
}


#nav1 ul li a:hover, #nav1 li#current a {
	color:#ffb508;
	background:transparent url("images/hmenu-sel.jpg") repeat-x top left;
}
#nav1 {
	padding-top: 5px;
}


#content {
	width:870px;
	margin:0 auto ;
	text-align:left;
	min-height:800px;
}


#content p {
	text-align:justify;
}

#footerWrapper {
	margin:0 auto;
	height:110px;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/footerWrapper-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#footer {
	margin:0 auto;
	padding:0;
	width:880px;
	height:70px;
}

#footer {
	color:#FFFFFF;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}


#footer a:hover{
	color:#ffb508;
	text-decoration:none;
}

#right {
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
}

#center {
	width:590px;	
	padding:10px 20px 20px 20px ;
	float:left;
}

#content p {
	margin-top:10px;
	text-align:justify;
}


#sidebar ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #eeeeee;	
}

#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #eeeeee;
}

#sidebar ul.vmenu li a {
	text-decoration: none;
	color:#fa720a;
}

#sidebar ul.vmenu li a:hover {
	color:#820000;
}

#sidebar ul.vmenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.vmenu ul li { border: none; }


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background-color: #FFF;
}
