/* BASIC/DEFAULTS */

body {
	font-family: "georgia", "times new roman", serif;
	font-size: 14px;
	line-height: 1.7em;	
}

h2 {
	margin: 2.55em -42px .85em 0;
	font: normal 32px/.85em "georgia", sans-serif;
	font-variant: small-caps;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
}

h3 {
	font: bold italic 15px/1.586 "georgia", serif;
	margin: 2.38em 0 -0.793em;
}

h4 {
	margin: 1.7em 0;
	font-size: 1em;
	line-height: 1.7em;
}

p {
	margin: 1.7em 0;
}

ul {
	margin: 1.7em 0 1.7em 2em;
	list-style: circle;
}

a {
	color: #222;
}

ul#navigation {
	margin: 0;
	list-style: none;
	font: normal 14px/1.2em "arial narrow", "arial", sans-serif;
}

ul#navigation a {
	color: #888;
	text-decoration: none;
}

ul#navigation a:hover {
	color: #444;
}

.link_top {
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial;
}

#footer {
	font: 11px/1em "arial", sans-serif;
	color: #aaa;
	text-align: center;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}