/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Div Settings */

#wrapper {
	height:400px;
	width:100%;
	background-image:url(images/navigationimage.png);
	background-repeat:no-repeat;
	background-color:#FE9D00;
}

#header {
	height:400px; 
	width:914px; 
	float:left;
}

#headerimage {
	width:300px;
	height:400px;
	float:left;
//	background-image:url(images/skyscraper.png);
//	background-repeat:no-repeat;
//	background-position:center;
}

#menu {
	padding-top:125px; 
	height:75px; 
	width:614px; 
	float:left;
}

#menuspace {
	width:2px;
	height:75px;
	float:left;
	background-color:#FFFFFF;
}

#toppage {
	height:200px; 
	width:614px; 
	float:left;
}

#mainpagecontent {
	width:914px;
	height:370px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffe4ab;
}

#mainpage{
	height:370px;
	width:100%;
	float:left;
	background-color:#ffe4ab;
}

#footer {
	width:100%;
	height:50px;
	float:left;
	background-color:#3a3a3a;
}

#footerspace{
	width:899px;
	height:20px;
	padding-top: 15px;
	background-color: #3A3A3A;
	margin-left: auto;
	margin-right: auto;
	position: static;
	padding-left: 15px;
	padding-bottom: 15px;
}

/* Text Settings */

.footer {
	font-family: Corbel;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.mainpagetitle {
	font-family: Corbel;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mainpagetext {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.moretext {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.newsbutton {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: fe6a00;
	text-decoration: underline;
}

/* Button Settings */

.newsbutton a {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: fe6a00;
	text-decoration: underline;
}

.newsbutton a:hover {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.morebutton a {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.morebutton a:hover {
	font-family: Corbel;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.menubutton a {
	color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Calibri;
	height: 25px;
	width: 100px;
	height: 25px;
	padding-bottom: 10px;
	padding-top: 40px;
	font-size: 18px;
	float: left;
}

.menubutton a:hover {
	background-color: #f96f00;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Corbel;
	padding-bottom: 40px;
	width: 100px;
	height: 25px;
	padding-top: 10px;
	float: left;
}
