body {
	height: 4050px;
	width: 1000px;
	/*color: #FFF7E8;*/
	/*background: #69C;*/
	}
	 
	 
a:link {color:#749CA5;}      /*unvisited (another nice blue A4B2BB ) link */
a:visited {color:#C88688;}  /* visited link */
a:hover {color:#2D5058;}  /* mouse over link */
a:active {color:#2D5058;}  /* selected link */ 

#sidebar {
	float: left;
	width: 252px;
	text-align: center;
	background-color: #A58B74;}
/#header {
	/*clear: right;*/
	float: left;
	width: 980px;
} 

#container {
}
#content {
	padding: 24px;
	color: #221100;
	float: left;
	width: 680px;
	background-color: #FCFBFB;
	
	}
#sidebar p {
	color: #261100;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#header img {
	float: left;
}
#columnblog {
	width: 680px;
	padding: 24px;
	float: left;
	border-bottom:1px solid #999;
	}
div.item {
		padding:5px 0;
		border-bottom:1px solid #999;
	}	

#columnblog p {
	font-family: "Courier New", Courier, monospace;
	font-weight: 700;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}

#header {
	width: 980px;
	height: 167px;
	overflow: hidden;
}
#content {
	overflow: auto;
}
#columnblog {
	padding: 25px;
}
#linkBox {
	background-color: #FFFFFF;
	border: 10px double #A58B74;
	padding: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 36px;
}
