/*=== RESET STYLES ===*/
/* Taken from Eric Meyer at: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
on 2008-08-05*/
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}
/*================================================================*/
/*=== END OF RESET STYLES ========================================*/
/*================================================================*/


/*=== LEFT AND RIGHT PADDING/MARGINS FOR PAGE EDGES ===*/
#wrapper{
	padding-left: 0;
	padding-right: 0;
	margin-top: 1em;
}
#head{
	padding-left: 1%;
	padding-right: 1%;
}
/*=== END OF PAGE PADDING ===*/

#wrapper{
	background-color: #ffffff;
	border: 1px solid #350F00;
	color: #000000;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-image: url(img_styles/nav_bg.gif);
	background-repeat: repeat-y;
	
}

#head{
	background-color: #330000;
	color: #ffffff;
	padding: 1em 1% 1em 1%;
}

#navbar{
	background-color: #FFE6BF;
	color: #330000;
	width: 205px;
	float:left;
	font-size: 1.2em;
	padding: 0;
}

#content{
	/*width: 100%;*/
	padding: 0 1% 2em 1%;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2em;
	margin-left: 205px;
	padding-bottom: 220px;

}

#watermark{
	background-image: url(img_styles/bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 2em;
	right: 0;
	width: 382px;
	height: 258px;
	z-index: 0;
}

#foot{
	background-color: #330000;
	color: #FFE6BF;
	padding: 1em 1% 1em 1%;
	clear: both;
	z-index: 1;
	position: relative;
}

body {
	background-color: #FFCD80;
	background-color: #FFC080;
	color: #000000;
	font-size: 62.5%;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

p{
	font-size: 1em;
	padding-top: .2em;
	padding-bottom: .3em;
	line-height: 1.2;
}

li{
	line-height: 1.2;
}

h1{
	padding: 0;
	margin: 0;
	color: #FFE6BF;
	font-weight: normal;
	font-size: 4.8em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h1 span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 35%;
}


#head h2{
	color: #330000;
	font-size: 1.6em;
	text-align: center;
	padding: .2em 0 .5em 0;
	margin: 0;
}

h2{
	margin-top: 1em;
	margin-bottom: .5em;
	color: #330000;
	font-size: 1.2em;
}


h3{
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
}

h4{
	margin-top: 1em;
	font-size: 1.1em;
}

h5{
	font-size: 1em;
}

ul{
	margin-top: .5em;
	margin-bottom: .7em;
}

a:link{
	color: #350F00;
}
a:visited{
	color: ##4C4200;
}
a:hover{
	color: #4C1600;
}
a:active{
	color: #4C1600;
}

#foot a{
	color: #FFE6BF;
}

/*=================*/
/*=== NAVBAR ===*/
/*==============*/
#navbar ul{
	display: block;
	list-style-type: none;
	/*padding-top: .2em;		in IE this padding creates
	padding-bottom: .2em;	spaces between list items*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#navbar li{
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	line-height: normal;
	
}

#navbar a {
	display: block; /* to increase clickable area as a’s default to inline */
	color: #350F00;
	text-decoration: none;
	padding: 2px 15px;
	border-bottom: 1px solid #F4A460;
	
}

#navbar a.last{
	/*border-bottom: none;*/
}
#navbar a.first{
	border-top: 1px solid #f4a460;
}
#navbar a:hover {
background: #4C2E00;
color: #FFE6BF;
}