body { 
	align: center;
	margin: 0 0 0 100px; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #000;
	color: #333;
}
#container {
	width: 950px;
	background: #fff;
	overflow: hidden
}

#topbar {  
	
	width: 950px;
	height: 25px;
	background: #30261A
}

#hdr { 
	width: 950px;
	height: 4.5em; 
	line-height: 4.5em;
	background: #fff
}



* {margin: 0; padding: 0; border: 0;}
p, ul, p a, h2 {font-family: Georgia, Arial, Helvetica, sans-serif}

h1 {float: center; font-weight: bold; font-size: 1.55em}
h2 {margin: 0; padding-left: 10px; font-size: 0.75em; background-color: #30261A; color: #fff; line-height: 2em} 

h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold}

p {margin: 10px; font-size: 1.0em; line-height: 1.15em}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.2em;
	list-style: inside square;
	margin-right: 10px;
}

a {color: #7D6445; font-weight: bold; text-decoration: none}
a:link {color: #000; font-weight: bold; text-decoration: none}
a:hover {color: #8E7A57; font-weight: bold; text-decoration: none}
#navbar a {color: #fff; font-weight: bold; text-decoration: none}
#navbar a:link {color: #fff; font-weight: bold; text-decoration: none}
#navbar a:hover {color: #333; font-weight: bold; text-decoration: none}




	
	


#navbar { 
	width: 950px; 
	height: 1.75em;
	background-color: #00ced1;
	
}

#siteimg { 
	width: 950px; 
	height: 340px;
	background: url('images/siteimage1.jpg') #fff; 
	background-repeat: no-repeat;
	margin-top: 20px;
	
}

#lftcol {
	float: left;
	width: 220px;
	margin-left: 20px;
	background: transparent;
	overflow: hidden
}


#rgtcol {
	float: right;
	width: 650px;
	background: transparent;
	margin-right: 20px;
	overflow: hidden
}

#rgtcol img {
	padding: 0 50px; 0 20px;
}



#bttmbar {
	
	width: 950px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}

#nav ul {display: inline}

#nav p {display: inline}

#nav a {
	line-height: 30px;
	margin-left: 10px;
	display: inline;
	font-weight: bold;
	margin-right: 0px;
}

#nav a span {color: #8D7549}

img.rightimg {
	float: left;
	margin-right: 10px;
}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0}

