@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E6E3E0;
	margin:0px;
	padding:0px;
	border:0px;
}

#container {
	margin-top:25px;
	
	}
	

#main {
	
	height:650px;	
	width:750px;
	border:25px solid white;
	position:relative;
	}
	
#content_title {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin-left:60px;
	text-align:left;
	color:#ffffff;
	margin-top:87px;
	width:250px;
	letter-spacing: 1.5px;
	/*text-shadow: #888481 1px 1px 1px;*/
	
}

#content_text {
	font-size:12px;
	line-height:17px;
	width:260px;
	text-align:left;
	margin-top:5px;
	overflow:auto;
	padding-right:161px;
	font-weight:lighter;
	height:347px;
	letter-spacing:normal;
	/*text-shadow: #888481 1px 1px 1px;*/
	color:#6d0790;
	}
	
#day{
	font-weight:bolder;
	color:#ffffff;
	}
	
#nav {
	margin-top:120px;
	margin-left:103px;
	width:151px;
	float:left;
	}
	
#nav li {
	margin:0px;
	padding:0px;
	}
	
a {
	outline:none;
	text-decoration:underline;
	color:#fff;	
	}


a:hover{
	color:#6d0790;
	background-color:none;
	text-shadow:none;
	}

#jfk a:link {
	color:#637283;
	}
	
#jfk a:hover {
	color:#333366;
	}
		
#jfk {
	color:#637283;
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:12px;
	position:absolute;
	top:680px;
	left:680px;
	}
	
	
	