

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}

/* main
---------------------------------- */

body {
/* 	background-color: #2f2b28; */
	font-family: "century gothic", futura, helvetica, "trebuchet ms", Arial, verdana, helvetica, sans-serif;
	color: #b5b3b3;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #1e1c1c;
	}
#menu_head h1 {
	font-size: 3.6em;
	margin: 0;
	margin-bottom: 2em;
}
#menu_head a {
	text-decoration: none;
	color: #9f1b1b;
	color: #898888;
	background-color: inherit;
	text-indent: -999em;
	display: block;
	}
a:hover {
	color: #666;
	}
h1, h2 {
	text-transform: uppercase;
	margin-bottom: 1px;
	}
h2 {
	margin-bottom: 0;
	font-size: 1em;
	text-align: right;
	padding-right: 1em;
	letter-spacing: .08em;
	}
#wrapper {
	margin: 0 auto;
	width: 210px;
	margin-top: 60px;
	}
#maincontent {
	padding-bottom: 90px;
	margin-left: 0;
	margin-top: 120px;
	}
p {
	margin-top: 6px;
	font-size: 0.76em;
	line-height: 1.5em;
	font-family: verdana, sans-serif;
	width: 475px;
	}
li {
	list-style-type: none;
	}
li a {
	border-top: 2px solid #<?=$text; ?>;
	color: #<?=$text; ?>;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: .5em .5em 1.5em .5em;
	}
li a:hover {
	color: #<?=$hover; ?>;
	border-color: #<?=$hover; ?>;
	}
	
	
	


#box {
	margin: 1em;
	width: 200px;
	height: 150px;
	background: #bcd965;
	border: 1px solid #000;
}
