@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	background-color: #000;
}
p {
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
a:link {
	color: #fff;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f00;
}
a:active {
	color: #333;
}
#container {
	float: none;
	width: 950px;
	margin: 5px auto 10px auto;
}
#banner {
	border: 1px solid #CCC;
}
#navbar {
	height: 20px;
	width: 940px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
}

#sidebar {
	text-decoration: none;
	display: block;
	float: left;
	width: 160px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 10px;
	height: 480px;
}
#content {
	width: 740px;
	border: 1px solid #CCC;
	margin-left: 170px;
	margin-top: 10px;
	padding: 20px;
	height: 460px;
}
.navigation {
	font-family: "Comic Sans MS", cursive;
	font-size: 120%;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: block;
	padding: 5px;
	width: 130px;
	background-color: #000;
	color: #CCC;
}

.navigation:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 120%;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: block;
	padding: 5px;
	width: 130px;
	background-color: #333;
}
#news {
	background-color: #333;
	letter-spacing: 0.2em;
	display: block;
	width: 85%;
	border: .5px solid #CCC;
	margin-top: 200px;
	padding: 10px;
	font-size: 90%;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.3em;
	float: left;
	height: 30px;
	width: 940px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 80%;
}
#content_gallery {
	width: 910px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 20px;
}

