html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*DEFAULTS*/

/*
DARK GREEN : 6d7e2dľ
BACKGROUND : f2f6b3
MEDIUM GREEN : 85b916
ORANGE : f07b00
*/
/*STRUCTURE*/
body {background:#f2f6b3;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#wrapper {width:960px;margin:0 auto;}
#header {background:url(img/header.png) no-repeat;width:960px;height:89px;overflow:hidden;}
#header h1, #header h2 {position:absolute;top:-9999px;}
#header a {display:block;text-decoration:none;width:960px;height:89px;}
#main {background:url(img/main.png) no-repeat;width:960px;height:571px;}
#menu {width:250px;float:left;overflow:hidden;display:inline;margin-left:90px;margin-top:50px;}
#menu li {
list-style:none;
list-style-position:outside;
}
#menu a {
color:#6d7e2d;
text-decoration:none;
font-size:18px;
background:url(img/square.png) 0 17px no-repeat;
padding:15px 0 15px 20px;
width:190px;
display:block;
}
#menu a:hover {color:#f07b00;}
#content {width:540px;overflow:hidden;display:inline;float:left;margin:50px 20px;}
