/* CSS Document */

body {
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: #d2d1d1 url(../images/bkgd.gif) top center repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

#header_photo {
	width: 800px;
}

#main {
	background: #ffffff;
	width: 800px;
	padding-bottom: 22px;
}

#content_home {
	width: 500px;
	margin-left: 280px;
	font-size: 12px;
	color: #727171;
	padding: 20px 0 0 0;
}

#content_home img {
	border: 1px solid #000000;
	margin: 5px;
}

#content {
	width: 470px;
	margin-left: 310px;
	font-size: 12px;
	color: #727171;
	padding: 20px 0 0 0;
}

#content img {
	border: 1px solid #000000;
	margin: 5px;
}

/*Sidebar - Home */

#sidebar_home {
	width: 220px;
	float: left;
	padding: 0 0 0px 22px;
}

#sidebar {
	width: 250px;
	float: left;
	padding: 0 0 0px 22px;
}


#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 75px;
	display: block;
	margin: 5px 0 10px 3px;
}

#logo_interior {
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 75px;
	display: block;
	margin: 5px 0 10px 20px;
}

#quote2 {
	font-size: 11px;
	line-height: 18px;
}

#button_green a {
	background: url(../images/button_green.gif) no-repeat;
	width: 205px;
	height: 55px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

#button_green a:hover {
	background: url(../images/button_green_over.gif) no-repeat;
}

#button_blue a {
	background: url(../images/button_blue.gif) no-repeat;
	width: 215px;
	height: 55px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0 0 10px;
}

#button_blue a:hover {
	background: url(../images/button_blue_over.gif) no-repeat;
}

#button_purple a {
	background: url(../images/button_purple.gif) no-repeat;
	width: 215px;
	height: 55px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0 0 10px;
}

#button_purple a:hover {
	background: url(../images/button_purple_over.gif) no-repeat;
}

#gray_box {
	background: #e7e7e7;
	width: 217px;
	padding: 4px;
}

#gray_box_calendar {
	background: #e7e7e7;
	width: 217px;
	padding: 4px;
	margin: 15px 0 15px 0;
}

#gray_box_feed {
	background: #e7e7e7;
	width: 217px;
	padding: 4px;
	margin: 15px 0 15px 0;
}

#gray_box_feed_interior {
	background: #e7e7e7;
	width: 258px;
	padding: 4px;
	margin: 15px 0 15px 0;
}

#gray_box_interior {
	background: #e7e7e7;
	width: 258px;
	padding: 4px;
	margin-bottom: 20px;
}

#gray_box_interior img {
	border: 1px solid #000000;
}

#gray_box_line {
	border: 1px solid #ffffff;
}

#gray_box_line_feed {
	border: 1px solid #ffffff;
	background: #ffffff;
}

#gray_box_line_feed h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#gray_box_line_feed a {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#list li {
	line-height: 20px;
	font-size: 12px;
}


/*Navigation*/

#menu {
	width: 800px;
	height: 42px;
	background: url(../images/menu.gif) no-repeat;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 85px;
}

#nav li {
	float: left;
	padding: 10px 25px 0 25px;
}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Footer */

#footer {
	background: url(../images/footer.gif) no-repeat top center;
	height: 75px;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding-top: 13px;
}

#footer p {
	color: #ffffff;
	margin: 0;
	font-size: 12px;
}

#footer a {
	color: #ffffff;
}


