@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-color:#696969;
	text-align: center;	
}

h1, h2, h3, p {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	color:#900f0f;
	color:#FF9900;
}

/* BASIC SITE SECTIONS */
/* 
	sections that are not in use should be made hidden:
	display: none;
	visibility: hidden;
*/

div#container {
	margin: 0 auto;
	width:960px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
}

div#container_gradient_wrap{
	
}

div#logo {
	margin:0px;
	padding:0px;
	padding-top:10px;
	width:960px;
}

div#banner{
}

/* STYLES FOR NAVIGATION */

div#navi {
	clear:both;
	padding:0px;
	margin:0px;
	height:31px;
}

/* END OF STYLES FOR NAVIGATION */


/* STYLES FOR MAIN BODY AREA */

#body_background {
	background-color:#696969;
}

#body_canvas {
	
}

#body_base {
	clear:both;
	background-image:url(../images/body_base.jpg);
	background-repeat:no-repeat;
	height:12px;
}


/* STYLES FOR 3- COLUMNS */

#content_wrapper {
	float: left;
	width: 100%;
}

/* END OF STYLES FOR 3- COLUMNS */


/* END OF STYLES FOR MAIN BODY AREA */

div#footer {
	clear:both;
}

div#footer_text {
	font-size:10px;
	text-align: right;
	padding-top:6px;
	padding-right: 15px;
	padding-bottom: 20px;
	color: #ffffff;
}

/* END OF BASIC SITE SECTIONS */

/* OTHER SITE- OR PURPOSE- SPECIFIC STYLES GO HERE */