body {
		margin-top: 30px;
		padding: 0;
		text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
		background-color:#333333;
		}
#content {
		position: relative; /* Needed for Safari */
		margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
		text-align: left;
		width: 800px;
		height:auto;
		background-color:#FFFFFF;							
		}
#logo	{
		text-align:center;
		padding-top: 15px;
		padding-bottom: 3px;
		position:relative		
		}
#menu {
	height: 32px;
	width: 800px;
	text-align:center;


}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 40px;

}

#menu li {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	}

#menu a {	
	padding-right: 25px;
	height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing:1px;
}

#contentHolder{
	background-color:#FFFFFF;
	width: 800px;
	margin:0px auto;
	position:absolute
	padding-bottom:20px;
		}

#textContent{
	width: 330px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 0px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#FFFFFF;
	line-height: 20px;
		}
#slide{
	width: 800px;
	padding-top: 20px;
	text-align:center;
	background-color:#FFFFFF;
		}

#rightColumn{
	width: 350px;
	padding-top: 20px;
	padding-left:30px;
	padding-right: 40px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#FFFFFF;
	line-height: 20px;
	}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #666666;
	}

strong{
	color:  #9999CC;
	}

a:link{
	color: #009999;
	text-decoration: none;
	}
	
a:visited{
	color: #009999;
	text-decoration: none;
	}


#footer{
	margin-top:50px;
	padding-bottom: 30px;
	}