body {
	background-color: #0F2940;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#navi {
	top: 50px;
	left: 300px;
	position: absolute;
	width: 400px;
	height: 133px;
	padding: 30px 0px 0px 15px;
	background: url(images/navibg.jpg) no-repeat;
}
	

div#content {
	left: 34px;
	top: 230px;
	height: 437px;
	width: 675px;
	position: absolute;
	overflow: auto;
	padding: 5px 5px 5px 8px;
	background: url(images/contentboxbg.jpg) no-repeat;
}	

div#contentlarge {
	left: 34px;
	top: 230px;
	height: 637px;
	width: 675px;
	position: absolute;
	overflow: auto;
	padding: 5px 5px 5px 8px;
	background: url(images/contentboxbglarge.jpg) no-repeat;
}

div#marquee {
	position: absolute; 
	height: 100px; 
	top: 6px; 
	left: 9px; 
	width: 658px;
	overflow: hidden;
}

h1 {
	color: #890F5C;
	font-weight: bold;
	font-size: 15pt;
}

p {
	color: #000000;
	font-size: 10pt;
}

a{
	text-decoration: none;
	color: #890F5C;
}

a.navi {
	font-size: 14pt;
	
}

a:hover {
	text-decoration: none;
	color: #000000;
}



