html, body, p, input, select, textarea
{
    font-family: Trebuchet, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 1.5;
    color: #CCCCCC;
}


body 
{
    background: #202020;
}

#frame
{
    margin: 0px auto 0 auto;
    width: 950px;
    background: #202020;
}

#header
{
    float: left;
    width: 950px;
    background: #202020 url(../images/dashline.gif) no-repeat; background-position: bottom;
}

#header_image
{
  width: 190px;
  float: right;
}

#header_links
{
  width: 750px;
  float: left;
  padding-top: 75px;
}

#page_name
{
    float: left;
    width: 950px;
    padding-top: 10px;
}

#body
{
    background: #202020;
}

#footer
{
    width: 950px;
    margin: 8px auto;
}

#footer .left
{
    float: left;
    color: #9b999f;
}

#footer .right
{
    float: right;
    color: #9b999f;
}

#leftcol
{
    float: left;
	height: 355px;
}

#leftcol img
{
margin-right: 20px;
width: 500px;
}


#rightcol
{
    float: left;
    width: 430px;
}



#widecol
{
    float: left;
    width: 950px
}


#thumbs
{
    float: left;
}

#thumbs img
{
	margin-right: 8px;
}	


h1
{
    font-family: Trebuchet, Helvetica, Sans-Serif;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

h2
{
    font-size: 11px;
    color: #ccc;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

h3
{
    font-size: 14px;
    color: #fff;
}



a
{
    text-decoration:none;
    color: #9b999f;
}

a:hover
{
    text-decoration:underline;
    color: #CC0066;
}




.clear
{
    clear:both;
    font-size: 1px;
    line-height: 0;    
}


