@charset "iso-8859-1";
/* CSS Document */

a {
	text-decoration:underline;
	color:#666666;
}

body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	background:url(images/bg.png);
}

#mid-container {
	width:798px;
	margin:auto;
}

#header {
	background:url(images/index_02.png);
	width:798px;
	height:170px;
}

#navbar {
	background:url(images/index_06.png);
	height:36px;
	width:798px;
}

#navbar ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

#navbar ul li {
	padding:0 0 0 20px;
	display:inline;
	line-height:31px;
	text-decoration:none;
}

#content {
	background:url(images/index_08.png) no-repeat;
	width:798px;
	min-height:165px;
}

#left-sidebar {
	margin: 10px 0 20px 10px;
	width:765px;
	float:left;
}

#right-sidebar {
	margin:10px 10px 20px 0;
	width:0px;
	float:right;
}

#footer {
	background:url(images/footer.png);
	width:798px;
	height:18px;
	clear:both;
	text-align:center;
}
