	body {
		margin:0;
		padding:0;
		border:0;
		width:100%;
		background:#FFFFFF;
		font-size:100%;
		font-family:Verdana, Helvetica, Arial, sans-serif;
	}
	a {
		color:#CC0000;
		text-decoration:none
	}
	a:hover {
		background:#CCCCCC;
		text-decoration:none;
	}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:5px;
		text-align:center;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {	float:left;
		width:20%;
	}
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
		background:#996633;
	}
	#header p,
	#header h1 {
		color:#FFFFFF;
	}
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header h3 {
		color:#FFFFFF;
	}
	.colmask {
		position:relative;
		clear:both;
		float:left;
		width:100%;
		overflow:hidden;
	}
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	.leftmenu {
		background:#fff;
	}
	.leftmenu .colleft {
		right:80%;
		background:#E8E8E8;
		border-right:1px solid #000;
	}
	.leftmenu .col1 {
		width:75%;
		left:102%;
	}
	.leftmenu .col2 {
		width:18%;
		left:6%;
		font-weight:bold;
		font-size:medium;
		color:#CC0000;
		text-align:left;
	}
	#footer {
		clear:both;
		float:left;
		width:100%;
		text-align:center;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}