body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	color: #FBA2ED;
	background: url(images/h1.jpg) no-repeat;
}
h2 {
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	background: url(images/gray.jpg) no-repeat;
}

#container {
	width: 800px;
	margin: auto;
	background: url(images/container_bg.jpg) repeat-y;
}
#header {
	height: 115px;
	background: url(images/header.jpg) no-repeat;
}
#site_title {
	padding-top: 40px;
	padding-left: 50px;
	height: 40px;
	color: #FBA2ED;
	font-weight: bold;
	font-size: 22px;
}
.menu{
	float: left;
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding-left: 110px;
	list-style: none;
	text-align: center;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	padding: 8px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 97px;
}

.menu li a:hover, .templatemo_menu li .current{
	color: #000000;
	background: url(images/link_hover.jpg) center no-repeat;
}
#header_pic {
	height: 287px;
}

#content {
	width: 800px;
}
#content a:link, #content a:visited {
	color: #71AB21;
	font-weight: bold;
}
#content a:active, #content a:hover {
	color: #CC0000;
	font-weight: bold;
}
#top {
	float: left;
	width: 650px;
	margin-top: 30px;
	padding-left: 75px;	
	text-align: justify;
}
#left {
	float: left;
	width: 200px;
	margin-left: 70px;
	margin-top: 30px;
	text-align: justify;
}
#left span {
	color: #FB9CEC;
	font-weight:bold;
}
#middle {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
}
#right {
	float: right;
	margin-right: 80px;
	width: 175px;
	margin-top: 30px;
	text-align: justify;
}
#right img {
	padding-left: 10px;
}

#footer {
	clear: both;
	width: 748px;
	margin-left: 26px;
	margin-top: 30px;
	height: 80px;
	background: #393939;
}

.footer_left {
	float: left;
	width: 470px;
	height: 50px;
	padding-top: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer_dot {
	float: left;
	width: 1px;
	height: 80px;
	background: url(images/dot.gif) repeat-y;
}
.footer_right {
	float: right;
	padding-top: 10px;
	width: 250px;
	height: 70px;
	color:#FFFFFF;	
}
.footer_right a:link { color: #fff; text-decoration: none; }
.footer_left a:visited { color: #fff; text-decoration: none; } 
.footer_right a:active { color: #cc6; text-decoration: none; }
.footer_left a:hover { color: #cc6; text-decoration: none; }
.footer_right a:link { color: #000; text-decoration: none; }  
.footer_left a:visited { color: #000; text-decoration: none; } 
.footer_right a:visited { color: #cc6; text-decoration: none; }
.footer_left a:hover { color: #cc6; text-decoration: none; }
