/* CSS Document */

body {
	background-color:#000;
	}
	
#container {
	width:795px;
	height:1000px;
	background-color:#000;
	border:0px solid #003300;
	margin-left:auto;
	margin-right:auto;
	}

#inner {
	width:779px;
	background-color:#333333;
	border:1px solid #646464;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	}

#inner h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	margin:0px;
	margin-bottom:5px;
	color:#fff;
	}

#inner a {
	color:#fff;
	}

#inner a:hover {
	color:#ff0;
	}

#banner {
	width:795px;
	height:140px;
	margin-bottom:5px;
	background-image:url(images/banner.jpg);
	font-family:Arial black;
	font-size:14px;
	color:#fff;
	text-align:right;
	}

#banner a {
	font-family:Arial black;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	}

#banner a:hover {
	color:#f00;
	}

#left-top {
	background-color:#666666;
	width:298px;
	height:148px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	}

#left-bottom {
	background-color:#999999;
	width:298px;
	height:148px;
	border:1px solid #CCCCCC;
	}

#right {
	width:488px;
	height:303px;
	border:1px solid #CCCCCC;
	margin-left:5px;
	float:right;
	}

#navigation {
	width:795px;
	height:46px;
	background-color:#000;
	margin-top:5px;
	clear:both;
	}
	
.nav-button-one {
	width:158px;
	height:46px;
	margin-right:1px;
	float:left;
	background-image:url(images/button-one.jpg);
	background-repeat:no-repeat;
	}
	
.nav-button-one:hover {
	background-image:url(images/button-one-hover.jpg);
	cursor:pointer;
	}

.nav-button {
	display:block;
	width:158px;
	height:46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding-top:12px;
	}

.nav-button-two {
	width:158px;
	height:46px;
	margin-right:1px;
	float:left;
	background-image:url(images/button-two.jpg);
	background-repeat:no-repeat;
	}

.nav-button-two:hover {
	background-image:url(images/button-two-hover.jpg);
	cursor:pointer;
	}

.nav-button-three {
	width:159px;
	height:46px;
	background-image:url(images/button-three.jpg);
	float:left;
	background-repeat:no-repeat;
	}

.nav-button-three:hover {
	background-image:url(images/button-three-hover.jpg);
	}

#additional {
	width:793px;
	height:198px;
	background-color:#333;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #646464
	}

h3.add {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:5px;
	}

#additional-one {
	width:516px;
	height:191px;
	background-color:#333;
	float:left;
	border-right:1px solid #646464;
	font-familY:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	}
#additional-two {
	width:263px;
	height:194px;
	background-color:#333;
	float:left;
	border-right:1px solid #646464;
	}
#additional-three {
	width:254px;
	height:191px;
	background-color:#333;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	}

a.more {
	color:#FFFF00;
	text-decoration:none;
	}

a.more:hover {
	color:#FF0000;
	}

#footer {
	width:795px;
	height:80px;
	background-color:#000;
	margin-top:5px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#fff;
	}

#footer a {
	color:#fff;
	text-decoration:underline;
	}
#footer a:hover {
	color:#f00;
	}

