div#wrapper {
	width:926px;
	border:#4e4e4e solid;
	border-width:0px;
	text-align:left;
	height: auto; 
	position: absolute; 
	top:0px;
	left:0px;
/*	top: 5%; 
	left: 50%; 
	margin: auto auto auto -450px;
*/	padding:0px;
}

div#header {
    text-align: right;
    height: 250px;
    margin: 0px;
    padding: 0px;
	background-image: url(images/header-feature.jpg);
    background-repeat: no-repeat;
}

div#break {
	width:100%;
	height:30px;
	background-color:#77000a;
}

div#headingleft {
	text-align:left;
	margin-left:5px;
	width:300px;
	display:inline;
	float:left;
}
div#headingright {
	text-align:left;
	margin-left:465px;
	width:300px;
}

div#col1 {
	width:100px;
	height:100px;
	border:0px solid #f90;
	float:left;
}
div#col2 {
	width:340px;
	height:auto;
	padding:4px;
	border:0px solid #f90;
	float:left;
	margin-left:4px;
	background-color:#545454;
}
div#col3 {
	top:0px;
	margin-left:10px;
	width:100px;
	height:100px;
	border:0px solid #f90;
	float:left;
}
div#col4 {
	margin-left:4px;
	width:340px;
	height:auto;
	padding:4px;
	border:0px solid #f90;
	float:left;
	background-color:#545454;
}

td {padding:4px;}

table.alternate_rows td {
	border-width: 0px;
}
table.alternate_rows tr.odd td {
	background-color: #545454;
}
table.alternate_rows tr.even td {
	background-color: #ffffff;
}

/* M code */

body,td,th {
	font-family: Courier New, Courier, mono;
	color: #77000A;
}
a:link {
	color: #77000A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77000A;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #E3E3E3;
}
.style3 {font-family: "Courier New", Courier, mono; font-size: x-large; font-weight: bold; }
.style4 {line-height:30px;font-size: 20px; font-weight: bold;}
.style8 {font-size: small; font-family: Arial, Helvetica, sans-serif; color: #000000; }
.style11 {font-size: small; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; }
.style12 {font-size: x-large; font-weight: bold;}
.style13 {font-size: medium; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; }