html, body {
	margin:0;
	padding:0;
	background-color:#7BACD7;
	}

body {
	font: 12px Arial, Verdana, Geneva, sans-serif;
	}

.wrapper {
	width:1000px;
	margin:0 auto;
	}

/* default link styles*/
	
a {
	color:#069;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	background-repeat: no-repeat;
	width: 520px;
	height: 35px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:5px;
	}

.pic {
	padding:1px;
	border:1px solid #1D4085;
	}


/* header styles*/

.header {
	width:1000px;
	height:256px;
	background-image:url(/images/flash.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}

.logo {
	position: relative;
	top:135px;
	left:285px;
	z-index:500;
	}

/* ie6 hack to make logo appear below IE6 alert - added by ac 12.09.09*/
*html .logo{ 
	top:50px;
	left:50px;
}


/* content styles*/

.content-container {
	background-image:url(/images/bg-blue-fade.png);
	background-repeat: no-repeat;
	background position: top center;
	background-color:#D0E2FD;
	padding:0;
	}

.content {
	float:left;
	display:inline;
	line-height:1.5em;
	width:530px;
	padding:10px 0 20px 50px;
	}

.sidebar {
	float:right;
	display:inline;
	width:350px;
	padding: 10px 0 20px 40px;
	}

.sidebar-panel {
	width:263px;
	height:93px;
	margin-top:5px;
	}
	
.sidebar-hr {
	width:350px;
	height:2px;
	margin:15px 0 15px -30px;
	}


/* footer styles*/

.footer {
	background-color:#1D4085;
	color:#9ECAF3;
	padding:10px 40px 10px 40px;
	position:relative;
	}
.footer a {
	color:white;
	text-decoration: none;
	}
.footer a:hover {
	color:gold;
	}
	
.footer-left {
	float:left;
	display:inline;
	width:400px;
	text-align:left;
	}

.footer-right {
	float:right;
	display:inline;
	width:300px;
	text-align:left;
	}

/* footer styles*/

.specials-title {
	font-size:20px;
	font-weight:bold;
	color: #1D4085;
	}

.specials-date {
	font-size:14px;
	font-style:italic;
	}

.specials-pic {
	padding:1px;
	border:1px solid #1D4085;
	}
	
/* form button styles */
.submit_bttn {
	background:url(/images/bttn-off-submit.png) no-repeat;
	width:79px;
	height:21px;
	margin:none;
	margin-top:6px;
	border:none;
	}

.submit_bttn:hover {
	background:url(/images/bttn-on-submit.png) no-repeat;
	width:79px;
	height:21px;
	margin:none;
	margin-top:6px;
	border:none;
	cursor:pointer;
	}
	
	
.facebook{
	position:absolute;
	right:20px;
	bottom:30px;
}
