/***************************
************* By Elements */

body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}
div#wrapper {
	font-size: 1.2em;
	line-height: 1.5em;
}
a {
	text-decoration: none;
}

/***************************
*********** The Big Stuff */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
}
h1 {
	font-size: 1.9em;
	margin-bottom: 0.9em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}



/***************************
*************** Navigation */

div#header ul li {
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia, Garamond, serif;
}
div#header ul li a:hover {
	text-decoration: underline;
}



/***************************
************ Main Content */

div#content h2 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 2em;
	line-height: 1.2em;
}
div#content h2 span {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #463e49;
}
div#content h3 {
	text-transform: uppercase;
	font-size: 1.05em;
	margin-bottom: 5px;
	font-weight: bold;
}
ul.subnav li {
	line-height: 1.5em;
	font-size: 0.9em;
}
ul.subnav li a:hover {
	text-decoration: underline;
}


/***************************
***************** Sidebar */

div.sidebar h3 {
	text-indent: -999em;
}
div.sidebar ul li {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.2em;
}
div.sidebar ul li a {
	line-height: 1.9em;
	display: block;
}
div#conditions ul li {
	text-align: right;
}


/***************************
****************** Footer */

div#footer p {
	font-size: 0.9em;
}
div#footer p span {
	text-transform: lowercase;
}





