/* CSS Document */

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

a {
	color:#000;
	font-size: 1em;
	text-decoration: none;
}
a img {
	border: none;
}
#side_bar a {
	color:#000;
	font-size: 1em;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

h1 {
}
h3, h4 {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
}
p {
	margin:0 0 8px 0;
}

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


#main_container {
	position:relative;
	margin:0 auto;
	width:734px;
	height:auto;
	background-color:#fff;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}

#header {
	position:relative;
	top:0;
	left:12px;
	width:716px;
	height:241px;
	background-color:#fff;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:12px;
	width:714px;
	height:65px;
	background-color: #dcdcdc;
	border-top: 1px solid #444;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:722px;
	height:auto;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float: left;
	width:454px;
	height:auto;
	padding:10px 15px 10px 15px;
}
/* ---- start side bar content settings -------------- */


#side_bar {
	position:relative;
	top:0;
	left:10px;
	float:left;
	width:225px;
	height:auto;
	font-size: .9em;
	padding: 25px 5px 0 5px;
}

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

#footer {
	position:relative;
	top:0;
	left:6px;
	color:#333;
	width:722px;
	height:22px;
	padding: 3px 0 0 0;
	background-color:#888;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	height: 32px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -65px;
}

a#nav_01 {
	width:129px;
	background-position:0 0;
	background-image: url(images/nav/nav.jpg);
}
a:hover#nav_02 {
	background-position: -129px -65px;
}

a#nav_02 {
	width:120px;
	background-position:-129px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_03 {
	background-position: -249px -65px;
}

a#nav_03 {
	width:119px;
	background-position:-249px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_04 {
	background-position: -368px -65px;
}

a#nav_04 {
	width:116px;
	background-position:-368px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_05 {
	background-position: -484px -65px;
}

a#nav_05 {
	width:103px;
	background-position:-484px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_06 {
	background-position: 0 -97px;
}

a#nav_06 {
	width:129px;
	background-position:0 -32px;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_07 {
	background-position: -129px -97px;
}

a#nav_07 {
	width:120px;
	background-position:-129px -32px;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_08 {
	background-position:-249px -97px;
}

a#nav_08 {
	width:119px;
	background-position:-249px -32px;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_09 {
	background-position:-368px -97px;
}

a#nav_09 {
	width:103px;
	background-position:-368px -32px;
	background-image:url(images/nav/nav.jpg);
}

