/* email me if you use this I would love a donation if this is used for a commercial work email me rashard@gmail.com*/







body {
	margin: 0px 0;
	padding: 0;
	background: #dF9B36;
	color: #ccc;
	line-height: 1.3em;
	background-image: url(../../../images/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}


.content {
	background: #FFFFFF;
	color: #808080;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border-left: 2px solid White;
	border-right: 2px solid White;

}

#top {
	
	background: url(../../../images/logo.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 80px;
	background-attachment: scroll;
	background-position: right;
}
#title {
  position: relative;
/*  z-index: 3;*/
  /*top: 5px;*/
/*  left: 130px;*/
	float: left;
  padding-top: 5px;
  padding-left: 35px;
/*  text-align: right;*/
}

#title h1
{
	font: normal small-caps 900 30px Helvetica,Arial,sans-serif;
}

#title h2{
background-image: url(../../../images/h2title.gif);
	
}




#top img { 
	border: none; 
}


#header { 
	margin: 0; 
	width: 800px; 
	background: url(../../../images/head.jpg) no-repeat;  
	height: 200px; 
	 
}


#header .headings {	
	padding: 25px 0 0 30px; 
}

#header h1 {
	font: 29px small-caps Helvetica,sans-serif  ;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0 130px;
}

#header h2 {
	font: 16px Helvetica,Arial,sans-serif small-caps ;
	background-image: none;
	color: #000;
	margin: 0;
	padding: 2px 0 0 180px;
}

#navlist
{
	border-bottom: 1px solid #E7D7BF; /*border-top: 1px solid #FFCC66;*/
	margin-bottom: 30px;
	margin: 0;
	padding-left: 20px;
	font: 1.8em Helvetica,Arial,sans-serif small-caps;
	padding-bottom: 2px;
	padding-top: 3px;
	background-image: url(../../../images/navbg.gif);
	background-repeat: repeat-x;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	/*border: 1px solid #FF9900;*/
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #E4D6CB;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border-top: 6px solid white;
	/*border-bottom: 5px solid white;*/
	padding: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}




#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.5em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active1 a {
	border-top: 5px solid white;
	background-color: transparent;
}









#footer {
	clear: both;
	height: 70px;
	background: url(../../../images/footerbg.gif) repeat-x bottom left;
	color: #ffffff;
	font: 90% Helvetica,Arial,sans-serif small-caps;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#footer .info { 
	padding: 20px 0px 0px 5px; 
}

#footer a {
	color: Lime;
}

