@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	
	text-align:center;
	
}
h1 { font-size: 18px }
h2 { font-size:14px }
h3 {font-size:12px }
a:link, a:visited {
	color:#0000CC;
}
div.clear {
	clear:both;
}

/**********************************************
GLOBAL PAGE SIZE
this section sets the global size of the page.
change the width of the page.
***********************************************/
#design_wrapper {
	display:block;
	width:755px;
	margin:0 auto;
	text-align:left;
	
	background-color:#FFFFFF;
}
#header_wrapper, #body_wrapper, #footer_wrapper {
	display:block;
}
/**********************************************
HEADER SECTION
***********************************************/
#header_wrapper {
	
}
/**********************************************
BODY SECTION
***********************************************/
#body_wrapper {
	
}
/*adjusts the padding of the sections in the body*/
#body_wrapper #body_right_wrapper {
	display:block;
	width:212px;
	float:right;
}

#body_wrapper #body_content_wrapper {
	display:block;
	position:relative;
	margin-right:227px;
}
/**********************************************
FOOTER SECTION
***********************************************/
#footer_wrapper {
}
/*adjusts the padding of the sections in the footer*/
#footer_wrapper .footer_content {
	display:block;
	padding:10px;
}
