/* Eric Meyer's CSS Reset, http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

img { margin: 0; padding: 0; border: 0; outline: 0; }

/* remember to define focus styles!*/
:focus { outline: 1px dotted #999; }
.button:focus { outline: none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }



body {
	margin: 0;
	padding: 0;
	background: #C6BF93;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF8934;
	margin:0;
	padding: 10px 0 0 0;
	border-top:1px solid #ADA463;
}

h2 {
	font-size: 16px;
	color: #F3D845;
	font-weight: normal;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {

	text-decoration: none;
	color: #FF8934;
}

a:hover {
	text-decoration: underline
	color: #F3D845;
}


/* Header */

#header {
	width: 100%;
	height: 57px;
	margin: 0 auto;
	background: #6D3E25 url(images/bg_miranda_wood.jpg);
}

/* Content */

#content {
	width: 500px;
	margin: 0 auto;
	padding: 20px 20px;
	/*background: #6D3E25 url(images/bg_miranda_wood.jpg);*/
}
#logo {
	margin: 100px 100px;;
	/*background: #6D3E25 url(images/bg_miranda_wood.jpg);*/
}

#content p{
	margin: 0 auto;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	text-align:justify;
	color: #1F1F14;
	margin:0;
	padding:20px 0;
}

/* Footer */

#footer {
	width: 100%;
	height: 57px;
	margin: 0 auto;
	background: #6D3E25 url(images/bg_miranda_wood.jpg);
}


