@charset "utf-8";
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #ABA7A6;
	text-align: center;
	background-color: #F5F5DC;
	border-top-color: #F5F5DC;
	border-right-color: #F5F5DC;
	border-bottom-color: #F5F5DC;
	border-left-color: #F5F5DC;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #336;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #3F9;
}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.highlight {
	font-weight: bold;
	color: #006;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #3CF;
}
a:active {
	text-decoration: none;
	color: #3CF;
}
.caption {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #333;
}
#container {
	width: 850px;
	background-color: #F5F5DC;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #F5F5DC;
	border-right-color: #F5F5DC;
	border-bottom-color: #F5F5DC;
	border-left-color: #F5F5DC;
}
#header {
	height: 193px;
	width: 850px;
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
	background-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.nav {
	text-align: center;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	background-color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#container #footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFC;
	margin-top: 0px;
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#container #main-content {
	color: #666;
}
.discription {
	background-color: #999;
	height: 25px;
	width: auto;
	padding: 3px;
}
.mediatitle {
	color: #666;
	height: auto;
	width: auto;
	font-size: large;
	font-weight: bold;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mediaheader {
	color: #000;
	background-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#container #main-content .mediatitle p {
	font-size: medium;
	color: #8AAEF8;
}
.special {
	font-style: italic;
}
