body{
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}

.small {
	font-size:10px;
}

img {
	border:1px solid #000000;
}

a img {
	border:1px solid #000000;
}

div#main_container{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100%px;
	text-align: left;
}

div#header{
	width: 100%;
	height: 99px;
	background:url(images/header.jpg);
}

div#menu_container{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100%px;
	text-align: left;
}

div#menu{
	float: left;
	width: 230px;
	height: 450px;
/*	background:url(images/menu.jpg);	*/
}

div#content{
	float: right;
	width: 570px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;	
}

div#footer{
	width: 100%;
	height: 148px;
	clear: both;
	background:url(images/footer.jpg);
}
