/* tags => */

body {
	color: #6B776E;
	font: 0.88em Verdana, sans-serif;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	text-align: center;
	background: #000000;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #96A099;
}

a:hover {
	color: #000000;
}

img { 
	border: 0
}

h1 {
	margin: 0 0 2em 0;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	margin: 0 0 1.6em 0;
	font-size: 1.4em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0 0 1.7em;
}

address {
	margin: 0 0 1.7em;
}

/* classes => */

.clearer {
	clear: both;
}

.column {
	float: right;
}

/* ids => */

#container {
	text-align: left;
	width: 760px;
	padding: 0px;
	font-size: 0.8em;
	background: #ffffff;
	margin: auto;
}

#header {
	padding: 94px 20px 20px;
	background: #ffffff url("../elements/header.jpg") no-repeat;
	line-height: 1.4em;
	border-bottom: #ffffff solid 1px;
	border-top: #000000 solid 1px;
}

#sections_menu {
	clear: both;
	padding: 0;
	margin: 0 0 2em;
	border-top: 1px solid #ffffff;
	width: 100%;
	border-bottom: #ffffff solid 1px;
}
	
#sections_menu ul {
    margin:0;
    padding: 0;
    list-style:none;
	text-align: center;
}
	
#sections_menu li {
	width: auto;
	float:left;
	margin: 0;
	border-right: 1px solid #ffffff;
}

	
#sections_menu ul li a {
	padding: 0.4em 0px 0.4em 20px;
	float:left;
	font-variant: normal;
}
	
#sections_menu ul .current a {
	color: #000000;
}
	
#sections_menu ul li a:hover {
	color: #000000;
	background:#ffffff;
}

#trail {
	margin: 0 0 2em 0;
}

#content #trail a {
	font-weight: normal;
}

#sidebar {
	width: 30%;
	padding: 0 0 104px 0;
}

#sidebar .inside {
	margin: 20px 15px 20px 30px;
	line-height: 1.7em;
}

#sidebar ul {
	list-style-type: none;
	margin: 10px 0 25px;
	padding: 0;
}

#sidebar #children {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	padding: 0 0 0.6em;
	line-height: 1.2em;
	margin: 0;
}

#sidebar #children li {
	padding: 0.6em 0 0;
}

#sidebar li a {
	margin: 0;
}

#sidebar .current {
	color: #000000;
}

#sidebar #quote {
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 0.6em;
}

#content {
	width: 69.7%;
	overflow: hidden;
}

/* Hide from IE-Mac \*/
#content {
	width: 70% !important;
	width: 69.7%;
}
/* End hide */

#content .inside {
	margin: 20px 40px 20px 20px;
	overflow: hidden;
	line-height: 1.7em;
}

#content h2 {
	font: 1.5em;
	line-height: 1.5em;
}

#content a {
	font-weight: bold;
}

#content h3 {
	font: 1.1em verdana, sans-serif;
	font-weight: bold;
	line-height: 1.6em;
}

#footer {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 20px 320px;
	background: #ffffff url("../elements/footer.jpg") left bottom no-repeat;
}