body{
	background: #c8c8c8;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: black;
	margin: 0; 
	padding: 0;
}

a:link, a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color:#c8c8c8;
}

#container{
	margin: auto;
	width: 1024px;
}

#header{
	background-image: url(images/bg_top.jpg);
	height: 348px;
}

#navigation{
	background: transparent;


}

#content{
	background-image: url(images/contentBG.gif);
	height: relative;
	padding: 10px 10px 10px 10px;
	position: relative;

}

	#content p{
		position: relative;
		top: -120px;
		left: 200px;
		width: 700;

	}
	
	#content p.intro{
		width: 360px;
		text-align: right;
	}
	
	#content .font{
		font-size: 11px;
	}

	
#updates{
	position: relative;
	text-align: left;
	top: -196px;
	left: 380px;
}

	#updates p{
		width: 340px;

	}

#bottom{

	background-image: url(images/bottom.jpg);
	height: 42px;
}

#footer{
	align: center;
}

	#footer p{
			font-size: 10px;
			text-align: center;
	}


.title{
	font-weight: bold;
	color: c00;
}