/* testing some css for divs */

/* color palette
drk brown - #2d1e1e
med brn - #4b3c37
med grn - #96a576
light grn - #cde196
creamy #ffffbb  */

body {background-color: #fdfdde;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	}

/* the container div does just that - contains our whole set of information */

#container {width: 855px;
	background-color: #cac2f2; 
	margin: 0px auto 10px auto;
	overflow:auto;
	}
	
/* header area contains the banner and the top navigation */

#header {background-color: #321871;  
	height: 205px;
	margin-bottom: 0px;
	}

#banner {height: 168px; 
	text-align: center;
	padding-top: 1px;
	background-image:url(images/6492mglory2.jpg);
	background-repeat: repeat-none;
	margin-bottom: -12px;
	}

#nav {
	background-color: #321871;
	height: 35px;
	text-align: center;
	font-size: 12px;
	color: #cde196;
}

#nav ul {padding: 0;
  }
  
#nav a:link,
#nav a:visited {
	color: #2d1e1e;
	background:#a193e0;
	margin: 6px 0px 0px 0px;
	padding: 5px 7px 5px 17px; 
	float:left;
	width: 143px;
	border-left: 7px solid #321871;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	 }
	 
#nav a:hover {background-image: url(images/flowerbkg.jpg);
	background-color:#1a3522;
	color:  #babfb1}
	 
#nav .active a{
	color: #cde196;
	background-color:#652db7;
	margin: 6px 0px 0px 0px;
	padding: 5px 0px 5px 10px; 
	float:left;
	width: 133px;
	border-left: 7px solid #321871;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	 }



#nav li {list-style-type: none;
display: inline;}


/* top section ends */

#content {margin-top: 0px; 
	padding-top: 0px;
}

#leftCol {float: left;
	width: 181px;
	padding: 1px 0px;
	/*  15px 30px 15px 10px;  */
	background-color:#a193e0;
	height: 600px;}
	
#leftCol p {margin: 0px 10px;}

#rightCol {float: right;
	width: 600px; 
	padding: 15px 20px 15px 10px;
	font-size: .90em;
	text-align:left; }

#rightCol h2, h3 {margin: 10px 0px -10px 0px}

#rightCol img {border: #321871 4px solid;}


img {margin-right: 15px;
	margin-bottom: 5px;}

div#footer { clear: both; 
	padding: 5px 0px;
	height: 20px; 
	background-color: #321871; }

div#footer p { text-transform: uppercase; 
	width: 840px; 
	margin: 3px auto; 
	font-size: 11px;
	letter-spacing: 1px; 
	padding: 0px; 
	max-width: none; 
	color: #a193e0;}




/* side menu navigation info in here -- */

#menu {font-size: 12px;
	text-transform: uppercase;
	color: #2d1e1e;
	letter-spacing: 2px;
	margin-left: 0px;
	padding-left: 0px;
}

#menu a {
	color:#321871;
	background-color: #c4baf1;
	display: block;
	width: 146px;
	text-decoration: none;
	padding: 10px 10px;
	font-weight: bold;
	border-left: 7px solid #321871;

	}

#menu a:hover {
	background-color:#1a3522;
	background-image:url(images/flowerbkg.jpg);
	color: #ead4fd;
	}

#menu li {
	margin: 4px 2px;
	list-style-type: none;
	display: block;}

#menu ul {padding: 0px; 
margin: 0px;}



