@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body {
background-image:url(../images/background.gif);
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#202326;
	font-weight:bold;
	padding-bottom:1em;
}

.p {
	text-indent:25px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a{
	font-family:inherit;
	font-style:italic;
	color:#400913;
	font-weight: bold;
	font-size: 1.25em;
}

hr {
	color:#400913;
	height:2px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:2.5em;
	color:#400913;
	padding:5px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.75em;
	color:#173805;
	padding:5px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:black;
	padding:5px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#59160e;
	font-weight:bold;
	padding-bottom:1em;
}

h5{
	font-family:"Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-transform:capitalize;
	text-align:right;
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:white;
}

ul{
	list-style:square;
	padding:2px;
	list-style-position: inside;
}

li{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	padding:2px;
}

img{
	padding:5px;
	}

.backtotop{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:black;
	border:solid white thick;
	font-weight: bold;
	text-decoration: none;
	margin:3px;
}	

.img{
	margin-left:250px;
	padding:10px;
	}

.space{
	padding:.5em;
}
#wrapper {
	height: auto;
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 105px;
	background-color: #400913;
	margin:5px 0 0 0;
}

#header-inner {
	background-image:url(../images/headname.gif);
	float: left;
	width:70em;
	height: 90px;
	margin: 0 0 0 0;
	padding: 1em;
	overflow: hidden;
	background-repeat: no-repeat;
}

#navbar{
	float:left;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 15%;
}

#content {
	min-height:450px;
	margin:5px 5px 5px 0;
	float:right;
	width:80%;
}

#content-inner {
	text-align:left;
	float:left;
	padding-top:5px;
}

#sidebar-left {
	text-align:left;
	float:left;
	width:45%;
	height:auto;
	padding:5px;
}

#sidebar-right {
	text-align:left;
	float:right;
	width:45%;
	height:auto;
	padding:5px;
}

#sidebar-video {
	width:450px;
	float:left;
	padding:5px;
	margin:0 0 0 280px;
}
	
#footer {
	height: 70px;
	width: 100%;
	margin-top:8px;
	background-color: #400913;
}

#insidefooter {
	background-image: url(../images/foot.gif);
	background-repeat: repeat-y;
	height: 62px;
	margin-left:30em;
}

.clear {
	clear: both;
}
