@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #996633;
	}

#topbar {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 20px;
	height: 20px;
	background-color: #000000;
	}

#bottombar {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 20px;
	height: 20px;
	background-color: #000000;
	}

#navbarhome {
	text-align: center;
	position: fixed;
	left: 0px;
	width: 150px;
	top: 11px;
	}

#navbar {
	text-align: center;
	position: absolute;
	left: 150px;
	width: 515px;
	top: 11px;
	}

#footer {
	font-size: 10px;
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	color: #b3b3b3;
	font-weight: normal;
	}

a {
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	}

a:link {
	color: #b3b3b3;
	background-color: #000000;
	}

a:visited {
	color: #b3b3b3;
	background-color: #000000;
	}

a:active {
	color: #b3b3b3;
	background-color: #000000;
	}

a:hover {
	color: #ffffff;
	background-color: #333333;
	}

#subnav {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 150px;
	text-align: center;
	}

#subnav p {
	background-color: #000000;
	height: 20px;
	}

#subnav a {
	vertical-align: -14px;
	}

#content {
	position: absolute;
	top: 45px;
	left: 150px;
	width: 500px;
	height: 400px;
	background-color: #e0d1c2;
	color: #000000;
	text-align: justify;
	text-indent: 2%;
	padding: 5px;
	}

#content b {
	font-weight: bold;
	font-size: 15px;
	}

#content a {
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
	background-color: #e0d1c2;
	}

#content a:link {
	color: #000000;
	}

#content a:visited {
	color: #996633;
	}

#content a:active {
	color: #996633;
	}

#content a:hover {
	color: #996633;
	}

#picthorizontal {
	position: absolute;
	top: 130px;
	left: 203px;
	width: 404px;
	height: 304px;
	background-color: #996633;
	}

#picthorizontal p {
	position: relative;
	top: -10px;
	}

#texthorizontal {
	position: absolute;
	top: 68px;
	left: 223px;
	height: 80px;
	text-align: left;
	background-color: #e0d1c2;
	border: solid 2px #996633;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	}

#texthorizontal p {
	position: relative;
	top: -2px;
	}

#pictvertical {
	position: absolute;
	top: 68px;
	left: 333px;
	width: 274px;
	height: 364px;
	background-color: #996633;
	}

#pictvertical p {
	position: relative;
	top: -10px;
	}

#textvertical {
	position: absolute;
	top: 88px;
	left: 203px;
	width: 128px;
	text-align: left;
	background-color: #e0d1c2;
	border: solid 2px #996633;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	}

#textvertical p {
	position: relative;
	top: -2px;
	}
