* {
	margin: 0;
	padding: 0
}
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddd;
	text-align: center;
	margin: 0;
	padding: 0
}
#wrapper {
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 779px
}
#header {
	width: 779px;
	height: 80px;
	float: left
}
/* menu */
#home_menu {
	width: 282px;
	float: left;
	background: url(images/home_bg1.jpg) no-repeat scroll 0 0;
	height: 477px;
}
#home_menu ul {
	margin: 0;
	padding: 40px 0 0;
	width: 120px
}
#home_menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home_menu li a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 24px;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 10px;
}
#home_menu li a:hover {
	color: #bf0;
}
/* content */
#content {
	background-image: url("images/home_bg2.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 497px;
	float: left;
	height: 477px;
}
#content h1 {
	color: #090;
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px
}
#content p {
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px
}
a {
	color: #060;
	text-decoration: underline
}
a:hover {
	color: #0c3;
	text-decoration: underline
}
#photo_panel {
	padding: 0;
	width: 779px;
	height: 142px;
	float: left
}
/* footer */
#footer {
	background-image: url("images/home_footer.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	width: 779px;
	height: 51px;
	float: left;
	border-top: 3px solid #090
}
#footer img {
	float: left
}
#footer p {
	padding-top: 8px;
	padding-right: 5px;
	width: 500px;
	float: right
}
#footer a {
	color: #060;
	font-weight: bold;
	text-decoration: none
}
#footer a:hover {
	color: #0c3;
	font-weight: bold;
	text-decoration: none
}
#note {
	font-size: 9px;
	text-align: right;
	width: 779px;
	float: left;
	border-width: 0
}
#note p {
	padding-top: 5px;
	padding-right: 5px
}
.clearboth {
	clear: both
}

