body {
	margin: 0;
	padding: 0;
	background: #333333;
	line-height: 1.8em;
	color: #666666; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; 
	font-family:Georgia, Times New Roman, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #715558;
}

h2 {
	font-size: 22px
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	line-height: 1.6em; padding-left:40px; padding-right:0; padding-top:0; padding-bottom:0;
}

a {
	
	text-decoration: none;
	color: #000000;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #333333 url('images/img02.jpg') repeat-x left top;
}

/* Menu */

#menu {
	width: 854px;
	height: 53px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 148px;
	height: 53px;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.6em;
	color: #FFFFFF; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:0
}

#menu a:hover {
}

#menu .active a {
}

/* Header */

#header {
	width: 854px;
	height: 230px;
	margin: 0 auto;
	padding: 10px 0 0 0;

}
#header h1 {
	float: left;
	width: 104px;
	height: 110px;
	background: url('images/img04.jpg') no-repeat;
	line-height: 32px;
	font-size: 30px;
	font-style: italic;
	color: #715558; padding-left:20px; padding-right:100px; padding-top:104px; padding-bottom:0
}

#header h2 {
	float: right;
	width: 594px;
	height: 34px;
	background: url('images/img05.jpg') no-repeat;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #333333; padding-left:0; padding-right:20px; padding-top:180px; padding-bottom:0
}

/* Content */

#content {
	width: 854px;
	margin: 0 auto;
	background: url(images/img1.gif);
}

.floating-box {
	float: left;
	width: 260px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul, .floating-box h3 {
	line-height: 170%;
	font-size: 104%;
}

.floating-box img {
	border: 2px solid #FFFFFF;
}

.long-box {
	float: left;
	width: 260px;
}

.long-box p, .long-box blockquote, .long-box ol, .long-box ul {
	line-height: 148%;
	font-size: 100%;
}

.long-box img {
	border: 2px solid #FFFFFF;

}

.short-box {
	float: left;
	width: 290px;
}

.short-box p, .long-box blockquote, .long-box ol, .long-box ul {
	line-height: 180%;
	font-size: 100%;
}

.short-box img {
	border: 0px solid #FFFFFF;


}

.lank-box {
	float: left;
	width: 500px;
}

.lank-box p, .lank-box blockquote, .lank-box ol, .lank-box ul {
	line-height: 200%;
	font-size: 110%;
}

.lank-box img {
	border: 2px solid #FFFFFF;

}

/* Posts */

#posts {
	float: right;
	width: 600px;
}

#posts .post {
	padding-bottom: 20px; padding-right: 40px;
}

#posts .story {
	padding-right:10px; padding-top:4px; padding-bottom:0;
}

#posts .meta {
	padding-right:10px; padding-top:5px; padding-bottom:0;
	line-height: 200%;
	font-size: 100%;
}

#posts .meta p {
	margin: 0;
	line-height: 174%;
	font-size: 100%;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 220px;
	
}

#links ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#links li ul {
	padding-left:12px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

#links li li {
	background: url('images/img06.gif') repeat-x left bottom;; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

#links h2 {
	font-size: 1.3em;
}

/* Footer */

#footer {
	background: url('images/img07.jpg') repeat-x; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:0;
}

#footer p {
	width: 854px;
	margin: 0 auto;
	color: #FFFFFF;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #FFFFFF;
}

#legal {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}