body {
	background-color:#D5C5B0;
	color:#000000;
	font-size: 14px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 520px;
}
a{	font-size:14px;}
p{	margin: 10px 0px;}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/header.jpg);
	width:520px;
	height:250px;
	position:relative;
}
#header ul{
	background-color:#42210B;
	width:513px;
	border: 3px solid #FFFFFF;
	display:block;
	top:225px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:right;
}
#header li{	display:inline;}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#999999;
}
#header_text {
	top:80px;
	left:20px;
	width:235px;
	position:absolute;
}
#header_text p{
	font-size: 20px;
	color:#42210B;
}
#header_text a{color:#333;}
#header_text a:hover{
	color:#181818;
}
/********************** Content ***************************/
#content {
	background-image:url(../images/content_bg.gif);
	width:520px;
}
img{	border-width:0px;}
h1{
	color:#000000;
	font-size:18px;
	margin: 20px 0px 20px 0px;
}
h2{
	color:#42210B;
	font-size:16px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:200px;
	margin-left:20px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#333;}
#left a:hover{color:#42210B;}
#right {
	float:right;
	width:230px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#990000;
}
#right a:hover{	color:#42210B;}
#container #content #left #username {text-align:right;}
#container #content #left #username div{padding-bottom: 1px;}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(../images/footer_bg.gif);
font-size:1px;
height:15px;
}
#footer {
	width:520px;
	text-align:center;
	padding: 20px 0px;
}
.input {
	width: 130px;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	border: 1px solid #42210B;
}


