*
{
	margin: 0;
	padding: 0;
}


img
{
border:0;
}

.heady h3
{
font-style:italic;
}

body
{
background: #000;
}






#container
{
position:absolute;
left: 50%;
margin-left: -475px;
padding-bottom: 60px;
width:950px;
}



#header
{
float: left;
width: 900px;
height: 175px;
margin-bottom: 15px;
}




#leftColumn
{
float: left;
width: 250px;
min-height: 500px;
margin-right: 15px;
padding-bottom: 30px;
padding-top: 0px;
}




#rightColumn
{
float: left;
width: 650px;
height: 700px;
}

#nav
{
position: relative;
width: 200px;
margin-left: 20px;
}

.box
{
float: left;
margin-left: 20px;
margin-top: 60px;
}

.post
{
width: 630px;
border-top: 1px dotted  #fff;
padding-top: 10px;
padding-bottom: 10px;
}

.heady
{
font-size: 25px;
font-weight: normal;
}


.post img
{
margin-bottom: 10px;
}

.post object
{
margin-top: 10px;
}

.logo
{
margin-left: 25px;
font-size: 80px;
margin-top: 20px;
}

.title
{
color: #0E8DED;
margin-bottom: 10px;
}


.title a
{
color: #0E8DED;
}


.nexty a
{
color: #0E8DED;
}


a
{
color: #F5883A;
text-decoration: none;
}


.date
{
margin-bottom: 10px;
}


/*-------------nav----------------*/




p
{
font-family: arial;
color: #fff;
font-size: 12px;
line-height: 150%;
}


#nav ul
{
float: left;
}


#nav ul li
{
list-style-type: none;
color: #fff;
display: block;
line-height: 160%;
border-top: 1px solid #fff;
width: 200px;
font-size: 15px;
font-family: arial;
}


#nav ul li a
{
color:  #fff;
text-decoration: none;
}



h1,h2,h3,h4,h4,h5,h6
{
font-family: arial;
color: #fff;
font-weight: normal;
}

.box ul
{
float: left;
margin-top:20px;
}


.box ul li
{
font-family: arial;
font-size: 11px;
line-height: 160%;
list-style-type: square;
list-style-position: inside;
color: #0E8DED;
white-space:nowrap;
}

.box ul li a
{
text-decoration: none;
color: #0E8DED;
}

.box h3
{
font-weight: normal;
}

#nav ul li a:hover
{
color: #7B8288;
}

.box ul li a:hover
{
color: #7B8288;
}

.orange ul li {
	color: #F5883A;
	}

.orange ul li a {
	color: #F5883A;
	}