body		{	position: absolute;
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
				overflow-y: scroll;
				text-align: center;
			}					

#top		{	position: absolute;
				width: 100%;
				height: 20px;
				margin: 0;
				padding: 0;
				top: 60px;
				background-color: #77a4c1;
			}	
					
#main		{	position: relative;
				width: 960px;
				height: 800px;
				top: 10px;
				margin-left: auto;
				margin-right: auto;
			}
			
#hd			{	height: 1em;
			}
			
#bd			{	
			}			
			
#ft			{	height: 10em;
				bottom: 0;
			}
			
#top-banner	{	width: 100%;
				height: 10em;
				background-color: #77a4c1;
			}	
	
#top-wrapper	{	width: 750px;
					text-align: left;
					margin-left: auto;
					margin-right: auto;
					padding-top: 2em;
				}												
/* STRUCTURE  */
					
					
.clear				{	clear: both;
					}

.item				{	padding-bottom: 2em;
					}										

.sidebar			{	height: 700px;
						/* border: 1px solid #eee; */
					}
										
.content			{	font-family: geneva;
						font-size: .8em;
						padding-top: 3em;
						line-height: 1.6em;
						text-align: justify;
					}
				
.image				{	float: left;
						padding-top: 1em;
						padding-right: 3em;
						padding-bottom: 2em;
					}	
					
.ad					{	width: 240px;
						height: 400px;
						display: block;
						border: 1px solid #ccc;
						background-color: #eee;
					}					
			
			
/* TYPOGRAPHY */

h1					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 3em;
						font-weight: bold;
						letter-spacing: -.1ex;
						color: white;
						float: left;
						padding-right: 6em;
						
					}

h2					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 2em;
						font-weight: bold;
						color: #77a4c1;
						
					}
					
#top-wrapper h2		{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 1.4em;
						font-weight: normal;
						color: #fff;
						float: right;
					}						
					
h3					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 1.4em;
						font-weight: bold;
						color: #394D56;
						padding-bottom: 1em;
						
					}	
					
h4					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 1em;
						font-weight: normal;
						color: #77a4c1;
						float: left;
						padding-right: 4em;
						
					}	
					
.item h4				{	font-family: geneva;
						font-size: .8em;
						font-weight: normal;
						color: #394D56;
						float: left;
						padding-right: 4em;
						
					}							
					
h5					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 1em;
						font-weight: bold;
						color: #77a4c1;
					}
					
h6					{	font-family: Helvetica Neue , Helvetica , Arial , sans-serif;
						font-size: 1em;
						font-weight: normal;
						color: #394D56;
						padding-bottom: 1em;
					}

a					{	text-decoration: none;
						color: #77a4c1;
					}					

p					{	padding-bottom: 1em;
					}
					
.sidebar p			{	font-family: geneva;
						font-size: .8em;
					}														
					
.opt				{	font-family: geneva;
						width: 140px;
					}	
					
select				{	font-family: geneva;
						font-size: .8em;
					}									
					
					
					
									