* {
	padding: 0;
	margin: 0;
}

body {
	font: 0.8em Verdana, serif;
	line-height: 125%;
	color: white;
	background-color:#3D6DCF;
	text-align: center;
}

a {
	color:#7DEFAD;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 2em "Trebuchet MS", serif;
	margin: .25em 0 .2em 0;
	border-bottom: 1px solid #25B516;
}

h3 {
	font: bold 1.25em "Trebuchet MS", serif;
	margin: .25em 0 .2em 0;
	border-bottom: 1px solid #25B516;
}

#wrapper {
	width: 870px;
	margin: 0 auto;	
	border: 0px solid #274F9F;
	border-width: 0 0px;
	text-align: left;
}

#header {
	text-align:center;
}

#mainbody {
	
}

#leftcol {
	float: left;
	width: 210px;
	background:	url(images/menu_bk.jpg);
}

#navbar {

}

#navbar ul {
	list-style-type: none;
}
#navbar li a {
	height: 20px;
	color: white;
	font-weight: bold;
	display: block; 
	margin: 3px 0px;
	text-indent: 25px;
}

* html li a {
	width: 100%;
}

#navbar li li a {
	font-weight: normal;
	text-indent: 35px;	
}

#navbar li a:hover {
	background:url(images/menu_hover.jpg);
}

#menubottom {
	margin-bottom: -5px;
}

#screenshot {
	text-align: center;
}

#content {
	text-align: justify;
	margin-left: 220px;
	padding-right: 10px;
}

#content p {
	margin: .75em 0;
}
.mid {
	text-align: center;
	padding: 5px 0;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden; 
}
#footer {
	height:100px;
}

