body {
	position: relative;
	background-color: #00FFFF;
}
div.page-frame  {
	width: 750px;
	left: 100px;
	position: absolute;
	background-color: #FFFFFF;
	height: 1000px;
}
div.logo-left	{
	background-image: url(jomac.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 25%;	
	height: 170px;
	left: 0%;
}
div.title	{
	text-align: center;
	width:40%;
	right: 33%;
	position: absolute;
	font-size: 2em;
	font-family: Garamond, serif, "Times New Roman";
	font-weight: bold;	
}
div.logo-right	{
	position: absolute;
	width: 30%;
	right: 0%;
	height: 170px;
	padding-top: 5px;	
}

#content-1	{
	position: absolute;
	height: auto;
	top: 210px;
	left: 15%;
	background-color: #CCFFFF;
	width: 70%;

}
#content-2	{
	position: absolute;
	width: 70%;
	right: 15%;
	height: auto;
	top: 410px;
	background-color: #00FFAA;
	font-size: smaller;
	text-align: center;	
}
#disclaimer	{
	text-align: left;
	position: absolute;
	width: 70%;
	right: 15%;
	height: 400px;
	top: 580px;
	background-color: #FFFFFF;
	font-size: smaller;
	}	
div.content-3	{
	position: absolute;
	width: 90%;
	right: 5%;
	height: 80%;
	top: 200px;
	background-color: #FFFFFF;
	
}
#club-lhs	{
	position: absolute;
	width: 60%;	
}
#club-rhs1	{
	position: absolute;
	width: 40%;
	left: 60%;	
}
#club-rhs2	{
	position: absolute;
	width: 40%;
	left: 60%;
	top: 225px;	
}

#club-rhs3	{
	position: absolute;
	width: 40%;
	left: 60%;
	top: 440px;	
}

div.footer	{
	position: absolute;
	width: 100%;	
	text-align: center;
	font-size: smaller;
}
div.content-4	{
	position: absolute;
	width: 90%;
	right: 5%;
	height: 30%;
	top: 200px;
	background-color: #FFFFFF;
	
}
div.long-page-frame  {
	width: 750px;
	left: 100px;
	position: absolute;
	background-color: #FFFFFF;
	height: 1700px;
}