/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#000;
}

h1 {
	font-size:1.8em;
	margin:0 0 8px 0;
}

h2 {
	font-size:1.5em;
	margin:0 0 8px 0;
}

h3 {
	font-size:1.4em;
	margin:0 0 8px 0;
}

p {
	margin:0 0 8px 0;
}

/* ---- class settings ----------------------- */

.text-indent { text-indent:15px; }
.red-text { color:#990000; }
.message_box { width:250px;	height:125px; }
.right { float:right; clear:right; width:223px; }
.left { float:left; clear:left; width:223px; }
.footer-right { float:right; clear:right; font-size:.8em; }
.footer-left { float:left; clear:left; }
.img-border { border:3px #990000 solid; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:735px;
	height:auto;
	background-color:#000;
	background-repeat:repeat-y;
	background-image:url(images/bg_mid.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:735px;
	height:332px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:117px;
	left:123px;
	width:200px;
	height:180px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:735px;
	min-height:332px;
	padding:0 0 30px 0;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_container {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:auto;
	margin:0 auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_content.jpg);
}

.main-top {
	position:absolute;
	top:0;
	left:0;
	width:680px;
	height:34px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top.jpg);
}

.main-btm {
	position:absolute;
	left:0;
	bottom:0;
	width:680px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-btm.jpg);
}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:191px;
	height:auto;
	padding:25px 10px 35px 10px;
}

/* ---- end side bar content settings ---------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:446px;
	height:auto;
	background-color:FEFDE8;
	padding:15px 10px 35px 10px;
}
.image_border {
	border: 2px solid #C33;
}
/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	color:#FFF;
	width:735px;
	height:25px;
	background-color:#000;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	color:#F8A830;
	text-decoration:none;
	font-size:20px;
	margin-left:20px;
	padding-top:20px;
	font-weight:bolder;
	line-height:26px; 
	
	
}

#nav a:hover {color:#FFFFFF;
}

