#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
#footer a {
	color: #666666;
}




#container #middle #sidebar {
	width: 150px;
	float: left;
}
#container #header {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-y;
	height: 100px;
	position: relative;
	left: 0px;
	top: 0px;
}
#container #header #logo {
}

body {
	background-repeat: repeat;
	margin-top: 25px;
	background-image: url(../images/page_background.gif);
}


#container #middle #content {
	float: right;
	width: 629px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#container #middle #content h1 {
	font-size: 24px;
	color: #003366;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}
#container #middle #content a {
	color: #003366;
	font-weight: bold;
}


#container #sidebar #menu {
	height: 200px;
	width: 149px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #CCCCCC;
	padding-top: 30px;
}
#container #sidebar #menu a {
	color: #003366;
}




#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align: center;
}
#container #sidebar #belowmenu {
	width: 149px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.menuitem {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-left-color: #003366;
	width: 126px;
	height: 21px;
	background-image: url(../images/menu_background.jpg);
	background-repeat: repeat-y;
	text-indent: 22px;
}
.menuitem:hover {
	background-image: url(../images/menu_background_hover.jpg);
	background-repeat: repeat-y;
}

#container #header #logo {
	position: absolute;
	left: 5px;
}
#container #header #headerimage {
	position: absolute;
	right: 0px;
}

#container #sidebar #menu #menuitems {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.menuitemlast {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	width: 126px;
	height: 21px;
	background-image: url(../images/menu_background.jpg);
	background-repeat: repeat-y;
	text-indent: 22px;
}
#container #middle #content img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.menuitemlast:hover {
	background-image: url(../images/menu_background_hover.jpg);
	background-repeat: repeat-y;
}
.location {
	width: 200px;
	margin: 10px;
	text-align: center;
	border: 1px solid #003366;
}
textarea, input, select {
	color: #003366;
	background-color: #DFDFDF;
}
.radio {
	background-color: #FFFFFF;
}
.coupon {
	width: 250px;
	border: medium dashed #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.coupon h3 {
	color: #000000;
	font-size: 16px;
	margin: 0px;
}
