@charset "utf-8";
body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #363738;
}

#wrap{
	width:980px;
	margin:0 auto;
}

#header{
	width:980px;
	height:193px;
	background-image:url(/img/header.jpg);
	background-repeat:no-repeat;
}

#header #title{
	padding:60px 0 0 60px;
	color:#fff;
}
#header #title p{
	margin-top:5px;
}
#header #title h1{
	letter-spacing:-1px;
	font-size:33px;
	font-weight:normal;
	color:#fff;
	margin-bottom:0px;
}

#menuleft{
	width:190px;
	float:left;
}

#menuleft ul{
	list-style:none;
	padding:0px;
	margin:0 0 15px 0;
}
#menuleft ul li{
		list-style:none;
		display:block;
		padding-left:10px;
}

#menuleft ul li a{
	color:#363936;
	text-decoration:none;
	margin-bottom:9px;
	border-bottom:1px dotted #363936;
	margin-left:10px;
	width:160px;
	display:block;
}

#menuleft ul li a:hover{
		color:#39F;
}

.clear{
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}
#maincontent{
	width:570px;
	float:left;
	padding:10px 10px 10px 20px;
}

#rightcolumn{
	width:155px;
	padding:10px;
	float:left;
}
#footer{
	width:980px;
	background-image:url(/img/footer.jpg);
	height:57px;
	line-height:57px;
	color:#fff;
	text-align:center;
}

#footer a{
		text-decoration:none;
		color:#fff;
}

#footer a:hover{
		color:#333;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#39F;
	margin-top:0px;
}
h2{
        font-size:16px;
        font-weight:bold;
        color:black;
        margin-top:0px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
