/* 	
	Author: Joshua M. Harder
	Creation Date: 5/31/2008
	Version: 1.0
	
	Notes:	Layout's styles are for west.html and east.html. Wherever there is an
			color-specific image that style is referenced in east.css
*/

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

i {
	visibility: hidden;
}

img {
	border-style: none;
	vertical-align: bottom;
}

p {    margin-top: 0;}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: url(../images/frugal_west_container_bckg.jpg) no-repeat left top;
	border-top: .1px dashed #610d0d;
}

#contact_section {
	float: left;
	width: 205px;
	padding-top: 309px;
	margin-right: 5px;
	margin-bottom: 30px;
	background: url(../images/frugal_west_muse_banner.jpg) no-repeat left top;
	text-align: right;
	font-size: .85em;
}

#contact_section p, #contact_section a{
	margin-top: 0;
	color: white;
}

#contact_section img {
	margin-left: 20px;
	margin-bottom: 5px;
}

.contact_bottom_txt {
	margin-bottom: 20px;
}

#main_content {
	float: left;
	width: 375px;
	margin-top: 8px;
	margin-left: 1px;
}

#main_content p {
	margin-top: 0;
	font-size: .75em;
	text-align: justify;
}

#about_us {
	float: left;
	margin: 8px 15px 0 0;
}

#deals {
	float: left;
	width: 358px;
	margin-top: 16px;
	margin-bottom: 0;
	background: url(../images/frugal_west_dealsnews.jpg) no-repeat left top;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

#animated {
	align: right;
	padding: 0;
	margin: 0;
	float: left;
	width: 204px;
}

#events {
	float: left;	
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#deals h1 {
	
	font-size: 1.15em;
	color: #fff;
	font-weight: bold;
}

#deals h2 {
	color: white;
	font-size: .8em;
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#events h1 {
	
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}

#events h2 {
	color: white;
	font-size: .75em;
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.events_last_h2 {
	padding-bottom: 20px;
}

.deals_last_h2 {
	padding-bottom: 191px;
}

#bottom {
	clear: left;
}

#bottom img {
	float: left;
}

/* @group Footer Nav */
#footer_nav {
	padding: 0;
	margin: 30px 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: #600c0c;
}

.site_tagline_last {
	margin-bottom: 20px;
}

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

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

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