/* CSS Document */

body {
	background-color: #000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75.5%;
	line-height:160%;
}

#main_wrap{
width:900px;
margin:0 auto;
}

#header_wrap{
width:900px;
height:150px;
margin:0 auto;
}

#header_wrap img{
float:left;
}

#contentWrap{
	width:900px;
	height:520px;
	overflow:none;
}

#copyScroll{
	float:left;
	width:520px;
	height:400px;
	margin-top:80px;
	overflow:auto;
	padding-right:30px;
}

#copyScrollsm{
	float:left;
	width:420px;
	height:400px;
	margin-top:80px;
	overflow:auto;
	padding-right:30px;
}

a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#990000;
	text-decoration:none;
}

label{
margin-right:10px;
}