@charset "UTF-8";
body {
	background: url(jottings-images/green-back3.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.6em;
}
h1 {
	font-size: 1.8em;
	color: #4f2e1d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #8C3D31;
}
h3 {
	font-size: 1.10em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8C3D31;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h4 {
	font-size: 0.80em;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h2, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}


a:link {
	color: #526F35;
	text-decoration: none;
}
a:visited {
	color: #526F35;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #F2EBD5;
	margin: 0 auto;
}


.header {
	background: #F2EBD5 url(jottings-images/jottings_banner2.gif) no-repeat;
	height: 240px;
	margin: 0px;
	padding: 0px;
}


.sidebar1 {
	float: right;
	width: 220px;
	background: #F2EBD5;
	padding: 10px 40px 10px 20px;
}
.content {
	width: 600px;
	float: right;
	border-right: 1px solid #D98162;
	padding: 10px 40px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.content a {
	color: #039;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: .08em;
	border-bottom: 1px solid #03C;
}

.sidebar1 a {
	color: #039;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: .08em;
	border-bottom: 1px solid #03C;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 36px 0 10px;
	background: url(jottings-images/footer.gif) no-repeat;
	position: relative;
	clear: both; 
	font-size: 85%;
	text-align: center;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.birrel {
	font-size: 120%;
	padding-left: 180px;
	line-height: 1.7em;
}

.goodle {
	padding-left: 120px;
	line-height: 1.8em;
}
