* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #BD9C8C;
}
#leftcolumn {
	background: #E7DBD5;
	margin: 0px;
	padding: 0px;
	width: 209px;
	float: left;
	font-size: medium;
	background-color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	border-left-color: #000000;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	text-decoration: none;
	height: 472px;
}
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	height: 450px;
	width: 450px;
	display: inline;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
#rightcolumn {
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 11px 10px;
	width: 238px;
	float: left;
	font-size: medium;
	line-height: 25px;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	bottom: auto;
	height: 450px;
}
#LowerRightColumn {
	background-color: #FFFFFF;
	float: left;
	width: 239px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	text-decoration: none;
}

#footer {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	background-color: #F0F0F0;
	font-size: small;
	clear: both;
	border-bottom-color: #000000;
	border-top-color: #000000;
	color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom: 1px;
	border-bottom-style: solid;
}
#lowerleftcolumn {
	background-color: #FFFFFF;
	width: 189px;
	float: right;
	position: absolute;
	margin-top: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-color: #000000;
	border-left: 1px solid;
	top: 10px;
}
a:visited {
	text-decoration: none;
}
