body {
	background-color: #000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 125px;
	width: 914px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#flashcontent {
	position: absolute;
	height: 230px;
	width: 914px;
	left: 0px;
	top: 125px;
	background-color: #F7F4EB;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 914px;
	left: 0px;
	top: 355px;
	background-image: url(../images/bg-navigation-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincontent {
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	width: 625px;
	padding-top: 25px;
	padding-right: 32px;
	padding-bottom: 25px;
	padding-left: 257px;
	position: absolute;
	left: 0px;
	top: 390px;
}
#navcontainer {
	position: absolute;
	width: 225px;
	left: 7px;
	top: 390px;
}
#navcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
#navcontainer a {
	text-decoration: underline;
}

#book {
	float: right;
	width: 160px;
	margin-bottom: 15px;
	margin-left: 20px;
	position: relative;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 175px;
	width: 850px;
	padding-top: 25px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	position: absolute;
	left: 0px;
	bottom: -200px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}



h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #336;
	font-weight: bold;
	margin-top: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	margin-top: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.image_pad_bottom {
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #263054;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.image_float_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul {
	margin-left: 15px;
	list-style-type: none;
	margin-right: 30px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-top: 10px;
	list-style-type: disc;
}
iframe {
	border: 1px solid #000;
}

.small_text {
	font-size: 11px;
}
.largebold {
	font-size: 18px;
	font-weight: bold;
}
