/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	background:url(../images/back.gif) repeat-x #cfdebd;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9375em;
}

#wrapper {
	margin:16px auto; 
	width:827px;
}

#topnav {
	width:807px;
	height:26px;
	padding:0 10px;
	text-transform:uppercase;
}

#topnav ul {
	list-style-type:none;
}

#topnav ul li {
	width:93px;
	height:26px;
	margin:0 2px;
	line-height:26px;
	background:url(../images/1.gif) no-repeat;
	float:left;
	text-align:center;
}

#topnav ul li.m1 a { color:#000; }
#topnav ul li.m2 { background:url(../images/2.gif) no-repeat; }
#topnav ul li.m3 { background:url(../images/3.gif) no-repeat; }
#topnav ul li.m4 { background:url(../images/4.gif) no-repeat; }
#topnav ul li.m5 { background:url(../images/5.gif) no-repeat; }
#topnav ul li.m6 { background:url(../images/6.gif) no-repeat; }
#bottomnav ul li.m7 { background:url(../images/7.gif) no-repeat; }
#bottomnav ul li.m8 { background:url(../images/8.gif) no-repeat; }
#bottomnav ul li.m9 { background:url(../images/9.gif) no-repeat; }

#topnav ul li a {
	display:block;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#bottomnav {
	width:807px;
	height:23px;
	padding:0 10px;
	text-transform:uppercase;
}

#bottomnav ul {
	list-style-type:none;
}

#bottomnav ul li {
	width:93px;
	height:23px;
	margin:0 2px;
	line-height:23px;
	background:url(../images/7.gif) no-repeat;
	float:right;
	text-align:center;
}

#bottomnav ul li a {
	display:block;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}

#middle {
	width:807px;
	padding:10px;
	background:#fff;
}

#header {
	width:807px;
	height:0;
	padding-top:291px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	position:relative;
	margin-bottom:10px;
}

#header #slide {
	width:558px;
	height:291px;
	position:absolute;
	top:0;
	right:0;
	/*background:url(../images/slide.jpg) no-repeat;*/
}

#page {
	width:807px;
	background:url(../images/tile.gif) repeat-y;
	min-height:240px;
	height:auto !important;
	height:240px;
}

#col1 #page {
	background:url(../images/back2.gif) repeat-y;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
	color:#922333;
	text-transform:uppercase;
}

#page a {
	color:#922333;
}

#page p {
	margin-bottom:0.8em;
}

#page #left {
	width:482px;
	padding:10px;
	float:left;
	margin-right:10px;
	display:inline;
	color:#21525c;
}

	#page #left ul {
		padding-left:10px;
	}

#col1 #page #left {
	width:787px;
	margin-right:0;
}

#page #right {
	width:275px;
	padding:10px;
	float:left;
	color:#fff;
	background:url(../images/circles.gif) no-repeat;
	min-height:205px;
	height:auto !important;
	height:205px;
}

#page #right h1,
#page #right h2,
#page #right h3,
#page #right h4,
#page #right h5,
#page #right h6 {
	color:#e9ef95;
}

#page #right a {
	color:#e9ef95;
}
	