/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(img/bg.jpg) repeat-y top center #e9e3d5;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#mainfr {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #88997f;
	font-size: 85%;
}

div#midfr {
	background: url(img/cbg.jpg) top center no-repeat #fff;
	text-align: left;
	overflow: auto;
	width: 100%;
	min-height: 400px;
}

div#midfr2 {
	background: url(img/cbg2.jpg) top center no-repeat #fff;
	text-align: left;
	overflow: auto;
	width: 100%;
	min-height: 580px;
	padding-top: 20px;	
	position: relative;
}

ul#leftmenu {
	float:left;
	position: absolute;
	top: 80px;
	list-style-type: none;
}	

div#content {
	margin-left: 280px;
	padding-top: 2em;
	text-align: left;
}

div#ftr {
	background: url(img/btmline.jpg) top center no-repeat #88997f;
	padding-top: 40px;
	width: 950px;
	color: #fff;
	text-align: right;
	font-size: 85%;
	line-height: 1.4em;
	clear: both;
	overflow: auto;
}

div#ftrprvcy {
	float: left;
	padding-left: 1.5em;
}

div#ftrother {
	float: right;
	padding-right: 1.5em;
	padding-bottom: 1em;
}

ul#circ {
	width: 768px;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 15px;
	overflow: auto;
}

ul#circ li {
	float: left;
	width: 235px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #2C5A81;
	font-size: 82%;
	padding-left: 8px;
	padding-right: 8px;
	height: 185px;
}

ul#circ li img {
	margin-top: 5px;
}

p#introbox {
	clear: both;
	width: 720px;
	margin: 0 auto 3em auto;
}

div.mainsec {
	color: #000;
	font-size: 150%;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;	
	line-height: 1em;
}

p {
	margin: 0;
}

div#coming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #933;
	margin-top: 2em;
}