@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
ul,ol {
	list-style: none;}
	
body, select, input, textarea {
	font: 100%/1.2 arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 760px; height: 400px;
	margin: 20px auto 0; padding: 50px;
	border: 1px SOLID #CCC;}
	
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.6em;
	font-weight: 100;
	color: #CCC;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .85em;}

.hide {
	display: none;}
	
.error {
	color: #C00;
	font-weight: bold;}

.confirmation {
	color: #080;
	font-weight: bold;}

div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;}
	
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000}
	
/* SITE SPECIFIC STYLES */

body {
	background-color: #CCC;}

#container {
	background-color: #FFF;
	position: relative;
	}

#logo {
	position: absolute;
	top: 50px; left: 540px;}

#art {
	position: absolute;
	top: 50px; left: 50px;}

#main {
	position: absolute;
	top: 150px; left: 495px;
	width: 320px;}
#main p {
	color: #9C9C9C;
	line-height: 1.35em;}

#menu {
	position: absolute;
	bottom: 50px; left: 495px;}
#menu li {
	float: left;
	border-right: 1px SOLID #CCC;}
#menu li.last {
	border: 0;}

#menu a {
	display: block;
	padding: 3px;}
#menu a:link {
	color: #797979;
	text-decoration: none;}
#menu a:visited {
	color: #797979;
	text-decoration: none;}
#menu a:hover {
	color: #999;
	text-decoration: none;
	background-image: url(../img/a_bkgd.gif);
	background-repeat: repeat-x;}
#menu a:active {
	color: #666;
	text-decoration: none;}

#footer {
	margin: 10px 0 0;
	text-align: center;
	font-size: .75em;
	color: #9F9F9F;}
#footer a:link {
	color: #9F9F9F;}
#footer a:visited {
	color: #888;}
#footer a:hover {
	color: #666;}
#footer a:active {
	color: #333;}
	
