#Contents { /* This contains everything */
    width:              90%;
    height:             608px;
    margin:             5px auto;
    position:			relative;
	border: 1px solid #000000;
}

#Header { /* This contains the CTC Atlanta header image */
    position:           relative;
    height:             115px;
    border-bottom:      1px solid #066666;
    background-color:   #FFDAB9;
}

#Menu { /* This contains the horizontal menu under the header flash movie */
	position:relative;
	height:28px;
	line-height:18px;
	text-align:center;
	border-top: 2px solid #808080;
	border-bottom: 1px solid #aaaaaa;	
	background-color:   #e7e7e7;
}

#Menu a {
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 7px;	
	border-bottom: none;
	height: 28px;
}

}

#ButtonOrange { /* This really isn't a button but it's a placeholder in the row of buttons */
    position:           absolute;
    width:              134px;
    height:             29px;
    border-right:       1px solid #320149;
    background-color:   #320149;
}


#LeftMenuBody { /* This container holds the left vertical menu and the body container of the website */
    position:           relative;
    height:             434px;
    background-color:   #FFFFFF;
	background-image: 	url('../images/left_menu_bkg.gif');
}

#LeftMenu {
	padding-left: 		5px;
    position:           absolute;
    width:              134px;
    height:             434px;
	background-image: 	url('../images/left_menu_bkg.gif');
	background-repeat:repeat-x;
    background-color:   #FFFFFF;
    text-align:         left;
    font-size:          12px;
}

#BodyContainer { /* This container holds the body and the bottom border */
    position:           absolute;
    left:               135px;
    width:              650px;

	background-color:#FFFFFF;
}

#Body {
    position:           relative;
    width:              relative;
    height:             433px;
}

#BottomBorder {
    position:           relative;
    width:              785px;
    height:             28px;
	color: #FFFFFF;
    background-color:   #000000;
	background-image:url(../images/footer_bkg.gif);
	border-top: 1px solid #000000;
}

div.leftmenu {
    padding:            10px 0px;
}

div.leftmenu a {
    color:              #000000;
    text-decoration:    none;
    line-height:        18px;
}

div.leftmenu a:hover {
    text-decoration:    none;
    color:				#FFFFFF;
}

.ClearAll{
	clear:both;

}

.WhiteText{
	color: #FFFFFF;
}

.FooterShadow{
	background-image: url(../images/footer_shadow.gif);
	background-repeat:repeat-x;
    width:              785px;
    height:             15px;
    margin:             0px;
	padding: 			0px;
	border: 			0px;
    position:			relative;
}
