@charset "utf-8";
/* CSS Document */

body {
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 13px;
	color: #99cc66;
}

p {
	font-size: 13px;
	color: #ffffff;
}

p a {
	color: #ff9900;
	text-decoration: none;
}

p a:hover {
	color: #ffffff;
}

li {
	font-size: 13px;
	color: #ffffff;
}

a img {
	border: none;
}

.bold {
	font-weight: bold;
	font-size: 13px;
}

.bold2{
	font-weight: bold;
	font-size: 32px;
}

.italic{
	font-style: italic;
}

.italic2{
	font-style: italic;
	font-size: 13px;
	color: #000000;
}

.style1 {
	font-size: 10px
}

#container {
	width: 900px;
	height: 750px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -450px;
	background: black;
}

#logo {
	width: 300px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 30px;
	cursor: pointer;
}

#header {
	width: 840px;
	height: 140px;
	position: absolute;
	top: 100px;
	left: 30px;
}

#header .menu {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .menu a {
	margin-left: 30px;
	float: right;
	font-size: 17px;
	color: #ff9900;
	text-decoration: none;
}

#header .menu a:hover {
	color: #ffffff;
}

#header .subMenu {
	width: 100%;
	position: absolute;
	top: 24px;
	left: 0px;
	line-height: 22px;
}

#header .subMenu a {
	margin-left: 15px;
	float: right;
	font-size: 15px;
	color: #996633;
	text-decoration: none;
}

#header .subMenu a:hover {
	color: #ffffff;
}

#container .imageNav {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 80px;	
}

#container .imageNav a {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	float: right;
}

#container .imageNav a:hover {
	
}

#content {
	width: 840px;
	height: 480px;
	position: absolute;
	top: 240px;
	left: 30px;
}

#content .text {
	width: 390px;
	height: 100%;
	position: absolute;
	line-height: 18px;
	top: 0px;
	left: 0px;
}

#content .images {
	width: 420px;
	height: 420px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	width: 840px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 30px;
}

#footer p {
	padding-top: 8px;
	margin: 0;
	font-size: 10px;
}

