/*		Reformatted HTML Tags 	*/

body { 	
				background-color: #416a8f;
				color: #fff;
				margin: 0;
				padding: 0;
				font: 13px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
		width: 450px;
		height: auto;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		padding: 15px 5px 5px;
		background-color: none;
}

h1 span {		display: none;		}




ul, ol { 			}

li {				}

a {
				font-weight: 700;
				color: #ccc;
				text-decoration: none;
}

a:link {
				color: #ccc;
				text-decoration: none;
}
a:visited {
				color: #ccc;
				text-decoration: none;
}
a:hover {
				color: #fff;
				text-decoration: underline;
}
a:active {
				color: #c00;
				text-decoration: underline;
}




/*    Page Layout   */

#gentop {
				margin: 0 auto; 
				width: 790px;
				height: 114px;
				background: url(../tour-images/GEN-Top.gif) no-repeat;
}

/**  			#gentop a sets the position for the large "Join Now" button at the top of the page 			**/

#gentop a {		margin: 10px 0 0 400px; 	}

#genmid {
				width: 790px;
				height: auto;
				margin: 0 auto;
				background: url(../tour-images/GEN-DivBG.gif) repeat-y;
}

#genbot {
				margin: 0 auto; 
				width: 790px;
				height: 100px;
				background: url(../tour-images/GEN-Bottom.gif) no-repeat;
				clear: left;
}


#access {
				position: relative;
				top: 30px;
				left: 145px;
}


#footer {
				height: 30px;
				width: 770px;
				text-align: center;
				padding: 10px;
				clear: both;
}

/**  			#genaccess sets the position for the small "Join Now" button at the bottom of the page 			**/

#genaccess {	
				margin: 20px auto 0;
				width: 143px; 
				clear: both;
}
