@charset "utf-8";
/* ==========================================================================
Core css document for Creative Media Website, code developed by lema Jr., from
digital-i onbehalf of Creative Media Arusha, Tanzania. Please contact the 
developer or Creative Media if you want to re-use the code commercially.
============================================================================= */

body, html {
	color: #000000;
	background-color: #336699;
	scrollbar-base-color: #336699;
	scrollbar-arrow-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#wrapper {
	width: 720px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	border: 6px solid #FFFFFF;
	background: url(images/wrapback.jpg) center repeat-y;
	top: 0%;
}
#brand {
	width: 720px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	background-color: #FFFFFF;
}
#logo {
	width: 200px;
	height: 100px;
	float: left;
}
#banner {
	width: 514px;
	height: 100px;
	float: right;
}
#sideBar {
	width: 200px;
	height: auto;
	float: left;
}
#sideBar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 30px;
}
#sideBar ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	color: #666666;
	padding-left: 40px;
	border-bottom: 3px groove #FFFFFF;
	background: url(images/nav_mark_black.gif) no-repeat 5% 50%;
}
#sideBar ul a:link {
	color: #959595;
	background: none;
}
#sideBar ul a:visited {
	color: #959595;
	background: none;
}
#sideBar ul a:hover {
	color: #FFFFFF;
	background: #336699 url(images/nav_mark_white.gif) no-repeat 5% 50%;
}
#sideBar ul a:active {
	color: #000000;
	background: #FFFFFF;
}
#contents {
	width: 490px;
	height: auto;
	float: right;
	text-align: justify;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents img {
	float: right;
	padding: 0px 0px 10px 20px;
}
#contents a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#contents a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#contents a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	width: 650px;
	height: auto;
	clear: both;
	color: #CCCCCC;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 70px;
	background-color: #000033;
	border-top: 6px solid #FFFFFF;
}
#footer a:link, a:visited {
	color: #339900;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #33FF00;
	text-decoration: underline;
}
#home #sideBar .home a,
#about #sideBar .about a,
#services #sideBar .services a,
#portifolio  #sideBar .portifolio a,
#contacts #sideBar .contacts a {
	color: #FFFF00;
	cursor: default;
	background: #336699 url(images/nav_mark_yellow.gif) no-repeat 5% 50%;
}
