@charset "UTF-8";
/* -----  basic styling ------ */
* {
	margin: 0px;
	padding: 0em;
}

body {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color:#666666
	position: relative;
	color: #666666;
	background-image: url(../images/background_outer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3f479e;
}

#wrapper {
	position:relative;
	width: 900px;
	margin:auto;
	text-align:left;
	background-image:url(../images/background_inner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}

#clear {
	clear:both;
}

/* -----  container elements ------ */


#header {
	position:relative;
	height:140px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#content {
	float:right;
	background-color: #FFFFFF;
	padding: 10px;
	width: 680px;
	height: auto;
}
	
#nav {
	float:left;
	width:200px;
}
	
#footer {
	color:#FFFFFF;
	margin-top: 3em;
	text-align: left;
	text-indent: 200px;
	margin-bottom: 3em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

a:link {
	text-decoration: none;
	color: #757feb;
}

a:visited {
	text-decoration: none;
	color: #3F479E;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#content h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	color: #333333;
	padding-top: 1em;
}

#content p.emp {
	font-weight: bold;
}

#content p.ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content img {
	padding-top: 1em;
	padding-bottom: 1em;
}

#content h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 0.25em;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}

#content h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 0.25em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}


#content h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #710000;
	padding-bottom: 0.25em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

#fav   {
	width: 90%;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 1em;
	margin-left: 1em;
	background-color: #CCCCCC;
	line-height: 1.1em;
}

#fav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666666;
	font-size: 85%;
}

#content li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
}

#galleryimage {
	background-color: #000000;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 85%;
	background-position: center;
	text-align: center;
	margin-bottom: 2em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#undernav {
	float: left;
	height: auto;
}

