body
{
	padding: 0;
	margin: 0;
	background: #00070f;
}

#content
{	
	padding: 15px;
	width: 495px;
}

	#content h1
	{
		color: #008fdc;
		font-size: 0.95em;
	}
	
	#content p
	{
		color: #FFFFFF;
		font-size: 0.8em;
		padding: 5px 0 5px 0;
	}
	
		#content p.thankyou
		{
			color: #FFFFFF;
			background: #008fdc;
			text-align: center;
			font-weight: bold;
			width: 100%;
			margin-bottom: 5px;
		}
	
	#content hr
	{
		border-bottom: 2px solid #008fdc;
		width: 100%;
		margin: 5px 0 5px 0;
	}	
	
		#content p.author
		{
			color: #CCCCCC;
			font-size: 0.7em;
			padding-bottom: 5px;
		}
		
		#content p.warning
		{
			color: #CCCCCC;
			font-size: 0.7em;
			padding-bottom: 10px;
		}
		
	#content span.date
	{
		color: #008fdc;
	}
		
	#content img
	{
		border: 0;
	}
	
	#content a
	{
		color: #008fdc;
		text-decoration: none;
	}
	
		#content a:hover
		{
			text-decoration: underline;
		}
	
	#content #gallery
	{	
		text-align: center;
	}
	
	#content #radio
	{
		margin-top: 10px;
	}
	
		#content #radio img
		{
			border: 1px solid #CCCCCC;
			margin-right: 3px;
			display: inline;
		}
		
	#radio-player-wrapper
	{
		background: #000000;
		padding-top: 22px;
	}
	
		#radio-player
		{
		}
	
	#content #contact
	{	
	}
		
		#content #contact img
		{
			margin-right: 5px !important;
		}
		
	#content ul
	{	
		padding-left: 15px;
		margin-bottom: 10px;
		padding-top: 5px;
	}
	
		#content ul li
		{
			color: #FFFFFF;
			font-size: 0.8em;
		}
		
	#content ol
	{	
		padding-left: 15px;
		margin-bottom: 10px;
		padding-top: 5px;
	}
	
		#content ol li
		{
			color: #FFFFFF;
			font-size: 0.8em;
		}
		
	form
	{
		float: left;
		margin: 10px 0 10px 0;
		width: 100%;
	}
	
		label
		{
			float: left;
			display: inline;
			color: #FFFFFF;
			font-size: 0.7em;
			margin-right: 5px;
			line-height: 20px;
			font-weight: bold;
		}
		
		input
		{
			float: left;
			background: #002538;
			color: #FFFFFF;
			border: 1px solid #0b6190;
			font-size: 0.7em;
			display: inline;
			margin-right: 5px;
			height: 20px;
		}
		
			input.email
			{
				width: 200px;
			}