
/* RESETS & BASIC PAGE SETUP */
{margin: 0; padding: 0;}
html {overflow-y: scroll;}
body {
	background:#001121 url(../images/dreid_bkgd_large.jpg) top repeat-x;
	font: 62% Helvetica, sans-serif;
	}
	
ul { list-style: none inside;}
p { font-size: 1.3em; line-height: 1.3em; margin-bottom: 1.3em; }
a { outline: none}
a img {border: none;}
/* END RESET */

h1 {
	color:#f27d00;
	font-size:16px;
	font-weight:bold;
}

/* TOOLBOX */
.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}

/* Footer and footer Links */
#footer {
}
	
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #f27d00;
}
#footer a:active {
	color: #f27d00;
}


/* STRUCTURE */
#paage-wrap {
	width: 710;
	margin: 0 auto;
	background: url(images/content_bg.jpg) repeat-y;
	}

ul#nav{

	}
	ul#nav li {
		display: inline;
		padding:0;
		margin:0;
		}
		ul#nav li a {
			display: block;
			height: 39px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 75px;
			background: url(images/nav_home.png) top center no-repeat;
			}
		ul#nav li.profile a {
			width: 102px;
			background: url(images/nav_profile.png) top center no-repeat;
			}
		ul#nav li.stats a {
			width: 80px;
			background: url(images/nav_stats.png) top center no-repeat;
			}
		ul#nav li.news a {
			width: 71px;
			background: url(images/nav_news.png) top center no-repeat;
			}
		ul#nav li.media a {
			width: 77px;
			background: url(images/nav_media.png) top center no-repeat;
			}
		ul#nav li.foundation a {
			width: 153px;
			background: url(images/nav_foundation.png) top center no-repeat;
			}
		ul#nav li.contact a {
			width: 108px;
			background: url(images/nav_contact.png) top center no-repeat;
			}
		ul#nav li a:hover {
			background-position: bottom center;
		}
