@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #000;
	color: #FFF;
}

/* Layout */

#mainWrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	border: 1px solid #FFF;
	border-top: none;
	background: #FFF;
	color: #000;
}

#header {height: 125px;}

#headerText {
	float: right;
	text-align: right;
	font-size: .8em;
	padding: 0 10px 0 0;
}

#topNav {text-align: right;}

#topNav, #baseNav {
	background: #000;
	padding: 5px 10px 5px 10px;
	color: #FFF;
}

#contentWrapper {padding: 10px 20px 10px 20px;}

/* Links */

a {text-decoration: none;}

a:link, a:visited {color: #F00;}

a:hover {color: #39F;}

a:active {color: #900;}

a img {border: none;}

/* font */

h1 {
	font-size: 1.3em;
	border-bottom: 5px solid #CC3;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.2em;
	border: 1px solid #330;
	padding: 2px;
}

h3, h4, h5, h6{font-size: 1.1em;}

p, h2, h3, h4, h5, h6 {margin: 5px 0 15px 0;}

.centerText, #footer {text-align: center;}

.textRight {text-align: right;}

.smallText, #footer {font-size: .7em;}

.bold {font-weight: bold;}

/* Nav */

#nav ul {list-style: none;}

#nav ul li {display: inline;}

#nav ul li a {
	display: block;
	height: 225px;
	float: left;
}

#nav ul li a div {
	margin-top: 150px; 
	padding: 2px;
}

#neetos a {
	background: #FF6 url(/images/neetos-btn.jpg) 0 0 no-repeat;
	width: 190px;
}

#gml a {
	background: #FC3 url(/images/gmlevents-btn.jpg) 0 0 no-repeat;
	width: 380px;
}

#ggu a {
	background: #FF6 url(/images/ggu-btn.jpg) 0 0 no-repeat;
	width: 190px;
}

#neetos a:hover {background: #FF9 url(/images/neetos-btn-over.jpg) 0 0 no-repeat;}

#gml a:hover {background: #FC6 url(/images/gmlevents-btn-over.jpg) 0 0 no-repeat;}

#ggu a:hover {background: #FF9 url(/images/ggu-btn-over.jpg) 0 0 no-repeat;}


/* Misc */

.clearBoth {clear: both;}
