*{
	margin: 0px;
	padding: 0px;
	border:none;
}


body {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#wrapper {
	margin: auto;
	width: 850px;
	height: 100%;
}

#header{
	float: left;
	width:850px;
	height:150px;
}

#title{
	float: left;
	width:364px;
	height:66px;
	padding-top: 40px;
}

#title a{
	display: block;
	width: 100%;
	height:100%;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#navigation{
	float:right;
	width:440px;
	padding-left:25px;
}

.navlinks li{
	display: block;
	list-style-type: none;
	float: left;
}

.navlinks li a{
	float: left;
	width: 100px;
	text-decoration: none;
	color: #939184;
	text-transform:uppercase;
	font-size: 12px;
	text-align: center;
	font-family: "Century Gothic";
	height: 85px;
	width:100px;
	padding-top:65px;
	border-left-width: 1px;
  	border-left-style: solid;
  	border-left-color: #3f3e3e;
}

.navlinks li a:hover {
	color: #2367a2;
	background-image:url(../images/nav_hover.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	height: 85px;
	width:100px;
	padding-top:65px;
}


li.borderx2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3f3e3e;
}

#content_span{
	min-height: 500px;
	width:1200px;
	clear:both;
	float:left;
	background-image:url(../images/template_content_bg.png);
	background-repeat:no-repeat;
	height: 100%;
}

#content {
	min-height:500px;
	width: 850px;
	clear:none;
	float:left;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 85px;
	height: 100%;
}

#footer{
	float: left;
	width: 850px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:93px;
	padding-top:35px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
h6 {
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9FA0A1;
}

.footer a{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.footer a:hover{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #09C;
	text-decoration: none;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	text-decoration: none;
	color: #9FA0A1;
}

h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9FA0A1;
	text-decoration: none;
}

h5 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A70AE;
	text-decoration: none;
}

#picture {
	height: 152px;
	width: 136px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
