body {
	background: #4d0202 url("../images/bg_graffiti.gif") top left no-repeat;
    font: 0.7em/1.4em "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 780px;
	color: #c7c1c0;
	text-align: center;
	}

h1, h2, h3 {
	font:4em/1.5 "Century Gothic", "Avant Garde", Futura, Helvetica;
	font-weight:normal;
	padding-top:1.2em;
	line-height:1.2;
	color:#c4a59e;
	}
h1 { font-size: 2.5em; 
	padding-top: 0;
	text-shadow: 2px 2px 2px #ccc;
	}

h2 {
	font-size:120%;
	font-weight:bold;
	margin: 0;
	padding:0;
}

fieldset {
	border:none;
}

#topheader {
	width:auto;
	overflow:visible;
	/*height:100px;*/
	height:70px;	
	}
	
#css_picker {
	width:auto;
	overflow:visible;
	/*height:100px;*/
	text-align:right;
	margin: 0 3em 0 0;	
	}
	
#css_picker a {
	border: none; 
	vertical-align:middle;
	padding: 0.5em 0 0 0;
}
	
#content {
	width:800px;
	overflow:visible;
	min-height:300px;	
	margin: 0.5em 10em 2em 5em;
	padding: 0;
	text-align: left;
	}

.note img {
	float: left;
	margin: 0 1em 2em 0;
}

.note span {
	display: block;
	color: #c7c1c0;
}

.note {
	color: #929292;
	margin: 3em 0 0 0;
}

ul.regular {
	margin: 0 0 2em 0;
}

a { 
	color: #9e5647; 
	text-decoration: none;
	border-bottom: 1px solid #9e5647;
	}
a:hover {
	color: #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	}

#topheader .logo a, #topheader .logo a:hover { 
	background: url("../images/logo_07.gif")  0 0 no-repeat; 
	display: block;
	float:left;
	height: 24px;
	width: 157px;
	margin: 20px 30px 0 40px;
	text-indent: -555em;
	border:0;
	}

#topheader h1  {
	margin: 0;
	padding: 0;
	}
#footer {
	width:auto;
	overflow:visible;
	height:20px;	
	margin: 3em 0 1em 0;
	padding:0; 
	font-size: 90%;
	text-align: center;
	border-top: 1px dotted #9e5647;
	color: #9e5647;
	}
#footer a {
	color: #803829;
	font-size: 90%;
	border-bottom: 1px solid #803829;
	}
	

