html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #333;	
}	

a:link {
	text-decoration: none;
	color: #FF6;
}

a:hover {
	text-decoration: underline;
	color: #FF6;
}

a:visited {
	text-decoration: none;
	color: #FF6;
}

a:active {
	text-decoration: underline;
}

#navigation {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size:13px;
	font-weight: bolder;
}

#navigation a {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-size:13px;
	font-weight: bolder;
}

#navigation a:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FF3;
	font-size:13px;
	font-weight: bolder;
	text-decoration: underline;
}

.normaltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

.mediumtext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

.smalltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFF;
}


.title {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
}


.pictureborder {
	border: 2px solid #FFFFFF;
}
.naviborder {
	border: 1px solid #FFFFFF;
}

#content {
	
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 950px;
	background-color: #000;
	height: 25px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	bottom: 0px;
}
