@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	text-align: center;
}

/* restart styling */
div {
	padding:0;
	margin:0;
}

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:980px;
	text-align:center;
	background-image:url(../../images/container_bg.jpg);
	background-repeat:repeat-y;
}

div#container_gradient_wrap{
}

div#header {
	background-color:#e7e7e7;
}

div#logo {
	float:left;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}


div#small_navi {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	padding-right:15px;
	padding-top:85px;
	color:#454545;
}

div#small_navi a {
	text-decoration:none;
	color:#454545;
}

div#small_navi a:hover {
	text-decoration:underline;
}

div#banner{
}

/* STYLES FOR NAVIGATION */

div#navi {
	text-align:left;
	background-image:url(../images/topnavi/navi_background.jpg);
	background-repeat:repeat-x;
	clear:both;
	padding-left:0px;
}

/* END OF STYLES FOR NAVIGATION */

/* STYLES FOR MAIN BODY AREA */

#body_background {
}

#body_canvas {
}

#body_base {
	clear:both;
}

/* STYLES FOR 3- COLUMNS */

#content_wrapper {
	float: left;
	width: 100%;
}

#content_panel {
	margin: 0 180px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	text-align: left;
}

#left_panel {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -980px;
}

#right_panel {
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left marginto -(RightColumnWidth)*/
}

/* END OF STYLES FOR 3- COLUMNS */


/* END OF STYLES FOR MAIN BODY AREA */

div#footer {
	clear:both;
	background-color: #cde0f0;
	height:50px;
}

div#footer_text {
	font-size:10px;
	text-align: right;
	color: #88a2b8;
	margin-right:20px;
	padding-top:10px;
}

/* END OF BASIC SITE SECTIONS */

/* OTHER SITE- OR PURPOSE- SPECIFIC STYLES GO HERE */
