/* CSS Document */
body, html{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(images/rssBg2.gif);
	}
	#main{
	background-color:white;
	max-width:800px;
	background-image:url(images/rssBg1.gif);
	background-position:top right;
	background-repeat:repeat-y;
	}
	#header{
	border-bottom:3px solid grey;
	padding-bottom:15px;
	padding:20px 30px 20px 20px;
	margin-right:11px;
	}
	.content{
	border-bottom:1px solid #CCCCCC;
	padding:10px 30px 40px 20px;
	margin-right:11px;
	}
	.floatLeft{
	float:left;
	margin-right:10px;
	}
	.clearBlock{
	clear:both;
	}
	a.mainLink{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#FF6600;
	display:block;
	}
	a:hover.mainLink{
	text-decoration:none;
	}
	h3{
	color:#666666;
	font-weight:normal;
	}
	p{
	color:#333333;
	}
