﻿body {
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;
	background-color: #49474A;
}
#wrapper {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
# header {
	width: 900px;
	position: relative;
	background-color: white;
}
#img {
	width: 900px;
	position: relative;
	height: 298px;
	background-image: url('night_header.jpg');
}

#navigation {
	position: relative;
	width: 900px;
}
#leftdiv {
	position: relative;
	width: 320px;
	padding: 5px 10px 10px 10px;
	float: left;
}
#content {
	padding: 5px 10px 10px 10px;
	width: 540px;
	position: relative;
	float: left;
}
#footer {
	position: relative;
	width: 900px;
	height: 71px;
	clear: both;
	background-image:url('night_footer.jpg')
}
p {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	font-size: small;
}
.style1 {
	vertical-align: bottom;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: bold;
	color: #C0C0C0;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #0066CC;
	font-weight: bold;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #4E9A06;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#045C97;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.flavour {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #000000;
}
