body {
	margin: 0px;
	background-color: #CCCCFF;
	color: #000000;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 5px auto;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	text-align: left;
}

#header {
	position: relative;
	background: #ffffff;
	width: 100%;
	float: left;
	height: 70px;
}

#logo {
	float: left;
	margin: 10px auto;
	margin-left: 10px;
}

#promo-banner {
	width: 450px;
	height: 50px;
	margin: 10px auto;
	margin-right: 10px;
	background-color: #dadada;
}

#scripts {
	width: 100%;
	height: 18px;
	background-color: #eaeaea;
	clear: both;
}

#navigation {
	width: 100%;
	background: #FFFFFF;
}

#navigation ul {
	padding: 3px 0; 
 	padding-left: 8px; 
 	border-bottom: 1px solid #a0a0a0; 
 	font: 12px Tahoma, Helvetica, Arial, sans-serif; 
}

#navigation ul li {
 	list-style: none;
 	margin: 0;
	text-transform: uppercase; 
 	display: inline; 
}

#navigation ul li a {
 	padding: 3px 0.5em; 
 	margin-left: 3px; 
 	border: 1px solid #a0a0a0;
 	border-bottom: none;
 	background: #ebebeb;
 	text-decoration: none;
}

#navigation ul li a:link {
 	color: #0033ff;
}

#navigation ul li a:visited {
 	color: #0033ff;
}

#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
 	color: #ffffff;
 	background: #ff9900;
 	border-color: #b1b1b1;
}

#navigation ul li a#current {
 	color: #ff9900;
	background: white;
	font-weight: bold; 
 	border-bottom: 1px solid white;
}

a:link {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

#subnavigation {
	background: #dadada;
	font: 12px Trebuchet MS, Helvetica, Arial, sans-serif;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #0033ff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2.0; 
	border-bottom: 1px solid #ffffff;
}

#nav #nav_con a {
	border: none;
}
#nav a:hover {
	background: #FF9933;
	color: #ffffff;
}

#nav li.current a {
	background: #bbbbbb;
	color: #ffffff;
}

#content {
	width: 100%;
	float: left;
	background: #ffffff;
}

#left-column {
	width: 225px;
	float: left;
	margin-left: 12px;
	margin-bottom: 10px;
	border-right: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
}

#wide-content {
	width: 637px;
	float: left;
	border-right: 1px dashed #a0a0a0;
	border-top: 1px solid #b1b1b1;
	margin-left: 12px;
	margin-bottom: 5px;
}

#main-content {
	width: 400px;
	float: left;
	margin-left: 11px;
	margin-bottom: 10px;
}

#slideshow {
	width: 400px;
	height: 250px;
	background-image: url(images/afrigala-slideshow1.jpg);
}

#summary1, #summary2, #summary3 {
	width: 399px;
	float: left;
	min-height: 100px;
	border: 1px solid #a0a0a0;
	margin-top: 10px;
}

#blog-banner {
	width: 468px;
	float: left;
	border: 1px solid #a0a0a0;
	margin: 10px auto;
	margin-left: 60px;
	margin-top: 5px;
}

#right-column {
	width: 225px;
	float: right;
	margin-right: 12px;
	margin-bottom: 10px;
	border-left: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
}

#footer {
	width: 100%;
	clear: both;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 18px;
	text-align: center;
	border-top: 1px solid #b1b1b1;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
}

h2 {
	font: bold 15px Arial, Georgia, "Times New Roman", Times, sans-serif;
	color: #0033ff;
	text-align: center;
	background-color: #e1e1e1;
	text-transform: uppercase;
	border-bottom: 1px dashed #0033ff;
	padding-top: 2px;
	margin-top: 0px;
}

h3 {
	font: bold 15px Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #6600cc;
	background-color: #FFCC66;
	text-align: center;
	padding: 2px; 
	border-bottom: 1px solid #8b80bd;
	text-transform: uppercase;
	margin: 2px;
}

h4 {
	font: bold 14px Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #666666;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 0px;
}

.date {
	font: 11px Verdana, Arial, Helvetica, Trebuchet MS;
}

.lists {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 16px;
}
