@charset "utf-8";
/* CSS Document */

html{height:100%;}

img{border:none;}

body{
	background-color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	height:100%;
}

a{
	text-decoration:none;
	color:#808080;
	font-weight:bold;
}

a:visited{
	color:#606060;
}

a:hover{
	color:#9e9d9d;
}

h1{
	font-size:20px;
	margin:2px 0 16px 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:16px;
}

.siteborder{
	width:767px;
	margin:auto;
	background-image:url(images/background.jpg);
	min-height:100%;
}
.mainwrapper{
	margin-left:9px;
}

.banner{
	height:186px;
}

.navigation{
	background-image:url(images/nav_background.jpg);
	width:749px;
	height:21px;
	display:block;
}
	.nav_holder{
		float:right;
	}
	.navigation li{
		padding-right:24px;
	}

.flash{}
.content{
	background:#343434 url(images/text_background.jpg) top right no-repeat;
	font-size:12px;
	padding: 25px 0 25px 25px;
	width:724px;
	line-height:14px;
	min-height:420px;
}
	.content li{
		margin:5px 0 5px 25px;
		list-style:disc;
	}
	
	.content p, ul{
		margin-bottom:10px;
	}
	
	.content img{
		border:2px solid #151515;
	}
	
.left_col{
	float:left;
	width:303px;
}
.right_col{
	float:left;
	width:265px;
	margin-left:50px;
	margin-top:35px;
}

.lower {
	float: left;
	width: 618px;
}

.links_holder{
	border-top:solid #808080 1px;
	padding-top:5px;
	width:200px;
}


