html, body {
	margin: 0px;
	padding: 0px;
	background-color: #052131; 
	font-family: verdana;
	font-size: 14px;
}

html > body > div { 
	width: 750px; 
	margin: 0px auto;
	height: 100%; 
}

html > body > div > div {
	float: left;
	text-shadow: #111 1px 1px 1px;
}

#header {
	text-shadow: #111 1px 1px 1px;
	color: #F0F0F0;
	font-style: italic;
	height: 125px;
	border: 3px solid #BFAB6E;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #351509;
	margin-bottom: 10px;
}

#navigation{
	text-align: center;
	top-border-radius-left: 10px;
	border-right: 3px solid #BFAB6E;
	margin-right: 10px;
	width: 14%;
	height: 100%;
	text-decoration: none;
	background-color: #3F1F0F;
}

#body{
	border: 3px solid #BFAB6E;
	border-radius: 10px;
	color: #BFAB6E;
	background-color: #351509;
	height: 585px;

}

.link{
	border-radius: 10px;
	background-color: #3F1F0F;
	margin: 5px;
	text-decoration: none;
}

img {
	border: 0px;
}

.link:hover{
	background-color: #240408;
	text-decoration: none;
}

a:link, a:hover, a:visited{
	font-size: 12px;
	color: #BFAB6E;
	text-decoration: none;
}

#information{
	width: 83%;
	height: 100%;
	overflow: auto;
	padding-right: 8px;
}

#cupon{
	color: #00FF00;
	text-decoration: underline;
	font-size: 14px;
}
#logo{
	float: right;
	margin-top: -74px;
	margin-right: 40px;
}

h1 {
	font-size: 24px;
	margin: 5px 0px 10px 0px;

}

#footer{
	text-align: center;
	color: #F0F0F0;
	text-shadow: #111 1px 1px 1px;
	margin-top: 3px;
	font-size: 10px;
}

.prices{
	list-style-type: none;
	margin-left:-40px;
	text-align: right;
}

tbody td:last-child {
	vertical-align: top;
	position: relative;
	top: 0px;
	bottom: 0px;
}

.spacer {
	margin-bottom: 26px;
}

.spacerr {
	margin-bottom: 26px;
}

.head{
	color: #F0F0F0;
	font-weight: bold;
}