@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
body {
	background-image: url(images/bg_slice.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #7A1A01;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
}
h1, h2 {
	padding: 0px 0px 0px 0px;
}
/*--Top Navigation--*/
#nav {
	margin: 0px 0px 40px 0px;
	padding: 6px 0px 8px 0px;
	background-color: #333;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #FFF;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav strong {
	color: #CCC;
	font-size: 1.2em;
}
#nav a, a:visited {
	color: #D4D4D4;
}
#nav a:active {
	color: #CCC;
}
#nav a:hover {
	color: #B9551C;
}
#nav .button {
	margin-bottom: -6px;
}
#nav em {
	font-style: normal;
	color: #B9551c;
}
/*--Logo--*/
#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 45px 0px;
}
/*--About--*/
#about {
	float: left;
	clear: both;
	margin: 0px 0px 30px 0px;
}
#about p {
	padding: 10px 0px 0px 4px;
	font-size:.8em;
	text-align: justify;
}
#about a, a:visited {
	color: #E2E2E2;
}
#about a:active {
	color: #333;
}
#about a:hover {
	color: #000;
}
/*--Pictures--*/
#pictures {
	margin: 0px 0px 0px -10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	position: relative;
	width: 820px;
	float: none;
	clear: both;
	text-align: center;
}
#pictures img {
	border: 10px solid #333;
}
#pictures p {
	margin: 5px 0px 25px 165px;
	text-align: left;
}
/*--Footer--*/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	background-color: #333;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #FFF;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer p {
	text-align: center;
}
#footer strong {
	color: #CCC;
	font-size: 1.2em;
}
#footer a, a:visited {
	color: #FFF;
}
#footer a:active {
	color: #CCC;
}
#footer a:hover {
	color: #B9551C;
}
#footer .button {
	margin-bottom: -5px;
}