@charset "utf-8";
/* CSS Document */

#home {
	width:921px;
	margin:21px 21px 0px 21px;
	text-align:justify;
	font-size:1.1em;
	}
#home h1{
	font-size:1.3em;
	}
#home h2{
	font-size:1.3em;
	}
#home h3{
	font-size:1.2em;
	}
#homeleft {
	width: 625px;
	float:left;
	text-align:justify;
	}
#homeright {
	float:left;
	width:250px;
	margin-left:45px;
	}
#homeclear{
	clear:both;
	}
		
#feed {
	margin-top:20px;
	}
#feed h1{
	margin-bottom:10px;
	}
#feed a{
	font-size:1.4em;
	}		
		
.quotebox {
	width:250px;
	margin-top:15px;
	}
.quotebox .quotetop {
	background: #ffffff url("../images/quotetop.png") top left no-repeat ;
	}
.quotebox .quotebottom {
	background: url("../images/quotebottom.png") bottom left no-repeat;
    padding-top: 7px;
	padding-bottom:20px;
	}
p.quote{
	text-indent:5px;
	padding: 0 7px;
	color:#1c0e04;
	text-align:justify;
	}
p.quoter{
	text-indent:5px;
	text-align:left;
	font-size:.9em;
	color:#009acc;
	background:none;
	}
p.quoter span{
	font-style:italic;
	color:#ffffff;
	}

