body{
	background-color:#55BBFF;
	margin:0px;
	font:10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-top:15px;
}

/* CONTENT WRAPPERS */

.whole_page_wrapper{
	width:997px;
	background-color:red;
	background:url(../images/backgrounds/menu.jpg);
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
.header_wrapper{
	background:url(../images/banners/banner1.png) no-repeat;
	height:120px;
}
.left_side_wrapper{
	width:210px;
	background:url(../images/backgrounds/menu.jpg);
	min-height:250px;
	float:left;
}
.nav_wrapper{

}
.content_wrapper{
	width:787px;
	background-color:#FFF;
	float:left;
	min-height:250px;
}

.footer_wrapper{
	width:997px;
	text-align:center;
	float:left;
	margin: 0 auto;   /* align for good browsers */
	padding-top:15px;
	/*text-align: left; /* counter the body center */
}
.page_wrapper{
	background-color:#FFF;
	background-image:url(../images/backgrounds/menu.jpg);
	background-repeat: repeat-y;
}
/* NAV DECLARATIONS */
.nav_logo{
	height:30px;
	width:27px;
	background:url(../images/buttons/nav_button.png) no-repeat;
	float:left;
}
.nav_link{
	width:177px;
	line-height:30px;
	float:left;
	padding-left:5px;
	font-size:13pt;
	font-size:13pt;
}
.nav_link a{
	text-decoration:none;
	color:#111111;
	font-weight:bold;
}
.nav_link a:hover{
	text-decoration:none;
	color:#FF3333;
	font-weight:bold;
	border-bottom:solid black 1px;
}
.footer_wrapper a{
	color:#CCCCCC;
}
.footer_wrapper a:hover{
	color:#FFFFFF;
}

/* PAGE LAYOUTS */

.full_width_text{
	width:767px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.left_side_text{
	width:487px;
	padding-left:10px;
	float:left;
}
.right_side_pics{
	width:250px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.right_side_pics img{
	v_space:10;
}
.left_side_text ul{
	padding-left:30px;
}
.nested_pic{
	width:185px;
	float:left;
	padding-left:15px;
	float:left;
}
.nested_text{
	width:587px;
	float:left;
}

.file_output{
	width:750px;
	float:left;
	text-align:left;
	padding-left:50px;
}
/* MISC DIVS */

.spacer_horizontal{
	width:757px;
	height:3px;
	float:left;
}

