﻿body 
{
    font-family:Trebuchet MS;
    font-size:.85em;
    padding:0;
    margin:0;
    background:url(img/bg/15.png);
}

#shell
{
    width:920px;
    float:none;
    clear:both;
    border-left:solid 2px #FFF;
    border-right:solid 2px #FFF;
}

#header 
{
    width:921px;
    height:163px;
    background:#FFF url(#) no-repeat;
}

.modalBG {background:#333;filter:alpha(opacity=70);opacity:0.7;}

h5 {font-weight:bold; font-size:1.4em; font-style:italic; margin-bottom:-8px;}

#container
{
    width:900px;
    background:#3448b3 url(img/side_bg.jpg) repeat-x bottom left;
    padding:10px;
}
    

#side 
{
    width:170px;
    float:left;
    text-align:left;
}

#side ul {list-style-type:none; padding:0; margin:0;}

#side li {display:block;padding-top:10px;}

#side a {color:#FFF;text-decoration:none;font-size:1.4em;font-weight:bold;}

#side a:hover {color:#00e4ff;}

.content
{
    width:700px;
    float:right;
    text-align:justify;
    padding:10px;
    border:solid 1px #FFF;
    background:#FFF url(img/content_bg/rotate.php) no-repeat top left;
}

.content .tertiary{list-style-type:none;padding:0;margin:0;padding-bottom:35px;margin-top:-10px;}

.content .tertiary li{display:inline-block;padding-left:20px;float:right;}

.content .tertiary a{color:#3448b3;font-weight:bold;font-size:1.3em;font-style:italic;text-decoration:none;}

.content .tertiary a:hover{color:#000;}

.content h1
{
    text-align:right;
    font-size:30px;
    font-weight:bolder;
}

.content .norm {font-size:.85em;}

#footer 
{
    width:660px;
    border-top:solid 2px #3448b3;
    padding:10px;
    padding-top:20px;
    margin-top:20px;
    text-align:center;
    font-size:.85em;
    float:none;
    clear:both;
}

#footer .link {font-size:1em;font-weight:normal;font-style:normal;}


    
    