@charset "utf-8";
html { height:100%; }
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin:0;
	height:100%;
}

a {
	color: #E9E9E9;
	text-decoration:underline;
}
a:hover {
	color: #E9E9E9;
	color: #CECECE;
	text-decoration:none;
}
a.imgbord {
	border-color:#E9E9E9;
	border-style:solid;
	border-width: 2px;
}
a.imgbord:hover {
	color: #CECECE;
	border-color:#CECECE;
	border-style:solid;
	border-width: 2px;
}
.container {
	width: 960px;
	margin: 10px auto;
	background:url(images/background.jpg) no-repeat top;
	/*height:733px;*/
}
.logobase {
	float: left;
	height: 462px;
}
.left {
	width:209px;
}
.center {
	width:378px;
}
.right {
	width:196px;
}

#nav {
	margin-top:22px; margin-left:190px; margin-right:121px; margin-bottom:22px; height:200px;
}
.navLeft {
	float:left; width:43px;
}
.navRight {
	float:left; width:32px;
}

#logo {
	width:783px;
	height:480px;
	margin:10px auto;
	padding-bottom:10px;
}

#content {
	background: transparent url(images/contentBG_02.jpg) no-repeat center 52px;
	width:718px;
	margin:10px auto;
	min-height:600px;
}

#content h1 {
	background: transparent url(images/contentBG_01.png);
	margin:0;
	padding: 15px 0;
	width:718px;
	height:22px;
	text-align:center;
}
#content p {
	margin:10px;
}
