/********** reset *************/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
/*table still needs cellspacing:0 in markup*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/**************general*****************/

body {background-color:#37628f;
line-height:18px;
}

h1, h2, h3, h4 {color: #4d5c00; font-family: verdana, arial, sanserif; padding-bottom: 10px;}

h1 {font-size: 2em;}
h2 {font-size: 1.4em; line-height: 1.2em;}
h3 {font-size: 1.2em;}

p {color: #b07807; font-family: verdana, arial, san-serif; padding-bottom: .5em;}

a {}


.hide {margin-left: -1000px;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/**********************************************/
#wrap {width: 800px;
background-color: #f9fce8;
margin: auto;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 25px;
	border-color: #ce8e0b;
	padding: 15px;
}

#header {}

#main {}