/* CSS Document */

html, body, div, img, h1, h2, p  {
	margin:0;
	padding:0;
}
html, body {
	background-color:#000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
h2 {
	padding-bottom:7px;
	border-bottom:5px solid #fff;
}
p {
	margin-top:10px;
}
a {
	color:#c2c2c2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
div.whiteLine{
	margin:10px 0;
	border:1px solid #fff;
}

div.whiteLine2{
	margin:0px 0;
	border:3px solid #fff;
}



#body {
	width:780px;
	margin:0 auto;
}
#logo {
	width:272px;
	margin:40px auto;
}
#content {
	margin-top:12px;
	margin-bottom:40px;
}
#contentLeft {
	float:left;
	width:140px;
}
#contentRight {
	float:left;
	width:510px;
	margin-left:33px;
}
#contentRight p {
	font-weight:bold;
}
#footerText {
	margin-top:10px;
	line-height:50px;
}
#copyright {
	margin-top:10px;
	
	font-size:10px;
}