/* E. Meyer's Browser defaults reloaded - Thanks Eric */
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 {
		background-image: url(images/stamp.jpg);}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: "" "";}/* End Browser Default Reset */
/* ************************* Start Styles Here ************************ */

#wrapper {
	margin: 0 auto;
	width: 64em; 
	height: 48em;
	position: relative;
	background: rgb(62, 8, 3); url(images/back_grid.png) no-repeat;	 
}
#title {
	position: absolute;
	top: .5m;
	left: 3em;
	width: 30em;
	height: 5em;
	font-family: verdana, sans-serif;
	color: white;
	/*line-height: 1.5em;*/
	list-style: none;
	
	
}
/* text */
#text {
	postion: absolute;
	}

#text p {
	font-family: verdana, sans-serif;
	font-size: .75em;
	text-align: left;
	color: white;
    line-height: 1.2em;
	}
/* text */


/* link */
#link li{
	line-height: 1.30em;
	text-decoration: none;}

#link {
	color: white;
	position: absolute;
	top:7.90em;
	left: 3.65em;
	width: 15em; 
	font-family: verdana, sans-serif;
	font-size: small;
	margin: 0em;
	padding: 0em;
	
	
	}
#link li a:link {
	color: #CC9966;
	text-decoration: none;
}
	
#link li a:visited {
	color: #CC9966;
	text-decoration: none;
	
}
	
#link li a:hover {
	color: #ffffff;
}
/* end link */

/* navigation */
#nav {
	position: absolute;
	top: 5em; 
	left: 0;
	margin: 0 auto;
	width: 64em; 
	height: 1.25em;
	font-family: Verdana, sans-serif;
	background-color: #CC9966;
	line-height: 1em;
	margin: 0em;
	padding: 0em;
	}

#nav li {
	display: inline;
	font-size: small;
	
}
#nav li a {
	padding: .25em;
	margin: 0em 3.35em;
	text-decoration: none;
	text-align: center;
	color: rgb(62, 8, 3);
	
}
#subnav {
	position: absolute;
	right: 2em;
	top: 2em;
	height: 5em;
	padding: 1em;
	font-family: verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	list-style: none;
	
	
	}
#subnav li a:link {
	color: #CC9966;
	text-decoration: none;
	
}

#subnav li a:visited {
	color: #CC9966;
	text-decoration: none;
}
	
#subnav li a:hover {
	color: #ffffff;
}



/* end navigation */	
 
#heading {
	position: absolute;
	top: 9.35em; 
	left: 3em;
	color: white;
	width: 20em;
	font-family: verdana, sans-serif;
	
	}

/*h2 {
    font-family: verdana
    color: white;
     }*/
h3 {   
	font-family: verdana, sans-serif;
	color: white;
	 }
	 
	 

A:link { text-decoration: none }
A:visited { text-decoration: none }