/******** start of meyers reset reloaded *********/

/*Reset reloaded by Eric Meyer's - brilliant - thanks so much*/

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: "" "";
}

/******** background image ********/

body {
	font-size: 75%;
	font-family: monospace;
	line-height: 1.2em;
	background: #3a4865;
	color: #9e816f;
}

#container {
	width: 750px;
	height: 563px;
	margin: 5% auto;
	background: transparent url(hold.jpg) top center no-repeat;
}

#container h1 {
	padding: 50px 370px  24px 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #e1d5bb;
}

#container p {
	line-height: 1.2;
	width: 280px;
	margin: 5px 0 10px 220px;
	font-size: 13px;
}

#container #nav {
	margin: 150px 0 0 360px;
	font-size: 2em;
	line-height: 1;
}
#container #nav  h2{
	font-size: 18px;
	line-height: 1.5;
	color: #e1d5bb;	
}
#container #nav ul li {
	margin: 3px 0;
}

#container #nav ul li a {
	color: #9e816f;
	text-decoration: none;
	background: transparent;
}

#container #nav ul li a:link {
	color: #9e816f;
}

#container #nav ul li a:visited {
	color: #699;
	text-decoration: none;
}

#container #nav ul li a:hover {
	color: #c96;
	text-decoration: none;
}

v#nav ul li a:active {
	color: #9cc;
	text-decoration: underline;
}