@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	top: 0;
	left: 0;
	background-image: url(../images/redbrgn.jpg);
}
#wrapper {
	width:950px;
	height:auto;
	margin: 0 auto 0;
	background-color: #F0F0F0;
}
#header {
	width: 900px;
	height: 250px;
	background-color:;
	padding: 0 30px 0 20px;
	background-color: #183E59;
}
article {
	width:936px;
	height:auto;
	background-color: #E7E7E7;
	padding:0 7px 0 7px;
	float:left;
	text-align:center;
}
section{
	width:900px;
	height:auto;
	background-color:white;
	float:left;
	margin-left:7px;
	margin-top:10px;
	text-align:left;
	padding:10px;
}
nav {
	margin-top: 0;
	width: 945px;
	text-align: center;
	font-size:16px;
	color: #FFF;
	height: 45px;
	padding-left:7px;
	background-color: #570000;
}

nav ul {list-style:none;}
nav a{
	display:block;
	text-decoration:none;
	float:left;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:10px;
	padding:5px 5px 5px 5px;
}
nav a:hover{
	*height:25px;
}
aside {
	width:210px;
	height:754px;
	background-color:#CCC;
	padding:10px;
	float:left;
}
.shadow {
	-webkit-box-shadow: 7px 7px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 7px 7px 15px rgba(0,0,0,.5);
	box-shadow: 7px 7px 15px rgba(0,0,0,.5);
}
.floatrt {float:right}
.floatleft {float:left}
#footer {
	width: 930px;
	height: 100px;
	padding: 10px;
	background-color: #570000;
	border-top: 3px white solid;
	clear: both;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #C3B68A;
	line-height: 25px;
	margin-top: 0px;
}
.centertext {
	text-align:center;
}

.blocktext {
	width:850px;
	height:auto;
	text-indent:15px;
	margin-left:15px;
}
.maintext {
	text-align:left;
	font-size:1.1em;
}
a:link {
	color: #C3B68A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C3B68A;
}
a:hover {
	text-decoration: underline;
	color: #C3B68A;
}
a:active {
	text-decoration: none;
	color: #C3B68A;
}
.embeda:link {
	color: #4F0400;
	text-decoration: none;
}
.embeda:visited {
	text-decoration: none;
	color: #4F0400;
}
.embeda:hover {
	text-decoration: underline;
	color: #4F0400;
}
.embeda:active {
	text-decoration: none;
	color: #4F0400;
}
.abobelink{
	font-size:12px;
	color:#640000;
	float:right;
}
.smallertext {
	font-size:18px;
	color:#590000;
	margin-left:7px;
}
.staff a:link {
	color: #800;
	text-decoration: none;
}
.staff a:visited {
	text-decoration: none;
	color: #800;
}
.staff a:hover {
	text-decoration: underline;
	color: #800;
}
.staff a:active {
	text-decoration: none;
	color: #800;
}

.small {	font-size: 14px;}
