body {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(../images/bgmain.jpg) repeat;
	margin-bottom:20px;
}
#top .main{
	background:url(../images/topbg.png) repeat-x;
	}
#top .left{
	background:url(../images/topleft.png) no-repeat;
	width:31px;
	height:110px;
	}
#top .right{
	background:url(../images/topright.png) no-repeat;
	width:33px;
	height:110px;
	}
#navigation{
	width:213px;
	}
#navigation .top{
	width:213px;
	height:16px;
	background:url(../images/nav-top.png) no-repeat;
	}
#navigation .bottom{
	width:213px;
	height:14px;
	background:url(../images/nav-bottom.png) no-repeat;
	}
#navigation .main{
	width:215px;
	background:url(../images/navbg.png) repeat-y;
	}
#content .top{
	background:url(../images/contenttop.png) no-repeat;
	height:29px;
	}
#content .bottom{
	background:url(../images/contentbottom.png) no-repeat;
	height:21px;
	}
#content .main{
	background:url(../images/contentmain.png) repeat-y;
	}
#content h1{
	font-size:14px;
	color:#FF6603;
	margin-left:12px;
	padding-left:10px;
	border-left:1px solid #333333;
	}
#content img{
	float:left;
	margin:15px;
	margin-top:4px;
	}
#content .right{
	padding-left:15px;
	}
#content a{
	color:#0099FF;
	text-decoration:none;
	}
#content a:hover{
	color:#000000;
	text-decoration:underline;
	}
#footer{
	color:#ffffff;
	text-align:center;
	}
#footer a{
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	}
#footer a:hover{
	color:#ffffff;
	text-align:center;
	text-decoration:underline;
	}