#main {
	background-image: url(../img/common/taupeContentImg.gif);
}
#header ul {
	position: absolute;
	top: 460px;
	right: 10px;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #FC0;
	position: absolute;
	left: 20px;
	top: 10px;
	font-weight: normal;
}
#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
	color: #FFF;
	position: absolute;
	left: 60px;
	top: 70px;
	font-weight: normal;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#sidebar {
	background-color: #502f20;
}
#sidebar ul li a:link h1, #sidebar ul li a:visited h1 {
	color: #999;
}
#sidebar ul li a:hover h1 {
	color: #FFF;
}
#sidebar ul li a:link h2, #sidebar ul li a:visited h2 {
	color: #999;
}
#sidebar ul li a:hover h2 {
	color: #FFF;
}
#footer {
	background-color: #502f20;
}
.clearboth {
	clear: both;
}