/* CSS Document */

	A 			{ color: #F00000; text-decoration: underline; } 
	A:link		{ color: #F00000; text-decoration: underline; } 
	A:visited	{ color: #F00000; text-decoration: underline; } 
	A:active	{ color: #FBB03B; text-decoration: underline;} 
	A:hover		{ color: #FBB03B; text-decoration: underline;} 
	
	h1 A 			{ color: #000000; text-decoration: underline; } 
	h1 A:link		{ color: #000000; text-decoration: underline; } 
	h1 A:visited	{ color: #000000; text-decoration: underline; } 
	h1 A:active		{ color: #F00000; text-decoration: underline;} 
	h1 A:hover		{ color: #F00000; text-decoration: underline;} 	

	A.comments 				{ color: #000000; text-decoration: underline; } 
	A.comments:link		{ color: #000000; text-decoration: underline; } 
	A.comments:visited		{ color: #000000; text-decoration: underline; } 
	A.comments:active		{ color: #F00000; text-decoration: underline;} 
	A.comments:hover		{ color: #F00000; text-decoration: underline;} 	
		
	body {
	text-align:center;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
	}

	p {
	font-family:arial,sans-serif;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	line-height:150%;
	padding-bottom:10px;
	}
	
	h1 {
	font-family:georgia,serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	padding:0px;
	}

	#comments p {
	font-family:georgia,serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:110%;
	}	

	#about p {
	font-family:georgia,serif;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	}	
			
	#sidebar_left p {
	font-family:arial,sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	padding-bottom:10px;
	}

	#sidebar_right p {
	font-family:arial,sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	padding-bottom:10px;
	}	
	
	#google_ads p {
	padding:0px;
	}

/*Structure Elements*/

	#container {
		width:606px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}

	#header {
		background:#fff
		}
				
	#col_01 {
		width:137px;
		padding:0px;
		float:left;
		padding-right:14px;
		padding-left:0px;
		}
	
	#col_02 {
		width:256px;
		float:left;
		padding:24px;
		text-align:center;
		background-color: #ffffff;
		background-image: url(images/bottom.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		}
	
	#col_03 {
		width:137px;
		padding:0px;
		float:left;
		padding-left:14px;
		padding-right:0px;
		}

/*Layout Elements*/	

/*Style Elements*/

	.white {
		color:#ffffff;
		}
		
	.light_blue {
		color:#4CC2FF;
		}	
		
	.yellow {
		color:#FBB03B;
		}
			
	.details {
		font-family:arial,sans-serif;
		font-weight:bold;
		font-size:10px;
		letter-spacing:.1em;
		text-transform:uppercase;
		font-weight:bold;
		line-height:150%;
		}	

	.rec {
		font-family:arial,sans-serif;
		color:#000000;
		font-size:13px;
		font-weight:bold;
		line-height:150%;
		letter-spacing:.1em;
	}		
