/* GLOBALS */
* { padding: 0; margin: 0; border: 0; }
body {
	background-color: #26292e;
	margin: 20px auto;
	width: 750px;
}
ul {
	list-style: none;
}
a, a:visited, a:active {
	text-decoration: none;
}
/* LOGO */
#logo {
	background: url('images/logo.png') 0 0 no-repeat;
	width: 500px;
	height: 225px;
	margin: 20px auto;
	text-indent: -9999px;
}
/* BUTTONS */
#nav {	
	margin: 0 auto;
	height: 159px;
	width: 507px;
	text-align: center;
}
#nav li a {
	float: left;
	background: url('images/buttons.png') 0 0 no-repeat;
	width: 159px;
	height: 159px;
	display: block;
	text-indent: -9999px;
	margin: 0 5px;
}
#nav ul li#btndes a 		{ background-position: 0 0; }
#nav ul li#btnrep a 		{ background-position: -159px 0; }
#nav ul li#btncont a 		{ background-position: -318px 0; }

#nav ul li#btndes a:hover 	{ background-position: 0 -159px; }
#nav ul li#btnrep a:hover 	{ background-position: -159px -159px; }
#nav ul li#btncont a:hover	{ background-position: -318px -159px; }
/* NAV */
.nav {
	font: 12px "Courier New", Courier, monospace;
	text-align: center;
	margin: 30px 0 0 0;
	width: 750px;
	clear: both;
}
.nav a, a:active, a:visited 	{ color: #cccccc; }
.nav a:hover 					{ text-decoration: underline; }
/* COPYRIGHT */
#copy {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin: 20px 0 0 0;
	width: 750px;
	clear: both;
}
