* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	background-color: #1d1d1d;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -78px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

#container {
	position: relative;
	top: 20px;
	left: 30px;
	width: 676px;
	height: 512px;
	margin: 0 auto;
}

#header {
	width: 676px;
	height: 58px;
	background: url(../img/header.jpg);
	text-indent: -999pt;
}

#nav {
	position: absolute;
	top: 185px;
	left: -80px;
	text-align: right;
}

#nav p {
	font-weight: bold;
}

#nav ul li {
	list-style-type: none;
	margin-top: 4px;
}

#nav a {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	color: #909090;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a:hover {
	color: #c0c0c0;
}

#content {
	position: absolute;
	background-repeat: no-repeat;
	width: 676px;
	height: 420px;
}

#footer {
	position: absolute;
	top: 478px;
	width: 676px;
	height: 46px;
	color: #ffffff;
	background-image: url(../img/footer.jpg);
}

#footer a, #footer a:hover {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span#contact {
	display: block;
	padding-top: 5px;
	position: absolute;
	right: 22px;
}

#footer span#memberof {
	display: block;
	padding-top: 5px;
	position: absolute;
	left: 22px;
}

