body {
	margin: 20px 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #FFFFFF;
	background-color: #a2babe;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3b291c;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #3b291c;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #e0d5d9;
	border: 5px solid #693a32;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 50px;
}

#menu li {
	display: inline;
	height: 50px;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 10px 0 10.5px;
	border-left: 1px solid #693a32;
	/*border-right: 1px solid #235324;*/
	text-decoration: none;
	font-weight: bold;
	color: #3b291c;
}

#menu a:hover {
	background: #a2babe;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background:  url(images/header3.jpg) no-repeat;
	border: 5px solid #693a32;
	border-top: none;
	/*background: #f5f1e5;*/
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
	color: #000;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
	font-color: #000;
}

#header a {
	text-decoration: none;
	color: #000;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #e0d5d9;
	border: 5px solid #693a32;
	border-top: none;
}

/* Latest Post 

#latest-post {
	padding: 20px 0;
	background: #e0d5d9;
	border-bottom: 5px solid #693a32;
}

#latest-post .title {
	float: left;
	width: 230px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.2em;
}

#latest-post .story {
	float: right;
	width: 389px;
	padding: 0 20px;
	border-left: 1px solid #3b291c;
}

#latest-post .meta {
	clear: both;
}*/

/* Boxes */
#boxes { 
/*height : 320px;*/
width : 700px;
background-color:  #e0d5d9;
border-bottom: 5px solid #693a32;
} 
#boxes a { 
color : #669acc;
} 
#box1 { 
width : 220px;
/*height : 250px;*/
float : left;
text-align : left;
/*padding: 5px 0px 5px 0px;*/
background-color: #e0d5d9;
} 
#box2 { 
width : 220px;
/*height : 250px;*/
text-align : left;
margin : 0 auto;
background-color: #e0d5d9;
} 
#box3 { 
width : 225px;
/*height : 250px;*/
float : right;
text-align : left;
background-color: #e0d5d9;
} 
#box1 h2, #box2 h2, #box3 h2 { 
padding-left : 70px;
padding-bottom : 20px;
padding-top : 30px;
font-size : 1.5em;
color : #df7111;
font-weight : lighter;
display : block;
text-transform : uppercase;
font-size : 1.1em;
font-weight : bolder;
} 
#box1 h3, #box2 h3, #box3 h3 { 
padding-left : 10px;
font-size : 1em;
color : #070707;
font-weight : lighter;
text-align : justify;
} 
#boxes p { 
padding-left : 10px;
padding-top: 10px;
padding-right: 10px;
text-align: justify;
font-size: 1em;
}
#boxes img{
padding-top: 10px;
} 
/* Posts*/ 

#posts {
	float: right;
	width: 390px;
	padding: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 230px;
	padding: 20px
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
