* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html { 
	height: 100%; 
	background: #dbd2b9 url('../gfx/bg-paper.jpg') no-repeat 50% fixed;
}
body {
	background: #dbd2b9 url('../gfx/bg-paper.jpg') no-repeat 50% fixed;
	font-family: Georgia, serif;
	color: #444;
	font-size: 12px;
	line-height: 20px;
}
.wrapper {
	width: 850px;
	margin: 0 auto;
	position: relative;
}
.horseleft {
	clear: both;
	float: left;
	width: 309px;
	height: 260px;
	margin: 0 50px 0 60px;
}
.bodybox {
	float: left;
	border: 1px solid #444;
	background-image: url('../gfx/bg-body-t.png');
	width: 400px;
	height: 400px;
	padding: 5px 10px;
	overflow: auto;
	position: relative;
	margin-top: -135px;
}
.footer {
	clear: both;
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
	padding: 5px 10px;
}
.mice {
	margin: 10px auto;
	display: block;
}

a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #555;
}
a:hover { 
	color: #222;
	border-bottom-style: solid;
}
.beate {
	display: block;
	float: left;
	padding: 10px 0 95px 132px;
}
.buynow {
	position: absolute;
	top: 20px;
	left: 300px;
	border: 0;
}
a.header { 
	display: block;
	clear: left;
	border-width: 0; 
	float: left;
	margin: 10px;
}
h1, h2, h3, h2 a {
	font-weight: normal;
	letter-spacing: -1px;
}
h1 {
	font-size: 32px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
.fl_menu {
	float: right;
	text-transform: lowercase;
	margin: -20px 10px 0 0;
}
.fl_menu li {
	float: left;
}
.fl_menu a {
	font-weight: normal;
	display: block;
	padding: 2px 5px;
	margin: 0 0 5px 5px;
	border: 1px dotted #444;
	background-image: url('../gfx/bg-body-t.png');
	font-size: 14px;
	color: #444;
}
.fl_menu a:hover {
	border-style: solid;
	color: #444;
}
.bodybox p {
	margin: 7px 30px;
}
blockquote {
	margin: 0 30px;
	padding: 2px 2px 2px 10px;
	border-left: 2px dotted #444;
	background-image: url('../gfx/bg-body-t.png');
}
.fl_rsslinks, .fl_postinfo, .fl_blogfooter {
	font-size: 10px;
}
.fl_blogpost1, .fl_blogpost2 {
	border-color: #888;
}

.fl_mailform td, .fl_postingform td {
	float: left;
	clear: left;
	width: 330px;
	margin-left: 30px;
}
.fl_mailform input, .fl_mailform textarea, .fl_postingform input, .fl_postingform textarea {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px dotted #ccc;
	background-color: #fff;
}
.fl_mailform textarea, .fl_postingform textarea {
	margin-bottom: 5px;
}
.fl_mailform input[type="submit"], .fl_postingform input[type="submit"] {
	width: 100px;
	position: relative;
	top: -20px;
}
.fl_mailform input:hover, .fl_mailform textarea:hover, .fl_postingform input:hover, .fl_postingform textarea:hover {
	border-style: solid;
	background-color: #fafafa;
}
.fl_mailform input:focus, .fl_mailform textarea:focus, .fl_postingform input:focus, .fl_postingform textarea:focus {
	border: 1px solid #444;
	background-color: #f6f6f6;
}
.fl_mailform a, .fl_postingform a {
	position: relative;
	top: 3px;
}
.fl_mailform img, .fl_postingform img {
	margin-top: -3px;
}
#mailspamcode, #commspamcode {
	float: left;
	width: 300px;
	margin: 3px 5px 0 0;
}
.cms_imgleft, .cms_imgright { border-color: #444; }






