/* 
 * Always Boring:
 * main css
 */
 
	@import "reset.css";
 
 /*   ------------- HTML Selectors ------------- */
 
 body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	background: #181818;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 }
 
 p {
 	padding-bottom: 10px;
 }
 
 h1 {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	padding-left: 30px;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
 }
 h2 {
	font-size: 16px;
		line-height: 17px;


 }
 h3 {
	font-size: 14px;
 }
 h4 {
 	font-weight: normal;
	font-size: 14px;
 }
 
 
 /*   ------------- Elements ------------- */
 #main {
 	margin: 0px auto;
	width: 984px;
 }
 
 #header {
 	margin-top: 12px;
 }
 
 #logo {
 	margin-left: 32px;
 }
 
 /* Content */
 #content {
	width: 952px;
	min-height:564px;
	height:auto !important;
	height:564px;
	background-color: #6e6e6e;
	background-image: url(../images/main_content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
 
 #container {
 	min-height: 432px;
	height:auto !important;
	height: 432px;
	margin-left: 32px;
 }
 
 #insideFooter {
	height: 132px;
	background-image: url(../images/main_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
 
 #left {
 	margin-top: 40px;
	width: 630px;
 }
 
 #left ul{
	margin:0px 0px 0px 0px;
	padding:0 0 0 5px;
}

#left ul li{
	background-image:url(../images/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0 0 0 11px;}
	
#left a:link, #left a:visited, #left a:active {
 	color: #ffffff;
 }

#left a:hover {
 	text-decoration:underline;
	 	color: #8d1320;
	}
 
 
 #right {
 	margin-top: 40px;
	margin-right: 32px;
	width: 210px;
	float: right;
 }
 #right img {
 	padding-bottom: 8px;
	border: #888787 solid 1px;
	padding:4px;
 }
 
 #righthome {
 	margin-top: 40px;
	margin-right: 32px;
	width: 210px;
	float: right;
 }
 #righthome img {
 	padding-bottom: 8px;

 }
 #footer {
	width: 100%;
	height: 42px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
 }
 #design {
	text-align: right;
	width: 984px;
	margin: 0px auto;
	position: relative;
 }
 #hairylemon {
 	padding-top: 10px;
 	margin-right: 75px;
	color: #888787;
 }
 #hairylemon a:link, #hairylemon a:visited, #hairylemon a:active {
 	color: #888787;
 }
 #hairylemon a:hover {
 	text-decoration: none;
 }
 

 /* Main Navigation */
 #nav {
 	height: 48px;
	padding: 0px;
	margin: 0px;
 }
 #nav ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	line-height: 48px;
	list-style: none;
 }
 #nav li {
	float: left;
	background-image: url(../images/vertical_pipe.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 0px 6px;
	margin: 0px;
	font-weight: bold;
 }
 #nav #current {
	background-image: url(../images/current_link_bg.gif);
	background-repeat: repeat-x;
 }
 #nav li a {
 	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
 }
 #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
 	text-decoration: none;
 }
 #nav ul li a:hover {
 	color: #8d1320;
 }
 
