body {
	margin:0;
	padding:0;
	width: 3250px;
	height: 509px;
	color:#333; 
	font: 62.5%/150% Helvetica, Sans-Serif; 
	background: #ffffff url(../bg/random_bg.php) no-repeat fixed left top;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}

#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:300px; 
}

#leftsider h1 {font-size: 2.0em;}



#content {
	margin: 75px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 30px 0 0px; 
	padding-left: 50px; 
	float: left; 
	width: 315px;	
	height: 350px;
	
}

.alt {

	background: url(../images/paint/random_paint.php) repeat;}

#note { 
	margin-top:10px;
}

img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 10px white;
}

a:hover img {
	border: solid 10px #cccccc;
}

#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #5B9382;
	text-decoration: none;
}
	a{
		color:#5B9382;
		text-decoration: none;
	}

	.clearBoth{
		clear:both;
	}
	
/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 width: 315px;
	 height: 350px
	 background-color: #ffffff;

}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
	font-weight:bold;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;

}

.rss-item  {

  margin-bottom: 1em;;
}

.rss-item img{
	width:0%;
	height:0%;
	clear:both;
	margin:-5px;
	padding:0px;

}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {

	}

.rss-item a:hover { 

	}
	
.rss-date {

	} 	