/* body and html */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
        font-size: 13px;  /* standard size for normal fonts */
	color: #2c2960;    /*standard color for all text */
	text-align: center;
        height: 100%;
        width: 100%;
	background-color: #215094;
}

a { color: #000; }

#theContainer {
    width: 100%;
    height: 100%;
    background: #215094 url('../images/bg.jpg') 100% 0 no-repeat;    
}

#theContent {
    width: 1190px;
    height: 360px;
    margin: 0 auto;
}

#theLeft {
    float: left;
    display: inline;
    width: 600px;
    height: 360px;
}

#theNavigation {
    padding: 335px 0 0 0;
    text-align: left;
    height: 20px;
    line-height: 20px;
    vertical-align: center;
    font-size: 16px;
    color: #5f4488;
}

#theNavigation a {
    color: #5f4488;
    height: 16px;
    line-height: 20px;
    vertical-align: center;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}

#theNavigation a:hover {
    color: #00b4ef;
}
    

#theRight {
    float: left;
    display: inline;
    height: 360px;
    width: 389px;
}

#theRightContent {
     filter:alpha(opacity=75); 
    -moz-opacity: 0.75; 
    opacity: 0.75;
    background: #ffffff;
    width: 242px;
    height: 360px;
    text-align: right;
}

#theRightContent p { 
    line-height: 20px;
    font-size: 15px;
    color: #030211;
    margin: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
	padding:10px;
}

    

#theBar {
    clear: both;
    width: 100%;
    height: 100px;
    background: #030211;
}

#theColor { 
    width: 789px;
    height: 100px;
    background: url('../images/main_bar.jpg') 0 0 repeat-x;
    margin: 0 auto;
}

#theBottomContent {
    margin: 12px auto;
    width: 789px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
}

#theBottomContent p {
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
}

#theColumn { 
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 248px;
    width: 148px;
    height: 730px;
    background: none;
    overflow: hidden;
}

#theSliding {
    height: 730px;
    width: 148px;
    margin: 0;
    padding: 0;
}



 
 .floatLeft { float: left; display: inline; }
 img.floatLeft { float: left; display: inline; margin: 10px 10px 10px 0; }
 
 img.side {
 /*
    display: none;
    margin: 0;
    padding: 0;
    filter:alpha(opacity=0); 
    -moz-opacity: 0; 
    opacity: 0;
*/
}

/* End Containers */

sup {   font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
/*fixes floating div problems*/
.clearfix:after, #theContainer:after, #theBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

