@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#336699;
}
.title {
	font-weight:bold;
	font-size:12pt;
}
a:link {
	color:#036;
}
a:visited {
	color:#036;
}
#wrapper {
	width:900px;
	margin: 0 auto;
	border:thin solid #ffff33;
	margin-top:20px;
	background-image:url(images/mainBack.jpg);
}
#header {
	height:250px;
	background-image:url(images/header.jpg);
}
#divide {
	background:#99cccc;
	height:12px;
}
.clear {
	clear:both;
}
#main {
	background-image:url(images/wrapperBack.jpg);
	background-repeat: repeat-x;
}
#left {
	width:160px;
	float:left;
	height:534px;
	padding:20px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
}
#right {
	width:700px;
	float:left;
}
#ad {
	background-image:url(images/ad.png);
	background-repeat:no-repeat;
	height:174px;
	width:193px;
	float:left;
	padding:20px;
}
#ad2 {
	background-image:url(images/ad2.png);
	background-repeat:no-repeat;
	height:174px;
	width:193px;
	float:left;
	padding:20px;
}
#topContent {
	background-image: url(images/content_01.png);
	height:24px;
}
#middleContent{
	background-image: url(images/content_02.png);
	padding-left:20px;
	padding-right:20px;
	
}
#bottomContent{
	background-image: url(images/content_03.png);
	height:28px;
}
#left ul {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
}
#left li {
	padding-left:0px;
	list-style-type:none;
	width:160px;
	line-height:29px;
	background-image:url(images/menuBack.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#left li a:link{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}
#left li a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}
#footer {
	font-size:9pt;
	text-align:center;
	width:400px;
	margin:0 auto;
	margin-top:30px;
	color:#FFF;
}