body {
	margin:0px; /* margin outside div - NOT inherited */
	border:0px; /* IE counts/Firefox doesn't - NOT inherited */
	padding:0px; /* margin inside div - IE counts/Firefox doesn't - 2: TB,RL 3: T,RL,B 4: T,R,B,L - NOT inherited */
	background:#580000;
	color:#DBDBDB; /* foreground - inherited */
	font:1em Arial, Helvetica, sans-serif; /* base font - inherited */
	text-align:left; /* center justify left right - NOT inherited */
	font-style:normal; /* normal or italic - inherited */
	font-weight:normal; /* bold bolder lighter - inherited */
}
#container {
	background:-8px 0px url(images/layout/header-bg-top.jpg) repeat-x; /* NOT inherited before CSS2 */
	position:absolute;
	top:0px;
	left:0px;
	width:100%; /* NOT inherited */
	height:100%; /* NOT inherited */
	margin:0px;
	padding:0px;
	z-index:1;
}
#left {
	background:url(images/layout/quin-full-length.jpg) no-repeat;
	float:left;
	width:282px;
	margin:0px;
	padding:0px;
	color:#fff;
	line-height:1em;
	z-index:2;
}
#right {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:120px 20px 10px 282px;
	color:#fff;
	line-height:1em;
	z-index:3;
}
#nav-top {
	position:absolute;
	top:66px;
	left:290px;
	width:580px;
	z-index:15;
}
#nav-bottom {
	margin:20px 20px 10px;
	z-index:15;
}
div.nav {
	background:top left url(images/layout/nav-left.gif) no-repeat;
	text-align:center;
	font-size:10px;
}
div.nav2 {
	background:top right url(images/layout/nav-right.gif) no-repeat;
	padding:0px 10px;
}
ul.nav {
	background:top left url(images/layout/nav-bg.gif) repeat-x;
	margin:0px;
	padding:10px 0px;
	list-style:none;
}
li.nav {
	display:inline;
}
li.nav a {
	font-weight:normal;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:#eee;
	text-decoration:underline;
}
#footer {
	background-image:url(images/layout/header-bg-bottom.jpg);
	float:left;
	background-color:#000000;
	width:100%;
}/* Navigation menu settings */
ul.menu1 {
	float:left;
	position:relative;
	margin:0px;
	border:0px;
	padding:0px;
	list-style:none;
	left:10px;
}
#nav a.menu1 {
	width:115px;
	line-height:17px;
	margin:0px 0px 13px;
	border:1px solid black;
	padding:0px;
	background-color:#B9B1F2;
	color:black;
	font-weight:bold;
	text-decoration:none; /* removes the link underlines */
}
#nav a.menu1:hover {
	color:white;
	background-color:#062785;
}
ul.menu2 {
	width:135px;
	float:left;
	position:absolute;
	left:116px;
	margin:-19px 0px -13px;
	border:0px;
	padding:0px;
	list-style:none;
	display:none;
}
#nav a.menu2 {
	width:135px;
	line-height:17px;
	margin-bottom:0px 0px -1px; /* prevent double border */
	border:1px solid black;
	padding:0px;
	background-color:#B9B1F2;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#nav a.menu2:hover {
	color:white;
	background-color:#062785;
}
ul.menu3 {
	width:135px;
	float:left;
	position:absolute;
	left:136px;
	margin:-19px 0px 0px;
	border:0px;
	padding:0px;
	list-style:none;
	display:none;
}