html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
    	text-align: left;
	background-color: #fff;
	font-family: Verdana,Arial,Geneva,Sans-Serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #666666;
	height:100%;
}

#header {
	width: 720px;
	height: 130px;
	margin: 0px auto;
	text-align: left;
	background-color: #7b2984;
	border-style: solid;
	border-color: #7b2984 #7b2984 #7b2984 #7b2984; 
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	margin-top:8px;
}

#header_content {
	width: 720px;
	height: 130px;
	text-align: left;
	background-color: #fff;
}

#header_col_1 {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
}

#header_col_2 {
	position:absolute;
	margin-top:0px;
	margin-left:130px;
}

#header_col_3 {
	position:absolute;
	margin-top:0px;
	margin-left:260px;
	background-color:#ffce63;
	width:130px;
	height:130px;
}

#header_col_4 {
	position:absolute;
	margin-top:0px;
	margin-left:390px;
}

#header_col_5 {
	position:absolute;
	margin-top:0px;
	margin-left:520px;
	background-color:#f7f7e7;
	width:200px;
	height:130px;
}

#container {
	width: 728px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	background-image: url(/img/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}

#top {
	background-color: #fff;
	border-top: 4px solid #7b2984;
	border-left: 4px solid #7b2984;
	border-right: 4px solid #7b2984;
}

#tagline {
	background-color: #fff;
	border-left: 4px solid #7b2984;
	border-right: 4px solid #7b2984;
}

#leftnav {
	float: left;
	width: 130px;
	padding-left:4px;
	padding-top:52px;
}

#rightnav {
	float: right;
	width: 180px;
	margin: 0;
	margin-top: 60px;
}

#content {
	margin-top: 25px;
	margin-left: 150px;
	margin-right: 200px;
	width:360px;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	background-image: url(/img/bg_body.gif);
	background-repeat: repeat-y;
	border-bottom: 4px solid #7b2984;
}
