@charset "utf-8";
/* CSS Document */

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear{
	clear: both;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #666666;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-bottom: 20px;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;
}
p{
	margin-bottom: 20px;
}
.center{
	text-align: center;
}
/*------body------*/

body{
	background: url(images/bodybg.png) top repeat-x;
}

#wrap{
	width: 920px;
	margin: 0 auto;
}

/*-------header-------*/

#header{
	background: url(images/header.jpg) top no-repeat;
	height: 464px;
	position: relative;
}
#nav{
	width: 290px;
	height: 231px;
	position: absolute;
	top: 221px;
	left: 563px;
}

#nav ul{
	list-style: none;
	text-align: center;
}
#nav ul li{
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #cccccc;
}
#nav ul li a{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#nav ul li a:hover{
	color: #990000;
	text-decoration: underline;
}

/*-------CONTENT--------*/


div#content{
	width: auto;
	background-image: url(images/content.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	padding: 22px 50px 0 50px;
}

div#contenttop{
	width: 920px;
	background-image: url(images/contenttop.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
div#contentmid{
	width: 920px;
	background-image: url(images/contentmid.png);
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
}

/*blockquotes*/

blockquote{
	background-image: url(images/ylw-note.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 183px;
	margin: 0 0 0 250px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

/*coupons*/

div.coupon{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border: 4px dashed #990000;
	background-color: #FFFFCC;
	font-size: 14px;
}