@charset "UTF-8";

body {
	background-image: url(media/mic_bkg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(media/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 128px;
	width: 920px;
	position: relative;
}
#number {
	position: absolute;
	top: 30px;
	right: 30px;
}

#content_area {
	width: 920px;
	margin-top:20px;
}
#contentl {
	float: left;
	margin-left: 10px;
	width: 450px;
}
#contentr {
	float: left;
	width: 400px;
	margin-left: 50px;
}
p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E76017;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E76017;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E76017;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #487E9C;
	text-decoration: none;
}
a:hover {
	color: #487E9C;
	text-decoration: underline;
}
#contentr img {
 border:solid 2px #E76017;
}
#footer {
	font-size:11px;
	width:900px;
	height:30px;
	margin-left:10px;
	position:relative;
	bottom: 0px;
	border-top: dotted 2px #E76017;
	margin-top:30px;
	padding-top: 4px;
}
#clear {
	clear:both;
}
#planwrapper {
	width: 620px;
	margin-top:10px;
	position:relative;
}

#planwrapper a {
	font-weight:bold;
}

#planwrapper a:hover {
	font-weight:bold;
}

#slider {width:396px; height:264px; overflow:hidden; border:solid 2px #E76017;}
#slider ul {list-style:none; margin:0; padding:0;}		
#slider ul li {height:264px; margin:0; padding:0; }		
#slider ul li img {border:none; }		

