@charset "utf-8";

body{
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #1a1717;
}

#wrapper {
	width: 981px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}

#header{
	height: 271px;
	background:#000000 url(../images/angus_header.jpg) no-repeat;	
}

#header .spright{
	text-align: right;
	color: #fff;
	padding-top: 25px;
	padding-right: 25px;
}

/*BOF Menu*/
#menu{
	height: 48px;
	background:#cb9900 url(../images/menu_bar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 250px; 
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	display:inline;
	height: 48px;
}

#menu a:link, #menu a:visited {
	margin: 0;
	display: block;
	float: left;
	line-height: 48px;
	color: #333;
	font-weight: 600;
	padding-right: 45px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #0066CC;
}

#menu ul#mainlevel-nav li a.mainlevel-nav#active_menu-nav {
	text-decoration: none;
	color: #006699;
}

#maincontent{
	background: #FFFFFF url(../images/content_bg.gif) repeat-y;
	padding: 25px 45px 35px 305px;
	line-height: 20px;
}

#maincontent a{
	color: #996600;
	text-decoration:none;
}

#maincontent a:hover{
	text-decoration:underline;
}

#btmrcontent{
	height: 57px;
	background:#FFFFFF url(../images/contentbtmbg.gif) repeat-x;
}

#leftbtm{
	width:287px;
	float:left;
}

#rightbtm{
	 width: 169px;
	 float: right;
}

#footer{
	clear: both;
	height: 46px;
	background:#110f10 url(../images/footerbg.jpg) no-repeat;
}

#footer .copyright{
	color: #cccccc;
	padding-left: 25px;
	line-height: 46px;
	font-size:10px;
}

#footer a{
	color: #cccccc;
	text-decoration:none;
}

#footer a:hover{
	color:#FFCC00;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

h3{
	font-size: 14px;
}

