@charset "utf-8";
/* CSS Document */

* { 
	margin: 0px;
}

body {
	background-color: #7f868c;
	background-image: url(images/gradient.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

img, div, td, tr, table { behavior: url(includes/iepngfix.htc) }

#container{
	margin-top: 0px;
	width: 800px;
}

#toolbar{
	text-align: left;
}

#banner { 
	margin-top: 0px;
	width: 800px;
	height: 226px;
}

#main {
	background-color: #e0e1dc;
	text-align: left;
	padding: 5px;
}
	
#nav{
	text-align: left;
}

#footer{
}