/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 01: 3 column
  -------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/star_bkgd.jpg);
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
a {
	color: #FFF;
	text-decoration: none;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear {
	clear: both;
}

/********************************************
   LAYOUT
********************************************/ 
#bodywrap {
	width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	background-image: url(../images/mainbox_middle.jpg);
	background-repeat: repeat-y;
}
#banner_secondary {
	background-image: url(../images/banner2_top.jpg);
	height: 150px;
	width: 1000px;
	background-repeat: no-repeat;
}
#banner2_Main {
	background-image: url(../images/banner2_Main.jpg);
	height: 850px;
	width: 1000px;
	background-repeat: no-repeat;
}
#topnav_wrapper {
	background-image: url(../images/nav_bar_secondary.jpg);
	height: 59px;
	width: 997px;
	background-repeat: no-repeat;
	clear: both;
}
#col_top {
	background-image: url(../images/banner_middle.jpg);
	background-repeat: no-repeat;
	height: 450px;
}
#sec_sidemenu_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FEA821;
	width: 175px;
	margin-left: 40px;
	margin-top: 29px;
	float: left;
}

#sec_page_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FEA821;
	width: 250px;
	margin-left: 400px;
	margin-top: 29px;
	float: left;
}


#sec_sidemenu_header {
	background-image: url(../images/sidemenu_header.jpg);
	height: 37px;
	width: 195px;
	background-repeat: repeat-x;
	margin-left: 23px;
	color: #FEA821;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	line-height: 37px;
	margin-top: 25px;
}
#sec_sidemenu_wrapper {
	width: 243px;
	color: #000;
}
#sec_sidemenu_middle {
	width: 243px;
	background-image: url(../images/column_middle_sidemenu.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.sec_sidemenu_content {
	margin-left: 35px;
	padding-top: 15px;
}
#sec_sidemenu_bottom {
	background-image: url(../images/column_bottom_sidemenu.jpg);
	width: 243px;
	background-repeat: no-repeat;
	height: 31px;
}
#sec_main_wrapper {
	background-image: url(../images/column_middle_main.jpg);
	width: 700px;
}
#sec_main_content {
	margin-top: 0px;
	margin-left: 200px;
	width: 600px;
}
#sec_main_middle {
	width: 700px;

}

#sec_main_bottom {
	height: 31px;
	background-image: url(../images/column_bottom_main.jpg);
	width: 754px;
	background-repeat: no-repeat;
}
#contact_box_wrapper {
	margin-top: 35px;
	height: 450px;
	margin-left: 35px;
}
#contact_box_left {
	background-image: url(../images/contact_box_left.jpg);
	background-repeat: no-repeat;
	height: 424px;
	width: 17px;
}
#contact_box_middle {
	background-image: url(../images/contact_box_middle.jpg);
	background-repeat: repeat-x;
	height: 424px;
	width: 600px;
}
#contact_box_form {
	background-image: url(../images/contact_box_middle.jpg);
	background-repeat: repeat-x;
	height: 424px;
	width: 497px;
	padding-top: 40px;
	padding-left: 30px;
}

#contact_box_right {
	background-image: url(../images/contact_box_right.jpg);
	background-repeat: no-repeat;
	height: 424px;
	width: 21px;
}
#col_bottom {
	background-image: url(../images/secondary_bottom.jpg);
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 997px;
}

#contact_sidemenu {
	margin-left: 25px;
	width: 200px;
}
#contact_sidemenu_wrapper {
	font-size: 12px;
	height: 200px;
	width: 243px;
}
#footer {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
}
#footercontent {
	padding: 14px;
	font-size: 10px;
	color: #FFF;
}
