* {
margin: 0;
padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(web_images/background.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 603px;
	height: 680px;
	background-image:url(web_images/homepage.jpg);
}

#postit {
	position:absolute;
	background-image:url(web_images/postit.png);
	width: 218px;
	height: 213px;
	left: 405px;
	top: 94px;
}

* html #postit {
background:none;
float: left;
width: 218px;
height: 213px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='web_images/postit.png', sizingMethod='scale');
}


#postit_text {
	position:absolute;
	font-size: 12px;
	color:#c28d41;
	left: 30px;
	top: 32px;
	width: 156px;
}

.green {
	color: #7e8e5f;
	font-size: 10px;
	font-weight: normal;
}

.smallorange {
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	color: #c28d41;
}

.orange {
color: #c28d41;
font-size: 12px;
}


#nav {
	position:absolute;
	width: 600px;
	height: 30px;
	top: 69px;
	left: 16px;
}

a#home {
	float: left;
	width: 60px;
	height: 30px;
	background-image:url(web_images/home.jpg);
	background-repeat:no-repeat;
}

a#home:hover {
background-image:url(web_images/home_hover.jpg);
}

a#about {
	float: left;
	width: 172px;
	height: 30px;
	background-image:url(web_images/trail.jpg);
	background-repeat:no-repeat;
	margin-left: 7px;
}

a#about:hover {
background-image:url(web_images/trail_hover.jpg);
}

a#find {
	float: left;
	width: 112px;
	height: 30px;
	background-image:url(web_images/find.jpg);
	background-repeat:no-repeat;
	margin-left: 7px;
}

a#find:hover {
background-image:url(web_images/find_hover.jpg);
}

a#what {
	float: left;
	width: 118px;
	height: 30px;
	background-image:url(web_images/what.jpg);
	background-repeat:no-repeat;
	margin-left: 7px;
}

a#what:hover {
background-image:url(web_images/what_hover.jpg);
}

a#contact {
	float: left;
	width: 69px;
	height: 30px;
	background-image:url(web_images/contact.jpg);
	background-repeat:no-repeat;
	margin-left: 7px;
}

a#contact:hover {
background-image:url(web_images/contact_hover.jpg);
}


#bottom_left {
	position:absolute;
	width: 349px;
	height: 300px;
	left: 25px;
	top: 302px;
}

#bottom_right {
	position:absolute;
	width: 213px;
	height: 300px;
	left: 384px;
	top: 302px;
}

p {
font-size: 10px;
color: #534a2e;
}

.fl_right {
float: right;
}

.large_greem {
	color: #7e8e5f;
	font-size: 12px;
	line-height: 18px;
	margin-left: 4px;
}

#login {
	position:absolute;
	width: 90px;
	height: 40px;
	color: #b4b4b4;
	font-size: 10px;
	left: 499px;
	top: 3px;
}


#ads {
	position:absolute;
	width: 520px;
	height: 57px;
	left: 24px;
	top: 614px;
}

