/* CSS Document */
body
{
margin:60px auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
background:#1a1a1a url(../images/bg.jpg) repeat-x top;
font-size:12px;
}

#wrapper
{
margin:auto;
width:782px;
height:auto;
}

/*.flash
{

background:#232323;
}*/

.header
{
background:#232323;
}

.content_area
{
width:782px;
height:auto;
margin-top:6px;
}

.content_area1
{
width:782px;
height:auto;
margin-top:35px;
/*padding:0px 20px;*/
}

.content_area2
{
width:742px;
height:auto;
margin-top:6px;
padding:25px 20px 0px 20px;
}

.left_area
{
width:508px;
height:auto;
background:#232323;
padding:25px 20px;
}

.right_area
{
width:188px;
height:auto;
padding:25px 20px;
border-bottom: solid #232323 4px;
}

.left_area1
{
width:375px;
height:auto;
/*padding:10px 20px;*/
padding:10px 15px 10px 0px;
}

.right_area1
{
width:350px;
height:auto;
padding:10px 20px;
}

.strip
{
border-left: solid #1a1a1a 6px;
}

.strip1
{
border-left: solid #232323 2px;
}

.title
{
font-size:24px;
font-weight:bold;
color:#fff;
padding-bottom:20px;
}

.content
{
font-weight: normal; 
color:#676767;
}

#footer
{
width:782px;
height:63px;
margin:auto;
background:#212121;
margin-top:30px;
}

.footer_content
{
color:#555555;
text-align:left;
padding-left:25px;
padding-top:25px;
}
.footer_content a
{
color:#555555;
text-decoration:underline;
}

.footer_content a:hover
{
color:#555555;
text-decoration:none;
}

p
{
padding:0px;
margin:0px;
}

