html,body {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
	background-color: #838383;
	background-image: url(/images/bkvert.png);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Georgia, Serif;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html body {
	font-size: 12pt;
}

#cmout {
	background-image: url(/images/bktop1.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
	text-align: left;
	width: 935px;
	margin: 0 auto;
}

* html body #cmout {
	width: 935px;
/* 	margin-top: -6px; */
}

#cmin {
/*	background-color: #695;
	height: 600px;*/
	text-align: left;
	padding-top: 48px;
	height:auto!important;
	height:100%;
	min-height:100%;
}

* html body #cmin {
	height: 100%;
}

#cmfoot {
	background-color: #000;
	background-image: url(/images/pie.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
}

#cmfoot p {
	text-align: center;
}

#cmfoot p#txt1 {
	font-family: Georgia, sans-serif, serif;
	padding-top: 60px;
}

#cmfoot p#txt2 {
	color: #fff;
	font-size: 130%;
	padding-top: 24px;
}

#cmfoot p#txt2 a {
	color: #fff;
}

#cmfoot p#txt2 a:hover {
	color: #ddd;
}

#cmtop {
	height: 270px;
}
