/* GLOBAL STYLES */
body {
	margin: 0px;
	font-family: verdana, arial, helvetica;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-color: #151030;
	
}

#header {
	width: 100%;
	height: 39px;
	background-color: #4A455B;
}
#header img {
	float: left;
}
#header #nav {
	float: right;
}

#main {
	margin: auto;
}

.spacer {
	height: 30%;
	min-height: 25px;
}

#footer {
	width: 100%;
	height: 39px;
	background-color: #4A455B;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	position: fixed;
	bottom: 0;
}
#footer p {
	
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #151030;
	text-decoration: none;
}





/* MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font:12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 11px 10px 12px 10px; /*padding inside each tab*/
border-right: none; /*right divider between tabs*/
color: white;
background: #4A455B; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background-color: #151030; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #FFFFFF;
}

/* END MENU */