/* CSS Document */

body
{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

a
{
color:#DD0000;
}
a:hover
{
color:#FFCC00;
}

hr
{
border:#333333 dotted 1px;
height:1px;

}

.wrap
{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

.outer
{
width:600px;
margin-right:15px;
float:left;
font-size:12px;
}

.header
{
width:600px;
margin-left:auto;
margin-right:auto;
}

.header_left
{
width:267px;
float:left;
}
.header_right
{
width:333px;
float:right;
}

.outer h1
{
color:#666666;
font-size:32px;
letter-spacing:-1px;
font-weight:normal;
}

.outer h2
{
color:#ff9900;
font-size:14px;
margin-bottom:0px;
padding-bottom:0px;
}
.outer h3
{
font-weight:normal;
font-size:16px;
}

.outer p
{
line-height:16px;
margin-top:0px;
padding-top:0px;
}

.outer_left
{
float:left;
width:260px;
padding-right:20px;
}
.outer_right
{
width:260px;
padding-left:20px;
float:left;
border-left:#333333 dotted 1px;
}

.sidebar
{
	width:380px;
	float:right;
	background-color:#333;
	padding:10px;
	border:dotted 1px  #666;
	color:#FFF;
	font-size:11px;
}

.sidebar h1
{
color:#CCC;
font-size:32px;
letter-spacing:-1px;
font-weight:normal;
padding:0px;
margin:0px;
}

.sidebar h2
{
	font-size:16px;
	color:#ff9900;
margin-bottom:0px;
padding-bottom:0px;
}
.sidebar a
{
	color:#FFCC00;
	
}

.footer
{
font-size:10px;
margin-left:auto;
margin-right:auto;
width:600px;
padding:10px;
}

.upwithit a
{
color:#0066CC;
text-decoration:none;
}
.upwithit a:hover
{
color:#FFFFFF;
}