body {
	margin: 0; padding: 0;
	background: #ffffff;
	color: #333333;
	font: 11px/1.5 verdana, sans-serif;
	}
a {
  color: #333333;
  text-decoration: underline;
  }
a:hover {
  color: #333333;
  text-decoration: none;
  }
.cleaner {
	clear: both;
	height: 1px; margin: 0;
	}
#main {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 0 0 0;
	}
#topbg {
	position: absolute; top: 0; left: 0; z-index: -1;
	width: 100%; height: 143px;
	background: #C48EDA;
	}
#header {
	position: relative;
	width: 780px; height: 130px;
	background: #A93CD4;
	}
 
/* @group Header */
 
#hdr-overlay {
	position: relative;
	width: 780px; height: 145px;
	background: url('images/header.jpg') top right no-repeat;
	}
#header h1 {
	display: none;
	}
#header .box {
	position: absolute; top: 6px;
	width: 75px; height: 25px;     
	background: #ffffff;
	}
#hdr-box1 .pri1{ left: 15px;}
#hdr-box2 .pri2{ left: 100px}
#hdr-box3 .pri3{ left: 185px}
#hdr-box4 .pri4{ left: 270px}
 
#header h2 {
	position: absolute; top: 65px; right: 140px;
	margin: 0;
	width: 8em;
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: e0e0e0;
	}
 
/* @end */
 
/* @group menu */
 
#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 20%;
	}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #5FBDCE;
	color: #015666;
	}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #04859D;
	}
#menu a.sel {
	background: #015666;
	color: #5FBDCE;
	}
#menu a:hover {
	background: #015666;
	color: #5FBDCE;
	}
/* @end */
 
#content {
	padding: 1px;
	color: #333333;
	}
#content a {
	padding: 2px 3px;
	}
#content p {
	margin: 0.25em 0;
	}
#left {
	float: left;
	width: 300px;
	padding: 10px 20px;
	border-right: 1px dotted #B564D4;
	}
#left h3 {
	margin: 0.5em 0 0.3em;
	font-size: 18px;
	font-weight: normal;
	}
#left dt {
	float: left;
	font-weight: bold;
	}
#left dd {
	margin: 1em 0 1em 6em;
	}
#ico {
	float: left;
	padding: 5px;
	}
#left h4 {
	margin: 0 0 0 6em;
	font-size: 100%;
	font-weight: bold;
	}
#left ul {
	margin: 0 0 0 6em; padding: 0;
	color: #FF7C00;
	list-style-type: square;
	list-style-position: inside;
	}
#fullwidth {
	float: right;
	width: 700px;
	margin: 0 20px 0 0;
	padding: 10px 0;
	}
 
#right {
	float: right;
	width: 390px;
	margin: 0 20px 0 0;
	padding: 10px 0;
	}
#right h3 {
	clear: left;
	margin: 0.5em 0 0.3em 0;
	font-size: 12px;
	}
#right h3 span {
	display: inline-block;
	width: 9px; height: 9px;
	margin-right: 1em;
	border: 1px solid #A65100;
	background: #FFB773;
	vertical-align: middle;
	}
#right .photo {
	float: left;
	margin: 0 15px 15px 0;
	}
#right h4 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	}
#right .link {
	text-align: right;
	}
#rbox {
	float: left;
	position: relative;
	width: 180px;
	margin: 15px 0 20px 0;
	padding: 2px 5px 2px 30px;
	font-size: 10px;
	line-height: 1.2;        
	color: #A65100; 
	background: #FFB773;
	}
#rbox span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #FF7C00;
	}
#right button {
	float: right;
	margin: 15px 0 20px 0;
	width: 150px;
	height: 30px;
	background: #B564D4;
	color: #7C07A9;
	border: 1px solid #50026E;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	}
#right button:hover {
 	background: #7C07A9;
	color: #B564D4;
	border: 1px solid #50026E;
 }	
#footer {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #04859D;
	border-bottom: 1px solid #04859D;
	background: #5FBDCE;
	}
#footer a {
	padding: 3px 5px;
	text-decoration: underline;
	}
#footer a:hover {
	padding: 3px 5px;
	text-decoration: none;
	}