@charset "utf-8";

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	display: table;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #373737;
	padding-left: 2px;
}
#container {
	width: 1010px;
	margin: 0px auto;
	height: 100%;
}
#logo {
	width: 200px;
	float: left;
	height: 225px;
	background-image: url(../images/logo_w_outline.png);
	margin-top: 15px;
	background-repeat: no-repeat;
}
#slide_menu {
	width: 800px;
	float: left;
	height: 225px;
	background-image: url(../images/slide_menu_outline.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: center;
}
#slide_menu_spacer {
	width: 770px;
	height: 100%;
	margin-top: 0 auto;
	margin-left: 30px;
}
#slide_menu_4_margin {
	width: 790px;
	float: right;
	height: 200px;
	background-repeat: no-repeat;
}


#menu {
	width: 200px;
	float: left;
	height: 225px;
	margin-top: 15px;
}
#menu_top {
	width: 199px;
	float: left;
	height: 14px;
	background-image: url(../images/menu_top.png);
}
#menu_content {
	width: 195px;
	float: left;
	background-image: url(../images/menu_content.png);
	padding-left: 4px;
}
#menu_bottom {
	width: 199px;
	float: left;
	height: 15px;
	background-image: url(../images/menu_bottom.png);
}



#content {
	width: 796px;
	float: left;
	height: 100%;
	margin-top: 15px;
	margin-left: 4px;
}
#content_top {
	width: 750px;
	float: left;
	height: 23px;
	background-image: url(../images/content_bg_top.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 15px;
}
#content_content {
	width: 800px;
	float: left;
	height: 100%;
	background-image: url(../images/content_bg_middle.png);
	background-repeat: repeat-y;
}
#content_text {
	width: 765px;
	float: left;
	padding-left: 15px;
}
#content_centered {
	width: 500px;
	float: left;
	padding-left: 125px;
}


#content_bottom {
	width: 800px;
	float: left;
	height: 35px;
	background-image: url(../images/content_bg_bottom.png);
	background-repeat: repeat-y;
}
#footer_spacer {
	width: 1010px;
	float: left;
	height: 15px;
}
#footer {
	width: 100%;
	height: 200px;
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
#footer_top {
	width: 1000px;
	margin: 0px auto;
	height: 50px;
	float: left;
}
#footer_content {
	width: 1010px;
	height: 73px;
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 50px;
}
.header_home {
	color: #FFF;
	font-size: 39px;
	font-weight: normal;
	line-height: 18px;
}

.header_text {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}





.main_text {
	color: #FFF;
	font-size: 12px;
}

.main_text_bold {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.slide_menu_text {
	text-align: center;
	color: #FFF;
}










a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover { color: #bbb; text-decoration: none; }
a.two:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a.two:active, a:hover {
	color: #bbb;
	text-decoration: none;
}




.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	background-color: #373737;
}
