* {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif, arial, verdana, sans-serif;
	font-size: 10pt;
	}
	
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	text-align: center;
	} 
	
	#container {
		background-color: #00adcb;
		border: 1px solid #009ab4;
		margin: 20px auto 0 auto;
		text-align: center;
		width: 960px;
		}
		
		ul.menu {
			
			}
			
			ul.menu li {
				background-image: url('images/li_left.jpg');
				background-position: center right;
				background-repeat: no-repeat;
				float: left;				
				list-style-type: none;
				text-align: left;
				}
				
				ul.menu li a {
					color: white;
					font-size: 110%;
					margin: 0 25px;
					line-height: 50px;
					text-decoration: none;
					text-align: left;
					}
					
					ul.menu li a:hover {
						text-decoration: underline;
						}
		
		#header {
			clear: both;
			width: 960px;
			}
		
		#left {
			float: left;
			padding: 45px 15px 0 15px;
			text-align: left;
			width: 550px;
			}
			
			#left * {
				color: white;
				line-height: 19px;
				font-family: Arial,Georgia, Serif, "Times New Roman";
				font-size: 10pt;
				}
				
			#left h1 {
				font-size: 18pt;
				font-weight: bold;
				line-height: 35px;
				margin-bottom: 10px;
				}
				
			#left h2 {
				font-size: 15pt;
				font-weight: bold;
				line-height: 30px;
				margin-bottom: 6px;
				}

			#left h3 {
				font-size: 13pt;
				font-weight: bold;
				line-height: 25px;
				margin-bottom: 3px;
				}
				
			#left p {
				margin-bottom: 15px;
				}
				
			#left ul li {
				margin-left: 20px;
				}	
				
			#left a {
				color: #000;
				text-decoration: none;
				}
				#left a:hover {
					text-decoration: underline;
					}
	
	/* RSS Feeds */
	
	.even {
		background-color: #19B5CF;
	}
	.uneven {
		
	}
	
				#search_rss_feed_keywords {
					color: #000;
					border: 1px solid #2B9CAF;
					padding: 2px;
					font-size: 80%;
					width: 260px;
				}
				
				#search_rss_feed {
					background-color: #C2E9EF;
					color: #000;
					width: 50px;
					border: 1px solid #2B9CAF;
					font-size: 80%;
					height: 20px;
				}
				
				#rssfeeds p, #rssfeed_view p {
					margin: 0px;
				}
				
				#rssfeeds a, #rssfeed_view a {
					color: #FFF;
					text-decoration: none;
				}
				
				#rssfeeds a:hover, #rssfeed_view a:hover {
					text-decoration: underline;
				}
				
					.rss_item {
						padding: 5px 5px 8px 5px;
					}
						
						.rss_item .rss_title {
						}
						
						.rss_item p.rss_date {
							font-size: 90% !important;
						}
						
						.rss_item p.rss_text {
							padding-left: 45px;
							font-size: 85% !important;
						}
				
						.rss_item .rss_view_description {
							line-height: 19px;
						}
				
				#rssfeeds_block a {
					color: #FFF;
					text-decoration: none;
				}
				
				#rssfeeds_block a:hover {
					text-decoration: underline;
				}
				
					#rssfeeds_block .rss_item {
						padding: 5px 5px 8px 5px;
					}
		
			.go_back {
				cursor: pointer;
				font-size: 90% !important;
			}
			
			.rss_title {
				cursor: pointer;
			}
			
			.go_back:hover, .rss_title:hover {
				text-decoration: underline;
			}
			
			/* view */
			
			.rss_view_title {
				
			}
			
			.rss_view_date {
				font-size: 90%;
			}
			
			.rss_view_description {
				margin-top: 10px;
			}
		
		#right {
			background-image: url('images/block_bg.jpg');
			background-repeat: repeat-x;
			background-position: left top;
			float: right;
			font-family: Arial, Serif, "Times New Roman";
			padding: 45px 10px 0 10px;
			xheight: 250px;
			text-align: left;
			width: 360px;
			}
			
			#right * {
				color: white;
				font-family: Arial, Serif, "Times New Roman";
				font-size: 10pt;		
				line-height: 19px;		
				}
			
			#right h1.header {
				font-size: 18pt;
				font-weight: bold;
				line-height: 35px;
				margin-bottom: 10px;
				}			
				
			#right p {
				
				}
		
		
