@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	background-image: url(../_images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CBCBCB;
}
#header ul {
	margin: 0em;
	list-style: none;
	position: absolute;
}
#header li {
	float: left;
}
#header {
	height: 27px;
	width: 600px;
	margin-top: 138px;
	margin-left: 305px;
}
#header li a:link, #header li a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	margin-right: 0.2em;
	line-height: 1.2em;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	padding-right: .7em;
}
#header li a:hover, #header li a:active {
	color: #FFF;
	background-color: #C45F69;
}
#header li a.current,#header li a.current:hover,#header li a.current:active{
	color: #FFF;
	background-color: #6C0909;
	cursor: default;
}
#wrapper {
	height: 710px;
	width: 1000px;
	margin-top: 20px;
	margin-left: 0px;
}
.style4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.style3 , .style2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.style1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#wrapper embed {
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
