@charset "UTF-8";
body {
	background: #42464C;
	margin: 0;
	padding: 0;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover { 
	color: #666666;
}

img { 
	border: 0; 
}

#wrapper{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: auto;
	
}

#footer{
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
}

h1 {
	color:#0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight: normal;
}

hr {
	height: 1px;
	color:#666666;
	background-color:#666666;
	border: 0;
}

#logo {
	padding-left: 20px;
	padding-bottom: 0px;
}

#logo img {
	position: relative;
	top: -30px;
}

.sublink, .sublink img{
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	float: left;	
}

#test {
	height: auto;
	margin: 0;
}
 
#test2 {
	height: auto;
	margin: 0;
}

#nav{
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;

}

#nav .link{
	margin: 0;
	padding-top: 13px;
}

/*ul#nav{
	list-style:none;
	margin: 0;
	padding: 0;
}


ul#nav li, ul#nav li.sfhover ul li {
	display: inline;
	list-style:none;
	margin: 0;
	padding: 0;
	height:18px;
	width:175px;
	overflow:hidden;
	vertical-align: bottom;	
}
ul#nav li img{
	display: inline;
	list-style:none;
	margin: 12px 0 0 0;
	padding: 0;	
	height: 18px;
	vertical-align: bottom;	

}
ul#nav ul li img, ul#nav li.sfhover ul li img {
	margin:0;
	padding:0;
	height: 18px;
	vertical-align: bottom;	
	float: left;

}

ul#nav div a img{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

ul#nav li ul{
	display: none;
	list-style:none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;	

}
ul#nav li:hover ul, ul#nav li.sfhover ul{
	display: block;
	list-style:none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;	



}*/
#content {
	height: auto;
	width: auto;
	border: 4px solid #7d7d7d;
	float: left;
}

.left {
	width: 175px;
	float: left;
	clear: left;
}

.right {
	background-color:#262626;
	width: 575px;
	text-align: justify;
	line-height: 18px;
	float: left;
	clear: right;
}

.right .content {
	margin-left: 15px;
}
.right .copy {
	margin-right: 15px;
	text-align: justify;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 18px;
}
.right .copy ul{
	list-style: none;
	list-style-image: url(images/bullet.gif);
}

.right .imgWrap{
	float: left;
	clear: right;
	width: 175px;
	padding-right:10px;
	margin-bottom: 50px;
}