/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/bg.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	margin:0 auto;
	width:680px;
	border-left:1px solid #fff9ab;
	border-right:1px solid #fff9ab;
}

#wrapper #header{
	background:url(../images/header-bg.jpg) 100% 0% no-repeat;
	width:680px;
	height:81px;
	background-color:#0092c5;
	border-bottom:2px solid #fff9b0;
}

.line{
	border:1px solid #e2b84d;
}

#wrapper #container{
	background:url(../images/wrapper-bg.jpg) repeat-x;
	background-color:#fff;
}

#container .left-sidebar{
	float:left;
	width:182px;
	
	background:url(../images/left-sidebar-bg2.jpg) 100% 0% no-repeat;
}

.sidebar{
	background:url(../images/left-sidebar-bg.jpg) repeat-x;
	width:174px;
	height:546px;
}

.left-sidebar ul.menu{
	margin:0;
	padding:0;
	padding:20px 5px 15px 5px;
}

.left-sidebar ul.menu li{
	list-style:none;
	border:1px solid #0a536d;
	background-color:#55c1e6;
	margin-bottom:10px;
	padding:2px 15px;
}

.left-sidebar ul.menu li a{
	text-decoration:none;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 0px;
}

#container .content{
	float:right;
	width:497px;
}

.content .top-nav{
	background-color:#2ab1e0;
	height:20px;
	border-top:1px solid #0a536d;
	border-bottom:1px solid #0a536d;
}

.content .content-top{
	background:url(../images/content-top.jpg) no-repeat;
	height:10px;
	width:487px;
}

.content .content-box{
	border-bottom:1px solid #157292;
	width:487px;
}

.content-mid{
	border-left:1px solid #157292;
	border-right:1px solid #157292;
	background:url(../images/content-mid-bg.jpg) repeat-x;
	background-color:#41abd0;
	padding:10px;
	line-height:15px;
}

h1{
	font-size:15px;
	font-weight:bold;
}

p{
	margin-bottom:15px;
}

#footer {
	text-align:center;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#000;
	font-size:11px;
}

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

