/* 	
	Author: Joshua M. Harder
	Creation Date: 5/31/2008
	Version: 1.0
	
	Notes:	This stylesheet is referenced from index.html. It could have been
			integrated into layout.css, but I didn't want to have to deal with
			the layout differences between this page and east.html and west.html
*/

*{
	margin: 0;
	padding: 0;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: black;
}

i {
	visibility: hidden;
}

a:link {
	text-decoration: none;
}

body {
	text-align: center;
	margin: 0;
	background: #ffffff url(../images/frugal_index_body_bckg.jpg) repeat-x left top;
}

#container {
	margin: 0 auto;
	width: 800px;
	height: 504px;
	text-align: left;
	background: url(../images/frugal_index_container_bckg.jpg) no-repeat left top;
}

#banner {
	width: 389px;
	height: 81px;
	background: url(../images/frugal_index_banner.jpg) no-repeat left bottom;
	margin-left: 385px;
}

#about_us {
	margin-top: 10px;
	margin-left: 400px;
	margin-right: 45px;
	text-align: justify;
}

#about_us p {
	font-size: .75em;
	color: #807363;
}

/* @group Main Navigation */

#main_nav {
	padding: 0;
	width: 389px;
	margin: 10px 0 0 389px;
}

#main_nav li {
	list-style: none;
	display: block;
	width: 389px;	
	margin: 3px 0 0;
}

#main_nav li a {
	text-decoration: none;
}

#west a, #east a, #darien a, #myspace a {
	display: block;
	width: 389px;
	height: 68px;
	background-position: left top;
	background-repeat: no-repeat;
}

#darien a, #myspace a {
	height: 24px;
}

#west a {
	background-image: url(../images/frugal_index_west_button.jpg);
}

#west a:hover {
	background: url(../images/frugal_index_west_button.jpg) 0 -68px;
}

#east a {
	background-image: url(../images/frugal_index_east_button.jpg);
}

#east a:hover {
	background: url(../images/frugal_index_east_button.jpg) 0 -68px;
}

#darien a {
	background-image: url(../images/frugal_index_darien_button.jpg);
}

#darien a:hover {
	background: url(../images/frugal_index_darien_button.jpg) 0 -24px;
}

#myspace a {
	background-image: url(../images/frugal_index_myspace_button.jpg);
	margin-bottom: 35px;
}

#myspace a:hover {
	background: url(../images/frugal_index_myspace_button.jpg) 0 -24px;
}

/* @end */
/* @group Footer Nav */

#footer_nav {
	padding: 0;
	margin: 55px auto 15px;
	width: 800px;
	text-align: center;
}

#footer_nav img {
	border-style: none;
}

#footer_nav li {
	display: inline;
	list-style: none;
	margin-right: 40px;
}

/* @end */
#site_tagline {
	text-align: center;
}

#site_tagline p {
	font-size: .75em;
	font-weight: bold;
	color: #807363;
}

#site_tagline a {
	text-decoration: none;
	color: #807363;
	font-weight: bold;
}

#site_tagline a:link {
	text-decoration: none;
	color: #807363;
	font-weight: bold;
}

#site_tagline a:hover {
	text-decoration: underline;
	font-weight: bold;
}