#wrapper {
	width: 960px;
	height: 740px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Images/FullBorder.png);
	background-position:top center;
	background-repeat:no-repeat;
}




body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: helvetica, arial;
	font-size:.9em;
	line-height:.1em;
	background-color:#FFFFFF;
}


#navigation { 
	margin-top: 150px;
	margin-left:50px;
	width: 145px;
	float: left;
	font-size:.8em;
	line-height:1.4em;
}

#navigation a{
	text-decoration:none;
}

img {
	border: none;
}

.follows {
	padding-left:40px;
	width:65px;
}




#content{
	padding-top: 150px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	margin-left:225px;
	width: 450px;
	min-height:450px;
	line-height:1.4em;
	font-size:.8em;
}

#content2{
	padding-top: 125px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	margin-left:250px;
	width: 450px;
	min-height:450px;
	line-height:1.4em;
	font-size:.8em;
	font-style:italic;
}

#content2 a{
	font-style:normal;
}

#blog{
	padding-top: 125px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	margin-left:225px;
	width: 450px;
	min-height:450px;
	line-height:1.4em;
	font-size:.8em;
}


.divScroll {
    height:450px;
    width:450px;
    overflow:scroll;
    overflow-x:hidden;
    }



.tumblr_posts {
	margin-top:-1.4em;
    padding:0;
}

.tumblr_post{
	padding-bottom:4em;
	padding-top:4em;
	background-image:url(Images/blog.png);
	background-position:bottom center;
	background-repeat:no-repeat;

}





ol {
	list-style-type: none;
}

ul {
	list-style-type: none;
}




a:link {
	text-decoration:underline;
	color: #000000;
}

a:visited {
	text-decoration:underline;
	color: #000000;
}

a:active {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration:underline;
	color: #666;
}

