/* CSS Document */

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0 auto;
	background:#f2ce84;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #003300;
}

#specials a {
	text-decoration: underline;
	color: #ffffff;
}

#container {
	margin: 0 auto;
	width: 926px;
	height: 100%;
}

#content {
	width: 700px;
	height: 100%;
	clear: both;
	min-height: 100%;
	margin: 0px;
	text-align: left;
	float: left;
}

#header {
	height: 370px;
	width: 100%;
	margin-top: 25px;
}
#specials {
	width: 100%;
	background-image: url(images/specialsBackground.jpg);
	background-repeat:no-repeat;
	clear: both;
	color: #ffffff;
	text-align: left;
	line-height: 150%;
	height: 1000px;
}

#mainSpecials {
	background-color: #3c2f3c;
	width: 340px;
	margin-top: 160px;
	margin-left: 55px;
	font-size: 15px;
	line-height: 130%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#footer {
	color: #3e6b5a;
	text-align: right;
	clear: both;
	width: 926px;
	margin: 3 auto;
}

#specialsLesser {
	width: 180px;
	float: left;
	margin: 8px;
	font-size: 15px;
}

#events {
	width: 160px;
	margin-top: 170px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

#menu {
	background-color: #499679;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	color: #ffffff;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#save {
	width: 440px;
	height: 320px;
	background-image: url(images/saveInstantly.jpg);
	float: right;
	margin: 0px;
}

#flash {
	width:477px;
	height: 372px;
	float:left;
	margin: 0px;
}

#social {
	width:440px;
	height:50px;
	float: right;
	margin: 0px;
}

#sideBar {
	float:right;
	width:200px;
	height: 100%;
	background-color:#3E6B5A;
	color: #ffffff;
}

a.none {
	text-decoration: none;
}

h1 {
	font-size: 25px;
	color: #3E6B5A;
}

.homecontent img.imageright {
	border: 1px solid #000000;
	margin-left: 18px;
}

.homecontent img.imageleft {
	border: 1px solid #000000;
	margin-right: 18px;
}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #499679;
	background-color: #F2CE84;
	padding: 10px;
	border: 1px solid #499679;
	text-align: center;
}
