html	{	height: 100%; }
body 	{ 	height: 100%; margin: 0; padding: 0;
			font: 11px verdana, arial, sans-serif; 
			background: #354366 url('../images/bg.gif') fixed repeat-y 50% 100%;
			color: #C3D6E7;}
.main   {	position: absolute; left: 50%;
			margin-left: -325px;
			height: 100%;
			width: 645px;
			background-image: url('../images/bracket.gif');
			background-image: url('../images/florish.gif');
			background-repeat: no-repeat;
			background-position: 25px 185px; }

/*** Splash Page ***/			
#splash { 	position: absolute; left: 50%; 
			margin: 20px 0px 0px -317px;  
			width: 633px; height: 266px;
			background-image: url('../images/splash.jpg'); }	
			
#links	 { 	position: absolute; left: 50%;
			margin: 330px 0px 0px -182px;  
			width: 364px; height: 36px; 
			background: url('../images/dashes.gif') no-repeat 64px 15px; }
#links a 	{	display: block; height: 35px; 
				border: 0px; background-position: 0 8px; background-repeat: no-repeat;}
#links div { float: left; width: auto;}
#links a:hover { background-position: 0 -22px; }
#link_home a { 	background-image: url('../images/home.gif'); width: 78px;}
#link_forum a { background-image: url('../images/forum.gif'); width: 100px;}
#link_gallery a { background-image: url('../images/gallerys.gif'); width: 102px;}
#link_contact a { background-image: url('../images/contact.gif'); width: 84px;}
			
#center_scroll { position: absolute; left: 50%; 
				margin: 390px 0px 0px -215px;  
				width: 429px; height: 48px;
				background-image: url('../images/centerscroll.gif');}	

/*** Header section ***/					
.header { 	width: 641px; height: 132px; margin-left: 2px;
			background-image: url('../images/header.jpg'); }			
.title	 { width: 375px; height: 36px; margin: 15px 0 5px 65px;		   
		   background-repeat: no-repeat;
		   background-position: center; }

/*** 	Menu Section 	***/
.menu	{	margin-top: -25px;
			width: 140px; float: right;	
			border-left: solid 1px #354366; padding: 15px 0;}
.menuitem {  	font: small-caps bold 12px/16px Book Antiqua, Times New Roman, serif; 
			  	padding: 0; margin: 0px 0px 15px 15px; }			  
.menuitem a { 	text-decoration: none;  padding-left: 18px;
				background: no-repeat url('../images/bullet.gif');
  				background-position: 0 1; color: #354366;}			  	  
.menuitem a:hover {color: white;}
		   
/*** Body section ***/	   
.content   { 	margin: 55px 0 0 90px; width: 375px;
				padding: 5px 0px; } 							
.content:first-letter 
	{	font: 32px Book Antiqua, Times New Roman, serif;
		font-weight: normal;
		float: left; color: white;
		margin: -5px 1px -7px 0;}						