#content {
	margin:0;
	padding:0;
	border:0;
}
#content #wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}
/*  PAGE LAYOUT */

#content #leftcol {
	width:235px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	position: absolute;
	left: 268px;
	top: 412px;
}
#content #rightcol {
	width:410px;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .clearer {
	clear:both;
}
/* #bottomnav & p.bottomnav a properties
------------------------------------------*/
#content #bottomnav {
	padding:10px;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 54px;
	font-size: xx-small;
	text-align: center;
	text-transform: uppercase;
}
#content #bottomnav .bottomnav a:link {
}
#content #bottomnav .bottomnav a:visited {
}
#content #bottomnav .bottomnav a:hover {
}
#content #bottomnav .bottomnav a:active {
}
/*  IMAGE CONTROLS */

#content #imagenav {
	width: 250px;
	position: relative;
	margin: 10px;
}
#content #flashBox {
	width: 250px;
	position: relative;
	margin: 10px;
}
#content #alertbox {
	width: 250px;
	position: relative;
	margin: 10px;
}
#content #alertbox .bgTop {
	height: 34px;
	background: url(../assets/box_header2.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	white-space: pre;
	line-height: 30px;
	text-indent: 10px;
	font-variant: small-caps;
}
#content #alertbox .bgBottom {
	height: 9px;
	background: url(../assets/box_footer.jpg) no-repeat;
}
#content #alertbox .content {
	background: #fff url(../assets/box_body.jpg) repeat-y;
	white-space:normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../assets/clear.gif);
	line-height: 20px;
	font-variant: normal;
}

#content #navbox {
	width: 250px;
	position: relative;
	margin: 10px;
}
#content #navbox .bgTop {
	height: 34px;
	background: url(../assets/box_header2.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	white-space: pre;
	line-height: 30px;
	text-indent: 10px;
}
#content #navbox .bgBottom {
	height: 9px;
	background: url(../assets/box_footer.jpg) no-repeat;
}
/* #navbox .content properties
-------------------------------*/
#content #navbox .content {
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	background: #fff url(../assets/box_body.jpg) repeat-y;
}

/*  FONT STYLES - REGULAR */
#content .body {
}
/*  FONT STYLES - BOXES */
	
#content .seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
#content #panel {
	padding: 10px;
	position: relative;
}
/* color scheme properties for color <a> #930 & <a:hover> #000
---------------------------------------------------------------*/
#content #navbox .content p a, #alertbox .content a, p.bottomnav a {
	color: #930;
	text-decoration: none;
}
#content #navbox .content p a:hover, #alertbox .content a:hover, p.bottomnav a:hover {
	color: #000;
}

