body{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#wrapper{
width: 770px;
/*background-color: #FFCC00;*//*So we can see the areas*/

/*border: 1px solid #000000;*/
margin: 10px auto;
text-align: left;
}

#banner{
height: 157px;
background-image: url(../images/banner.gif);
background-repeat: no-repeat;
}
/*
#leftcol #navbar{
border-bottom: 1px solid #000000;
}

#leftcol #navbar ul{
padding: 0;
margin: 0;
background-color:#00FF99;
}

#leftcol #navbar ul li{
display: inline;
padding: 0;
margin: 0;
}

#leftcol #navbar ul li a{
font-size: 80%;
color: #FFFFFF;
background-color: #3333CC;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 

#leftcol #navbar ul li a:hover, #leftcol #navbar ul li a:focus{
background-color: #990000;
}
*/
#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
/*background-color:#FFFF00;*/
margin-bottom: 20px;
float: left;
}


#leftcol #navbar ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
/*border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #navbar ul li {
padding: 0;
margin: 0; 
}

#leftcol #navbar ul li a{
	/*background-color: #869BCC;
	border-bottom: 1px solid #000000;*/
	color: #000000;
	display: block;
	text-decoration: none;
	height: 26px;
	background-image: url(../images/button_normal.gif);
	background-repeat: no-repeat;
	width: 140px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 4px;
}


#leftcol #navbar a:hover, #leftcol #navbar a:focus {
	/*background-color: #003366;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	color: #0000FF;
	background-image: url(../images/button_highlight.gif);
	background-repeat: no-repeat;
}

#content{
/*background-color: red;*//*So we can see the areas*/
margin-left: 200px;
width: 550px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	width: 150px;
	color: #000000;
}

.clearit{
clear: both;
display: block;
/*background-color:#00FF66;*/
width: 200px;
}


#footer{
border-top: 1px solid #000000;
/*background-color: #003366;*//*So we can see the areas*/
color: #000000;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}



#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
/*background-color:#6633CC;*//*So we can see the areas*/
}