@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/4leafclover.png);
	background-attachment:fixed;
	background-color:#00FF00;
}
.container {
	position: absolute;
	top:0;
	left:125px;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 900px !important;
	width /**/: 750px;
	height:100%;
	background: url(images/bg.png);
	background-repeat:repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #ffffff;
}
p.2nd_title {
	background-image:url(images/2nd_title.png);
	font:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	}
.sarah_picture {
	position:absolute;
	left:0px;
	width:inherit;
	height:inherit;
	bottom: 0;
	z-index:4;
}
.menu_place_holder {
	position:absolute;
	background-image:url(images/menu_bar.png);
	background-repeat:no-repeat;
	left:212px;
	top:155px;
	width:176px;
	height:450px;
	z-index:5;
}
/* Information Begins  */
.information {
	position:absolute;
	background-image:url(images/information_bar.png);
	background-repeat:no-repeat;
	left:385px;
	top:155px;
	width:460px;
	height:450px;
	z-index:6;
}
.information_info {
	position:absolute;
	left:400px;
	bottom:3px;
	width:450px;
	height:445px;
	z-index:7;
}
.info_text1 {
	color:#FFFFFF;
	}
.info_text2 {
	color:#02561a;
	}
/* Menu Begins */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#menu {
	width: 150px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}

#menu li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #02561A;
	}
#menu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#menu li a:hover {
	color: #004080;
	background:  #86811A;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}
