* {margin: 0; padding: 0;}

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ddd3ad;
}

#container {
	width: 780px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #593601;
}
#leftcolumn {
	width: 220px;
	height: 390px;
	float: left;
	background-color: #593601;
	background-image: url(../images/main_star_bg.gif);
}
#moneycenter {
	width: 170px;
	height: 150px;
	margin-top: 40px;
	margin-left: 25px;
}
#latestnews {
	width: 170px;
	height: 150px;
	top: 380px;
	position: absolute;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd3ad;
	font-style: normal;
	font-weight: normal;
}

ul {
	margin:0 0 0 20px;
	padding:0;
}

.latestnews:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd3ad;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.latestnews:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd3ad;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.latestnews:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd3ad;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.latestnews:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd3ad;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#rightcolumn {
	width: 560px;
	float: left;
	background-color: #734700;
	margin-bottom: 20px;
}
#logobox {
	width: 540px;
	height: 100px;
	background-color: #ddd3ad;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#iconbox {
	width: 540px;
	height: 120px;
	background-color: #ddd3ad;
	margin-right: 20px;
}
#menu {
	width: 540px;
	height: 50px;
	background-color: #820024;
	margin-right: 20px;
	z-index: 1000;
}
#content {
	width: 460px;
	background-color: #000;
	margin-right: 20px;
	background-image: url(../images/main_leather_bg.jpg);
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
#contentfoot {
	width: 540px;
	height: 30px;
	background-color: #734700;
	margin-right: 20px;
}
#footer {
	width: 780px;
	position: relative;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	line-height: 12px;
}
.footer:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #820024;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f4991c;
}
.questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd3ad;
}

.clearfloats {clear: both;}

.clearfix:after {
content: ".";
dislpaly: block;
height: 0;
clear: both;
visiblity: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}