/* CSS Document */
body{
	background-color: #000000;
	background-image:url(../images/layout/test_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #3b53db;
}
a:visited {
	color: #263aab;
}
a:hover {
	color: #506aff;
}
a:active {
	color: #ABD8EF;
}
#shell{
	width:100%;
	font-size:.8em;
}
p{
	
}
ul{

}
li{
	line-height:1.5em;
}
#headerShell{
	margin-left:2px;
}
#header{
	width:745px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:110px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#login{
	font-size:.8em;
}
#nav{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	font-size:1em;
	width:100%;
	height:24px;
	padding-top:8px;
}
#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#nav ul li{
	display:inline;
	padding-left:12px;
	padding-right:12px;
}
#nav ul li a{

}
#nav ul li a:hover{

}
#contentShell{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/layout/contentRep.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#0c1c8c;
}
#content{
	width:735px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #000000;
	min-height:300px;
}
#content2{
	margin:20px;
}

#footer{
	width:100%;
	background-image:url(../images/layout/footerBak.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	padding-top:13px;
	text-align:center;
	height:200px;
}
#footerContent{
	font-size:1.1em;
	width:738px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#footerLink{
	float:left;
	width:147px;;
}
#copyright{
	clear:both;
	padding-top:20px;
	font-size:.7em;
	color:#eeeeee;
	margin-left:auto;
	margin-right:auto;
}
#optional{
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	font-size:.8em;
}
.photoright{
	margin-left:20px;
	border: 1px solid #3b53db;
}
input{
	background-color: #171717;
	color:#3b53db;
	border:1px solid #0c1b88;
}
textarea{
	background-color: #171717;
	color:#3b53db;
	border:1px solid #0c1b88;
}
.photoborder{
	border: 1px #3b53db solid;
}
p.testimonial{
	font-size: 0.9em;
	margin-bottom: 20px;
}
p.testimonial strong {
	font-size: 1.1em;
}
.blue{
	font-weight:bold;
	color:#509be2;
}