@charset "utf-8";
/* CSS Document */

body {
margin: 0;
background-color: #fef5e8;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}

a:link {
color: #1a2989;
text-decoration: none;
}

a:visited {
color: #1a2989;
text-decoration: none;
}

a:hover {
color: #3d96a0;
}

a:active {
color: #3d96a0;
}

a.navi {
text-decoration: none;
color: #ffffff;
font-size: 1em;
}

a.navi:hover {
text-decoration: underline;
background-color: #CCCCFF
}

#navigation td {
	border-bottom: 1px solid #ffffff;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99c18f;
	color:#993300;
	}

h1 {
font-size: 1em;
letter-spacing: 3px;
font-weight: bold;
}

h2 {
font-size: .9em;
letter-spacing: 2px;
font-weight: bold;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

#wrapper {
position: absolute;
margin-left: -450px;
left: 50%;
width: 900px;
background-color: #773133;
}

#footer {
	background-color: #fef5e8;
}

#banner {
	width: 100%;
	height: 200px;
	background-image: url(images/banner3.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#navbar {
position: absolute;
top: auto;
left: 0px;
width: 200px;
background-color: #773133;
padding-top: 20px;
}

#main {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 200px;
	background-color: #FFEFD7;
}

#base {
position: absolute;
left: 200px;
text-align: right;
font-size: small;
background-color: #FFEFD7;
}

IMG.right-floating {
float: right;
border-color: #ffefd7;
clear:left;
}

IMG.left-floating {
float: left;
border-color: #ffefd7;
}

.style2 {font-size: 10px;
line-spacing: 20px;
}
