@charset "utf-8";
#header img {
	height: 425px;
	width: 760px;
}
#header {
	height: 425px;
}
#header h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:36px;
	color: #FC0;
	position:absolute;
	right: 25px;
	top: 20px;
}
#header ul {
	right: 25px;
	bottom: 5px;
}
#header li a:link, #header li a:visited {
	color: #c90;
}
#header li a:hover {
	color:#000;
}
#sidebar {
	background-color:#dadada;
}
#sidebar ul li a:link h1, #sidebar ul li a:visited h1 {
	color: #000;
}
#sidebar ul li a:hover h1 {
	color: #c90;
}
#sidebar ul li a:link h2, #sidebar ul li a:visited h2 {
	color: #000;
}
#sidebar ul li a:hover h2 {
	color: #c90;
}
#main {
	background-image:url(../img/common/homeContentBackground2.gif);
}
#content {
	padding-top:30px;
}
#footer {
	background-color: #dadada;
}