/* 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* Other resets */
html {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
div {
	position:relative;
}
body {
	background: #2e241f url(/images/bg.jpg) repeat-x;
}

h1 {
	letter-spacing: 1px;
	font: italic 600 small-caps 2.5em/1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: 600;
	font-variant: small-caps;
}
h3 {
	letter-spacing: 1px;
	margin-bottom: 10px;
	font: italic 600 small-caps 2.1em/1.3em Georgia, "Times New Roman", Times, serif;
}
p {
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.4em;
}
#main  p {
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	padding: 			0;
	margin: 			0;
}
#nav ul li {
	float: 				left;
	list-style: 		none;
}
#nav ul li a, #nav ul li a:visited {
	z-index: 			10;
	display: 			block;
	float: 				left;
	height: 			35px;
	overflow: 			hidden;
	color:				#FFFFFF;
	position: 			relative;
	padding:			10px 14px 0px;
	text-decoration: none;
	font-size: 23px;
}
#nav li.background {
	background: 		#d1d0b2 no-repeat right top;
	z-index: 			8;
	position: 			absolute;
	visibility: 		hidden;
}
#nav .background .left {
	background: 		#d1d0b2 no-repeat left top;
	height: 			44px;
	margin-right: 		17px;
}
#subnav ul {
	padding: 			0;
	margin: 			0;
	width: 940px;
	position: absolute;
}
#subnav ul li {
	list-style: 		none;
	float: left;
	display: inline;
}
#subnav ul li a, #subnav ul li a:visited {
	display:block;
	float:left;
	height:29px;
	overflow:hidden;
	color: #5e6174;
	position:relative;
	padding:6px 10px 0px 10px;
	text-decoration: none;
	font-size: 2em;
}
#subnav ul li a:hover {
	color: #FFFFFF;
}
.clear {
	clear: both;
	font-size: 12px;
}
.tall {
	height: 40px;
}
.short {
	height: 20px;
}

