
* { 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 { background-image: url("images/home_bg1.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width: 282px; height: 362px; float: left }
#home_menu ul { margin: 0; padding: 40px 0 0; width: 120px }
#home_menu li { list-style-type: none; margin: 0; padding: 5px 0 0 }
#home_menu li a { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; display: block; padding-left: 10px; height: 24px; border-bottom: 1px solid #fff }
#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; height: 362px; float: left }
#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: 400px; 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 }
