body { 
	background:#BEBBA8 url(bg.jpg) repeat-x;
	color:#493C15;
	font:12px/15px "trebuchet ms", sans-serif;
	margin:0; 
}
a { 
	color:#493C15;
	font-weight:900;
	text-decoration:none;
}

/* * * * * * images * * * * * */

img { 
	border:0; 
}
.pic { 
	border:1px solid #DEE2B1;
	height:60px;
	margin:0 10px 10px 0; 
	width:80px;
}
.float {
	float:left; 
	padding:0 20px 10px 0;
}

/* * * * * * menu * * * * * */

.menu {
	background:#C5CC97;
	float:left;
	font:11px arial, sans-serif;
	padding:20px 0 0 0; 
	width:157px;
}
.menu a { 
	background:#FDFFF5;
	border-bottom:1px solid #DEE2B1; 
	border-right:1px solid #DEE2B1; 
	display:block;
	padding:4px 30px; 
	text-decoration:none; 
}
.menu a:hover { 
	background:#E7E6B3 url(arrow2.gif) no-repeat; 
}

/* * * * * * content * * * * * */

.hold {
	background:#C5CC97;
	min-height:500px;
	margin:0 auto;
	width:700px;
}
.content { 
	background:#FDFFF5;
	min-height:400px;
	margin:0 0 0 auto;
	padding:20px;
	width:500px;
}
h1 {
	border-bottom:1px solid #DEE2B1;
	font:19px arial, sans-serif; 
	padding:0 0 0 20px; 
	text-transform:uppercase; 
}
.stats {
	border-bottom:1px solid #DEE2B1;
	font:12px/15px "trebuchet ms", sans-serif; 
	padding:0;
}

/* * * * * * bottom * * * * * */

.bottom { 
	color:#BEBBA8; 
	font:11px arial,sans-serif; 
	padding:20px 0 0 0; 
	text-align:center; 
	vertical-align:bottom;
}
.footer {
	background:url(footer.gif) top no-repeat;
	clear:both;
	font:10px/10px "trebuchet ms", sans-serif;
	margin:0 auto;
	padding:20px;
	text-align:center;
	width:660px;
}
