/* 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;
}

a { color:#ff6633; text-decoration:none; font-weight:bold; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

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

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}


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

#main_container {
	position:relative;
	margin:0 auto;
	width:740px;
	height:auto;
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:740px;
	height:28px;
	color: #fff;
	text-align: center;
	padding: 12px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/nav/bg_nav.jpg);
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:700px;
	height:auto;
	padding: 0 10px 0 25px;
	background-repeat: repeat-y;
	background-image: url(images/bg_repeat.jpg);
}

/* ---- start area_top settings -------------- */

#area_top {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:680px;
	height:auto;
	margin: 10px 0;
	background-color: #fff;
	padding: 20px 0 10px 10px;
}

/* ---- end main content settings ---------------- */

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

#area_bottom {
	position:relative;
	top:0;
	left:0;
	float: left;
	width:700px;
	height:auto;
}

#bottom_content {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:410px;
	height:auto;
	margin: 10px 0;
	background-color: #fff;
	padding: 20px 0 10px 10px;
}

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

#footer {
	position:relative;
	top:0;
	left:1px;
	color:#fff;
	width:740px;
	height:25px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	margin: 0 10px;
	text-decoration:none;
}

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

