/****************
font-family: 'Lato', sans-serif;
font-family: 'Berkshire Swash', cursive;
font-family: 'Kotta One', serif;
font-family: 'Della Respira', serif;
*****************/

body {
	background: #977484;
	font-family: 'Lato', 'Lucida Grande', Verdana, sans-serif;
}
#container {
	margin: 50px auto 0;	
	width: 800px;
	color: #4E2300;
	background: #F0D0B4;
	padding: 50px;
}
#header {
	font-family: 'Berkshire Swash', cursive;	
	padding: 15px 0;
}
#nav {	
}
#content {	

}
#footer {
}
.floatrt {
	float: right;
}
.imgfloatrt {
	float: right;
	margin-left: 15px;	
}
.floatlft {
	float: left;
}
/* typography */

#header h1 {
	/*visibility: hidden;*/
	margin-bottom: 10px;
	color: #B25538;
	font-weight: normal;
}
#content p, #content ol, #content ul, #content blockquote {
	font-size: .85em;
	line-height: 1.4em;
}
#content p {
	margin: 10px 0;
}
#content ol {
	list-style-type: decimal;
	padding-left: 10px;	
}
#content ul {
	list-style-type: disc;
	padding-left: 10px;
}
#content ul li, #content ol li {
	margin: 10px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0;
	color: green;
}
.test {
	color: red;	
}
#content h3 {
	font-weight: normal;
	font-size: 18px;	
}
#footer {
	font-size: .8em;
	text-align: center;	
}

/* navigation */

#content a:link, #content a:visited {
	color: #9A495F;
}
#content a:hover, #content a:active {
	color: #B25538;	
}
a.homelink {
	display: block;
    height: 115px;
    position: absolute;
    top: 38px;
    width: 500px;
}