body{
	font-family: Georgia, Arial;
}

a img{
	border: none;
}
#wrapper{
	width: 540px;
	padding: 35px 0px;
	padding-right: 10px;
	margin: auto;
}

#header{
	width: 100%;
	height: 26px;
	background: url(images/homeHeader.png);
}

#header .title{
	display: inline;
	float: left;
}

.content {
	clear: both;
	padding-top: 100px;
}
#header .about{
	display: inline;
	float: right;
}

.right_now{
	margin-top: 80px;
	padding: 0 25px 20px 25px;
	color: #999999;
}
.right_now .title{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 31px;
	color: #999999;
}


ul.blogs{
	margin-top: 100;
	list-style: none;
	padding: 0;
}

ul.blogs li.individual{
	width: 108px;
	display: inline;
	float: left;
}
.blog_image{
	padding-top: 2px;
	padding-left: 2px;
	background: #666666;
	height: 73px;
	margin: 4px;
	margin-bottom: 0px;
}
.blog_title{
	background:  #666666;
	height: 68px;
	padding: 6px;
	color: #cccccc;
	font-size: 12px;
	margin: 4px;
	margin-top: 0;
	}
.blog_title a{
	color: #cccccc;
	text-decoration: none;
}

.footer{
	margin-top: 100px;
}

.blockquote {
	background: url(images/backgroundPattern.png);
	width: 90%;
	padding: 20px;
	margin: auto;
	margin-bottom: 100px;
	color: #666;
}
.blockquote a{
	font-weight: bold;
	color: #666;
	
}
