body {
	background:	#272634;
	font-family: Garamond;
	color: #ddc182;
}

a:link {
	color: #de5e07;
	text-decoration: none;
}
	
a:visited {
	color: #de5e07;
	text-decoration: none;
}
	
a:hover {
	color: #ff6b08;
	text-decoration: underline;
}
	
img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}

#leftcol {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 192px;
	background: url(/image/lbg.jpg) top left repeat-y;
	text-align: center;
}

#shield {
	padding-top: 10px;
}

#navbar {
	padding: 10px;
}

#navbar img {
	padding: 1px;
}

#banners {
	padding: 5px;
}

#nav_bottom {
	height: 30px;
	background: url(/image/bnbg.jpg) top left no-repeat;
}

#rightcol {
	position: absolute;
	left: 192px;
	right: 0px;
	top: 0px;
	height: 100%;
}

#main-banner {
	text-align: center;
	padding-top: 34px; 
	min-width: 630px;
	min-height: 136px;
	background: url(/image/rbg.jpg) top left repeat-x;
}

#content {
	text-align: justify;
	margin: 10px;
	margin-top: -34px;
	padding: 5px;
	min-height: 690px;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}

.indent {
	margin-left: 50px;
	margin-right: 20px;
	}
	
.paragraph {
	margin-left: 150px;
	margin-right: 20px;
	}