#header {
	width: 760px;
	height: 80px;
	background-image: url(images/index_01.gif);
}

#header h1{
	font-color: #FFFFFF;
}
#hbar {
	width: 760px;
	height: 21px;
	background-image: url(images/index_02.gif);
}


#mainFrame {
	display: inline;
	float:left;

}


#menu {
	position: absolute;
	width: 139px;
	height: 506px;
	background-image: url(images/index_03.gif);
	background-color: #547BF6;
	left: 0px;
	top: 101px;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 0px;
	margin: 0px;
	

}
#page {
	
	background-color: #547BF6;
	
}

#mainContent {
	display: inline;
	width: 610px;
	position: absolute;
	top: 101px;
	vertical-align: top;
	left: 139px;
	background-color: #FFFFFF;
	height: 684px;
	padding:4px;

}
#GoogleAdsVertRight {
	float: right;
	vertical-align: top;
	margin: 0px;
	height: 600px;
	width: 240px;
	display: inline;
	position: absolute;
	left: 761px;
	top: 5px;	

}
* {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}

