/* http://glish.com/css/ highly recommended ;) */	
body {
	text-align: left;
	background-image: url(http://www.wcmillennium.com/Images/bg.jpg);
}

#frame {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	background-image: url(http://www.wcmillennium.com/Images/bg.jpg);	
}
		
#contentleft {
	width:175px;
	height:100%;
	padding:0px;
	float:left;
	background:#fff;
	margin-top: 10px;
	margin-bottom: 0px;
	border-right:2px solid #996633;
	border-bottom:2px solid #996633;
	border-top:2px solid #996633;
	border-left:2px solid #996633;
	background-image: url(http://www.wcmillennium.com/Images/bg.jpg);
}

#contentright {
	width:auto;
	padding:0px;
	margin-top: 10px;
	float:none;
	background:#fff;
	background-image: url(http://www.wcmillennium.com/Images/bg.jpg);
}

#contentheader {
	background:#e8bc8a;
	background-image: url(http://www.wcmillennium.com/layout/exp/top-expand.jpg);	
	height:192px;
	background-repeat: no-repeat;
}

#sectionmenu {
		border-top:2px solid #996633; 
		border-right:2px solid #996633; 
		border-left:2px solid #996633;
		border-bottom:2px solid #996633;
		float:right;
		width:230px;
		background-image: url(http://www.wcmillennium.com/Images/bg.jpg);
		margin:10px 0px 10px 10px;
}



p {
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-top: 0px;

}


p.center {
	text-align: center;
	text-indent: 0px;
}

p.headline {
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
	color: #672E2E;
	text-indent: 24px;
	margin-bottom:0px;
	padding-bottom:0px;
}

p.noindent {
	text-indent: 0px;
}

p.noindentnorleft {
	text-indent: 0px;
	text-align: left;
}

p.date {
	color: #663300;
	text-indent: 24px;
	margin-bottom:0px;
	padding-bottom:0px;
}

p.subject {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

img {
	border: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

img.padbottom {
	padding-bottom: 3px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

td.header {
	background-color:#ccc;
	text-align: center;
}

td {
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

table {
	margin-left: 10px;
}

table.screens {
	border: none;
	width: auto;
	vertical-align:super;
}

table.maps {
	border:2px solid #d4a877;
	padding:3px;
	width:auto;
}

table.units {
	border:2px solid #d4a877;
	padding:3px;
	width:auto;
}

td.units {
	border: 2px solid #d4a877;
	padding: 3px;
}

td.maps {
	border: 2px solid #d4a877;
	padding: 3px;
	width: auto;
}

td.leftmap {
	border: 2px solid #d4a877;
	width:130px;
}

td.bottommap {
	border: 2px solid #d4a877;
	width: auto;
}

td.noborder {
	border: 0px;
}

td.screens {
	width:185px;
	text-align:center;
}


