/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline:none
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html {
	height: 100%;
	margin-bottom: 1px;
	padding: 0 0;
}

body {
	height: 100%;
	background-color: #f5f1e4;
}

#wrapper {
	position: relative;
	border: 0px solid red;
}

#top-container {
	display: block;
	height: 39px;
	width: 100%;
	background: url("/images/bg-top-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F39E33;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid red;
}

#top-content {
	position: relative;
	display: block;
	height: 39px;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 0 0;
	border: 0px solid blue;
}

#top-content-left {
	display: block;
	float: left;
	clear: right;
	height: 39px;
	width: 483px;
	text-align: left;
	margin: 0 0;
	padding: 0 0 0 2px;
	border: 0px solid red;
}

#top-content-right {
	display: block;
	float: right;
	height: 39px;
	width: 483px;
	text-align: right;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid red;
}

#header-container {
	display: block;
	height: 182px;	
	width: 100%;
	background: url("/images/bg-header-container.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fbc450;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#header-content {
	position: relative;
	display: block;
	height: 182px;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 0 0;
	border: 0px solid blue;
}

#menu-container {
	display: block;
	height: 36px;
	width: 100%;
	background-color: #222978;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid red;
}

#menu-content {
	position: relative;
	display: block;
	overflow: hidden;
	height: 36px;
   	line-height: 36px;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#copy-container {
	display: block;
	height: auto;
	width: 100%;
	background-color: #f5f1e4;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid green;
}

#copy-content {
	display: block;
	width: 970px;
	background-color: #f5f1e4;
	margin: 0 auto 0 auto;
	padding: 11px 0;
	min-height: 814px;
	height: auto !important;
	height: 814px; /* IE6 Hack */
	border: 0px solid red;
}

#side-container {
	display: block;
	float: left;
	clear: right;
	height: 814px;
	overflow: hidden;
	width: 318px;
	margin: 0 11px 0 0;
	padding: 0 0;
	text-align: left;
	border: 0px solid red;
}

.side-box {
	display: block;
	float: left;
	height: 258px; /* 264px */
	width: 312px; /* 318px */
	background-color: #FFFFFF;
	margin: 0 0 11px 0;
	padding: 0 0;
	text-align: left;
	border: 3px solid #e8e4da;
}

.side-box-header {
	display: block;
	float: left;
	height: 46px;
   	line-height: 46px;
	width: 312px;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	border: 0px solid red;
}

#news-area .side-box-header {
	background: url("/images/bg-news-area-box.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#specials-area .side-box-header {
	background: url("/images/bg-specials-area-box.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#sign-up-area .side-box-header {
	background: url("/images/bg-sign-up-area-box.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.side-box-content {
	display: block;
	float: left;
	overflow: hidden;
	height: 173px; /* 211px */
	width: 278px; /* 312px */
	background-color: #FFFFFF;
	margin: 0 0;
	padding: 19px 17px;
	text-align: left;
	border: 0px solid red;
}

#content-area-container {
	display: block;
	overflow: hidden;
	min-height: 808px;
	height: auto !important;
	height: 808px;  /* IE6 Hack */
	width: 601px;
	background-color: #FFFFFF;
	padding: 0 17px;
	margin: 0 0;
	text-align: left;
	border: 3px solid #e8e4da;
}

#content-area {
	display: block;
	min-height: 723px;
	height: auto !important;
    height: 723px;  /* IE6 Hack */
	width: 601px;
	margin: 0 0;
	padding: 17px 0;
	text-align: left;
	border: 0px solid green;
}

#content-area-footer {
	display: block;
    float: left;
	height: 34px;
	width: 601px;
	margin: 0 0;
	padding: 0 0 17px 0;
	text-align: left;
	border: 0px solid red;
}

#footer-container {
	display: block;
	height: 42px;
	width: 100%;
	background: url("/images/bg-footer-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
    background-color: #F39E33;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#footer-content {
	display: block;
	height: 42px;
	/*width: 970px;*/
width: 1160px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#bottom-container {
	display: block;
	height: 70px;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#bottom-content {
	display: block;
	height: 70px;
	line-height: 70px;
	width: 970px;
   	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0;
	border: 0px solid red;
}

/* End CSS Layout Code */
