﻿@import url("layout.css");
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url('../images/qvlogobg.jpg');
}
#navigation {
	background-position: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #333333;
	background-image: url('../menu/button-tilebk1.gif');
	border-style: none;
	border-width: thin;
	border-color: #333333;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 50%;
	padding: 15px;
	background-color: #FFFFCC;
	float: left;
	}
html>body #column_l {
	width: 100%;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 50%px;
	padding: 15px 10px;
	background-color: #fff;
	float: right;
}
html>body #column_r {
	width: 50%;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: medium;
	color: #000000;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	border: thin solid #0000FF;
	font-size: small;
	color: #FFFFFF;
	background-color: #0066cc;
	font-family: Verdana;
}
