/*
blue rgb(42,36,83)
*/
body {
	font: .83em/1.3 Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #E5D490;
	color: white;
}

p, h3, h4, h5, table, form {
	margin: 0 0 1em;
	padding: 0;
}

ul {
	margin: 0 0 1em 8px;
	padding: 0 0 0 8px;
	list-style: disc url(images/dot.png);
}

a {
	color: #E4D4A1;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

input, textarea {
	font: bold 92% Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 880px;
	background: rgb(12,9,54) url(images/bg_shell.jpg) bottom right no-repeat;
	margin: 20px auto 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	height: 140px;
	width: 100%;
	background-image: url(images/bg_lois.jpg);
	background-repeat: no-repeat;
	margin: 10px 20px;
}

#content {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
* html #content {
	height: 1%;
	overflow: visible;
}

#leftside {
	float: left;
	padding: 0 0 120px;
	margin: 0 20px 0 30px;
	width: 170px;
	display: inline;
}
/*
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	border-bottom: 1px;
	font-weight: bold;
	padding: 2px 6px;
}
#menu li a {
	color: rgb(222,114,26);
	display: block;
}

#menu li a.selected {
	color: black;
}
*/
#main {
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 500px;
}

#footer {
	clear: both;
	margin: 10px auto;
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
	font-size: 83%;
	color: #1F188D;
}
#footer a {
	color: #1F188D;
}

#contact {
	position: absolute;
	height: 120px;
	left: 30px;
	bottom: 5px;
	font-size: 108%;
}

.head1 {
	margin: 0;
	color: rgb(222,114,26);
	font-size: 110%;
	font-weight: bold;
}
.head2 {
	font-size: 110%;
	font-weight: bold;
}
.head3 {
	margin: 0;
	font-weight: bold;
}

.quote{
	color: rgb(222,114,26);
}
