@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	background: url(images/bg.png) repeat-x #eaebeb;
	font-size: 14px;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: transparent;
}

/* -------------------- HEADER -------------------- */

#header {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	display: block;
	background: url(images/header_white.jpg) center no-repeat /*red#FF1300*/ /*purple#231952*/ /*green#026111*/;
	height: 150px;
	margin-bottom: 20px;
	border-bottom: 2px solid #bbb;
}

/* -------------------- NAVIGATION -------------------- */

#nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 auto;
	padding-top: 120px;
	width: 900px;
	height: 40px;
	background: transparent;
	display: block;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav li {
	background: transparent;
	margin: 0 10px;
	padding: 0;
	display: inline;/*
	text-transform: uppercase;*/
	letter-spacing: 2px;
}

#nav li a, #nav li strong {
	display: inline;
	color: /*red#ff8888*/ /*white#999*/ /*purple#928cb1*/ /*green*/#555;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#nav li strong {
	color: #000;
	border-bottom: 3px solid #000;/*
	text-shadow: 0px 1px 2px #000;*/
}

#nav li a:link, #nav li a:visited {
	
}

#nav li a:active, #nav li a:hover {
	color: /*red#ffbbbb*/ /*white*/#555 /*purple#b7b4c8*/ /*green#fff*/;
}

/* -------------------- CONTENT -------------------- */

#content {
	margin: 0 auto 20px;
	padding: 20px 0 10px 0;
	background: #fff;
	display: block;
	clear: both;
	border: 0;
	float: left;
	width: 900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

p {
	margin: 0 30px 15px;
	color: #555;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
	margin: 0 30px 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, serif;
	color: #555 /*white#bbb*/ /*purple#766bae*/ /*green#648242*/;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin: 0 30px 5px;
	font-family: Helvetica, Verdana, Arial, serif;
	color: #555;
	font-weight: bold;
}

a:link, a:visited {
	color: /*white*/#bbb /*purple#766bae*/ /*green#648242*/;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}

.iframeMap {
	border: 2px solid #555;
	margin: 0 15px 0 30px;
}

/* -------------------- FOOTER -------------------- */

#footer {
	display: block;
	width: 900px;
	margin: 0 auto 20px auto;
	text-align: center;
}

#footer p {
	color: #bbb;
}

#footer a:link, #footer a:visited {
	color: #97b575;
}

#footer a:hover, #footer a:active {
	color: #648242;
}
