@charset "utf-8";
/* CSS Document */
iframe
{
    display: none;
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
}
body
{
    background: #BABABA url(images/background2.jpg) repeat-y scroll center top;
    font-family: Lucida Sans,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 0.75em;
    color: #999;
}
#site
{
    /*border-right:1px solid #FFF; 	border-left:1px solid #FFF;*/
    margin: 0px auto;
    height: 100%;
    width: 740px;
    padding: 0;
}
#header
{
    height: 92px;
    margin-bottom: 25px;
}
#logo
{
    /*position:relative;*/
    float: left;
    background: url(images/ctc_logo.png) no-repeat;
    width: 100px;
    height: 92px;
    margin: 10px 0 0 20px;
}
#brand
{
    background: transparent url(images/ctc_brand.png) no-repeat scroll 0%;
    height: 63px;
    width: 231px;
    left: 130px;
    float: left;
    margin: 15px 0 0 10px; /*position:relative;*/
    top: 15px; /*margin:0; 	padding:0;*/
}
#nav
{
    /*position:relative;*/ /*top:20px;*/
    float: left; /*clear:both;*/
    width: 500px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#body_content
{
    clear: both;
    color: #fff; /*width:645px;*/
    margin: 0px auto;
    /*text-align: justify; padding:10px 0;*/ /*border-bottom:1px solid #333;*/
    line-height: 1.5em;
    color: #999;
}
#page
{
    width: 645px;
    margin: 0px auto;
    border-top: 1px solid #333;
}
#body_content a:link
{
    color: #fff;
    text-decoration: underline;
}

#footer
{
    width: 645px;
    clear: both;
    margin: 10px auto;
    text-align: center;
    color: #999;
    border-top: 1px solid #333;
    padding-top: 20px;
    padding-bottom: 20px;
}

#nav ul, #footer ul
{
    color: #FFF;
    display: inline; /*padding:0 0 10px 20px;*/
    padding: 0px;
    margin: 0px;
}
#nav li, #footer li
{
    display: inline;
    margin: 0px;
}
#nav li a:link, #nav li a:visited, #nav li a:active
{
    color: #FFF;
    text-decoration: none;
}
#footer li a:link, #footer li a:visited, #footer li a:active
{
    color: #999;
    text-decoration: none;
}
#nav li a:hover, #footer li a:hover
{
    border-bottom: 5px solid #333;
    color: #999;
    display: inline;
}
#nav span, #footer span
{
    color: #666;
    padding-right: 5px;
    padding-left: 6px;
}
#hp_photo
{
    float: left;
    clear: both;
    background: url(images/hp_photo.jpg) no-repeat;
    margin: 0 auto;
    width: 700px;
    height: 100%;
    position: relative;
    margin-left: -20px;
}
#intro
{
    font-family: Lucida Sans,Verdana,Arial,Helvetica,sans-serif;
    padding: 320px 0 0 0;
    position: relative;
    border-top: 1px solid #333; /*top:315px;*/
    /*width: 645px;*/
    margin: 0px auto; /*text-align:justify;*/
}
h2
{
    font-size: 1.2em;
    color: #CCC;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0;
}
#intro h2
{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}
#welcome
{
    width: 370px;
    float: left;
    clear: left;
    padding: 0px 20px 0px 20px
}
#news
{
    width: 230px;
    float: right;
    visibility: hidden;
}
