body {
	margin: 0;
	padding: 0;
	background: #93896d url(images/bg.jpg) no-repeat top center;
	font-family: Georgia, Times New Roman, serif;
	font-size: 62.5%;
	color: #000;
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}

h1, h2, h3, h4, h5 {
    font-family: Arial, sans-serif;
}
    
p {
    line-height: 1.6em;
    font-size: 1.2em;    
}

li {
    line-height: 1.6em;
    font-size: 1.2em;    
}

a {
	color: #780000;
}

.clear {
	clear: both;
}

.date {
	font-style: italic;	
	padding-left: 20px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 350px;
	background: url(images/header_bg.jpg) no-repeat top center;
}

#content {
	margin: 0;
	padding: 0;
	display: block;
	width: 800px;
	background: url(images/content_bg.jpg) repeat-y top center;
}

#footer {
	margin: 20px 0;
	padding: 0;
	width: 800px;
	height: 50px;
	clear: both;
}

#sidebar {
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}

#sidebar #tag {
	display: block;
	margin: 0;
	padding: 130px 0 0 0;
	width: 250px;
	height: 354px;
	background: #bfb59d url(images/tag.jpg) no-repeat top center;
}

#tag a#home {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #bfb59d url(images/button_02.jpg) no-repeat top left;
}

#tag a#meet {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #bfb59d url(images/button_03.jpg) no-repeat top left;
}

#tag a#tell {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #bfb59d url(images/button_04.jpg) no-repeat top left;
}

#tag a#email {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 50px;
	background: #bfb59d url(images/button_05.jpg) no-repeat top left;
}

#tag a#archive {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #bfb59d url(images/button_06.jpg) no-repeat top left;
}

#tag a#rss {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -19999%;
	overflow: hidden;
	width: 250px;
	height: 40px;
	background: #bfb59d url(images/button_07.jpg) no-repeat top left;
}

#tag a#home:hover, #tag a#meet:hover, #tag a#tell:hover, #tag a#email:hover, #tag a#archive:hover, #tag a#rss:hover  {
	background-position: top right;
}


#content-main {
	display: block;
	width: 520px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

.excerptcontent {
	padding-left: 90px;
	background: url(images/glasses.jpg) no-repeat top left;
}

#comment {
	width: 500px;
}

#blogroll {
	list-style-type: none;
	margin: 0;
	padding: 60px 20px 20px 20px;
	background: url(images/blogroll.jpg) no-repeat top left;
}

#blogroll li {
	list-style-type: none;
}