/* CSS Document */

body, html {
	background-color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333;
	margin:0;
	padding:0;}
	
h1 {font-size:1.1em; font-weight:bold;}
#copy h1 { text-transform:uppercase; color:white; background-color:black; padding:4px 4px 4px 8px; letter-spacing:.5em;}
#copy p {font-size:1.1em; padding-left:20px;}
a:link, a:visited {color:#990000; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}

#wrapper {margin-left:auto; margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	border:1px solid black;
	width:800px;
	height:auto;
	background-color:#FAF4E7;
	position:relative;}	
#head {
	width:800px;
	height:auto;
	margin:0;
	padding:0;}
#head img {margin:0; padding:0;}
#head ul {margin:0; padding:0; display:inline; list-style:none; position:absolute;}
#head ul li {margin:0; padding:0; float:left;}
#head ul li img {margin:0; padding:0;}
#head ul li span {display:none; position:absolute; top:85px; left:14px;}
#head ul li:hover span {
	position:absolute;
	margin:0;
	padding:8px;
	display:inline;
	width:242px;
	height:auto;
	color:#FFF;
	background-color:#6E6653;
	background-image:url(../images/drop_fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #464032;
	border-right:1px solid #464032;
	border-bottom:2px solid #464032;
	z-index:100;}
#flash {
	margin:10px 0 0 20px;
	padding:0;
	float:left;
	display:inline;}
#support {
	margin:40px 20px 0 0px;
	padding:0;
	width:387px;
	height:auto;
	float:right;
	display:inline;}
#support h1 {font-size:1em; font-weight:bold; text-align:center; width:290px; margin-left:auto; margin-right:auto;}
#support p {font-size:.8em; text-align:center;}
#copy {margin-left:auto; margin-right:auto;
	padding:40px 0 20px 0;
	width:600px;
	clear:both;}
