@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#171717;
}

a {
	color:#1b4f70;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
padding: 0 10px 1em;
font-size: 75%;
}

h1 {
	font-size: 100%;
	text-align: center;
}

#page{
	width: 100%;
	min-height: 100%;
}

#sidebar {
	float:left;
	width:150px;
	height:158px;
	background-image: url(images/decal_01.png);
}

#navbar{
	padding-top: 20px;
	padding-left: 2px;
	font-weight: bold;
}

#content{
	width: 680px;
	color:#757575;
	margin: 0 auto;
	padding-top: 80px;
}

#welcome{
	width: 400px;
	color:#757575;
	margin: 0 auto;
	padding-top: 80px;
	text-align: justify;
}

#welcome img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
	float:left;
	width:100%;
	height:32px;
	background: #303030 url(images/header_decal_right.png) no-repeat top right; 
}

* html #page {
height: 100%;
}

#clearfooter {
	height:168px;
}	

#nd {
	height:148px;
	width:214px;
	background-image: url(images/decal_ND.png);
	margin-top: -148px;
	float: right;
}

#footer {
	height:168px;
	/*width:1280px;*/
	margin: -168px auto 0 auto;
	background-image:url(images/footer_bg.png);
}