body{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#wrapper{
	text-align:left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	height: 180px;
	width: 740px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: center;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 740px;
	background-color: #ffffff;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-color: #ffffff;
	padding-left:  10px;
	padding-right:  10px;
	color: #3f3f3f;
	font-size: 16pt;
	
}

#mainContent {
	margin-left: 251px;
	padding-left:  20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}


#bottom{
	clear: both;
	height: 1px;
}


