/* CSS Document */
html, body{
    	margin: 0;
    	padding: 0;
    	font-family: Arial, Verdana, sans-serif;
    	font-size: .9em;
  	background-color: #333333;
	background-repeat:repeat-x;
	color: #000000;
	height:100%;
}

.box{
	background-color:#1F1F1F;
	background-repeat:repeat-x;
	background-position:top;
	margin-top:30px;
	margin-left: 100px;
	margin-right: auto;
	padding-right:10px;
	padding-top:10px;
	height: 420px;
	width: 977px;
	position:relative;
}

.box a img{
	text-decoration: none;
	border:none;
}


.box-bottombar {
	background-color:#1F1F1F ;
	height:25px;
	clear: both;
	position:absolute;
	top: 440px;
	width:100%;
}

.box img{
	padding-left:10px;
	float:left;
	position:relative;
}

.bottom_box {
	background-color:#1F1F1F;
	margin-top:50px;
	margin-left: 100px;
	margin-right: auto;
	padding-right:10px;
	padding-top:10px;
	height: 305px;
	width: 977px;
	position:relative;
	float: left;
}

h1 {
	font-size: 3.3em;
	font-weight: normal;
	font-family: palatino;
	text-transform:uppercase;
	font-variant:small-caps;
	letter-spacing: -1px;
	color: #000000;
	margin-top: 80px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: arial narrow;
	font-variant:small-caps;
	letter-spacing: 1.1px;
	color: #FFFFFF;
	margin-top:3px;
	margin-right:10px;
	text-align:right;
	float:right;
}

h2 a{
	text-decoration:none;
	color: #FFFFFF;
}

h2 a:hover{
	text-decoration:none;
	color: #AEAEAE;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: arial narrow;
	letter-spacing: 1.1px;
	color: #FFFFFF;
	margin-top:35px;
	margin-right:10px;
	text-align:center;
}

.header{
	background-repeat: repeat-x;
	background-color: #c8ce6b;
	width:auto;
	height: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}

.float-logo {
	margin-left:100px;
	position:absolute;
	top:0px;
}
	
.navigation {
	height: 40px;
	margin-top:93px;
	background-color: ;
	vertical-align:baseline;
	padding-left:270px;
	
}

.navigation a {
    	font-weight: none;
    	text-decoration: none;
    	color: #FFF;
		padding: 8px 7px; 
		
}

.navigation a:hover {
    	color: #808080;
    	background-color: #;
		padding-top:10px;
		border-bottom:2px solid #c8ce6b;
		
}

.navigation a.selected {
    background-color: #FFFFFF;
    color: #000000;
}


