@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
background-color: #000000;
background-image: url(../images/background.png);
background-repeat: repeat-x;
margin: auto;
width: 960px;
border-right: 1px solid #ffffff;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#spacer{
height: 35px;
color: #0099FF;
text-align: center;
padding-top: 15px;
}


#main {
border: 1px solid #ffffff;
width: 930px;
height: 480px;
text-align: left;
margin: auto;
background: #000000;
font-size: 12px;
font-weight: normal;
margin-left: 5px;
}

#sidebar_left {
border-right: none;
width: 180px;
float: left;
height: 450px;
padding: 0px 10px;
margin-top: 10px;
}

#main_content {
width: 680px;
margin-left: 215px;
height: 450px;
padding: 10px 10px 0px 10px;
margin-top: 15px;
background-image: url(images/training_tour.jpg);
background-repeat: no-repeat;
}

#second_sidebar_left {
width: 150px;
padding: 10px 0px 0px 0px;
margin: 30px auto;
float: left;
text-align:justify;
}

#second_sidebar_right {

width: 250px;
padding: 10px 0px 0px 10px;
float: right;
margin-top: 190px;
text-align: justify;
}

#footer {
margin: auto;

height: 10px;
width: 960px;
z-index: -5;

}

.header1 {color: #FFFFFF; text-align:center; font-size: 140%}
.header2 {font-size: 130%;}
.header3 {text-align:right; font-size: 160%; color: #CCCCCC;}
.header4 { font-size: 140%; color: #ff7b00;}
.content_left {border-top: 1px solid #ff7b00; padding: 5px; border-left: 1px solid #ff7b00; border-bottom: 1px solid #ff7b00; }
.pink_text {color: #FFFFFF; font-size: 120%;}
.small_text {color: #FFFFFF; font-size: 80%;}
.grey_text {color: #666666; }
A:link {color: #FFFFFF; text-decoration: none}
A:visited {color: #FFFFFF; text-decoration: none}
A:active {color: #CCCCCC; text-decoration: none}
A:hover {color: #769eb9;text-decoration: none}
.link_left {border-top: 1px solid #ff7b00; border-right: 1px solid #ff7b00; border-bottom: 1px solid #ff7b00; padding: 5px 5px 5px 0px;}
.style1 {color: #a9377f; font-size: 120%;}