html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: black;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	text-align: left;
}
a, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	text-indent: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#wrapper {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#content {
	text-align: left;
	height: auto;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
 	padding-top: 100px;
}
#topbar {
	width: 1155px;
	height: 40px;
	background-image: url("images/top.png");
}
#content-area{
	color: grey;
	background-image: url("images/content-bg.png");
}
#logo-area {
	width: 328px;
	height: 80px;
	//padding-left: 420px;
	margin-left: auto;
	margin-right: auto;
}
#navbar-area {
	padding-left: 20px;
	padding-right: 21px;
}
#navbar {
	padding-top: 5px;
	width: 100%;
	height: 33px;
	text-align: center;
	font-size: 20px;
	font-family: tahoma;
	background-image: url("images/navbar.png");
}
.nav-link {
	text-decoration: none;
	color: grey;
}
.nav-link:hover {
	color: lightgrey;
	border-bottom: 3px dotted grey; 
}
#body {
	font-family: tahoma;
	padding-top: 0px;
	padding-left: 29px;
	padding-right: 30px;
}
#bottombar {
	width: 1155px;
	height: 40px;
	background-image: url("images/bottom.png");
}