/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
font-family: Century Gothic;
font-size:12px;
background: #000000;
}
/*
.shot .leftdiv {
  min-height:600;
  height:auto !important;
height:600;
}
 */
.container {
width: 820px;
position: relative;
background-color: #FFFFFF;
margin:0 auto;
border-bottom: solid  #FFFFFF 5px;
border-left: solid #FFFFFF 5px;
border-right: solid #FFFFFF 5px;
}

top_container
	{
	background-color: #FFFFFF;
	height: 5px;
	width: 820px;	
	}

.header {
width: 820px;
height: 110px;
background: transparent url(../images/heder_bg.gif) no-repeat;
position:relative;
margin: 0 auto;
}


.leftdiv {
width: 290px;
padding-left: 10px;
float:left;
position: relative;
float:left;
}

.logo {
width: 300px;
height: 162px;
background: transparent url(../images/logo.jpg) no-repeat;
}

.content {
width:500px;
background-color: #ad803d;
padding: 10px;
margin:0 auto;
float:right;
}

.content h1 {
	letter-spacing: 1px;
	font-size: 22px;
	color:#FFFFFF;
}

.content h2 {
	letter-spacing: 1px;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
}

.content a {
text-decoration:none

}

.advertbanner {
width: 820px;
height: 50 px;
background-color: #ad803d;
text-align:center;
}
.footer {
	width: 820px;
	background-color:#5d1f1f;
	text-align:center;
	height: 41px;
	color: #FFFFFF;
	position: relative;
	margin:0 auto;
	clear:both;
}

.nav {
width: 820px;
height: 41px;
background: transparent url(../images/nav_bg.jpg) repeat-x;

padding-top: 10px;

}
.nav a {
	font: normal 14px Century gothic;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/* code za drop down zinaanza hapa */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	top: 160px;
	}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/* code za drop zinaishia hapa, then hapo chini zinaanza complex code ambazo sijawai fanya maisha  */

#navcontainer
{

padding: 0;
height: 31px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{

width: 100px;
height: 20px;
border-left: 1px solid #f5d7b4;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
height: 21px;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
