html
{
	height: 100%;
}

body
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	color: #c5a97c;
	background-image: url("/img/bg.gif");
	background-attachment: fixed;
	background-color: #000;
}

table
{
	font-size: 100%;
}

img
{
	display: block;
	border: 0px;
}

a
{
	color: #c5a97c;
}

a:hover
{
	color: #933;
}

a.external
{
	padding-right: 12px;
	background-image: url("/img/external.gif");
	background-position: right;
	background-repeat: no-repeat;
}

p
{
	margin: 20px 0px;
	padding: 0px;
	text-indent: 20px;
}

small
{
	font-size: 10px;
}

hr
{
    margin-top: 20px;
	height: 2px;
	color: #c5a97c;
	clear: both;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

.mainmenu
{
	background-image: url('/img/left.jpg');
	background-repeat: no-repeat;
}

.mainmenu a
{
	color: #f8dcad;
	display: block;
	margin: 5px 20px;
	padding: 0px 5px;
	width: 170px;
	height: 30px;
	background-color: #000;
	line-height: 30px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-weight: bold;
}

.mainmenu a:hover
{
	filter: alpha(opacity=85);
	opacity: 0.85;
	color: #933;
}

.mainmenu small a
{
	margin-left: 40px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

.main
{
	padding: 20px;
}

.image
{
    width: 200px;
    float: left;
	margin: 10px 30px;
	padding-top: 45px;
	background-image: url("/img/flower-top.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

.image img
{
    margin: auto;
}

.image small
{
	display: block;
    overflow: hidden;
	padding-bottom: 40px;
	background-image: url("/img/flower-bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-style: italic;
}

.list
{
	margin: 20px 0px;
	overflow: hidden;
}

.date
{
	display: block;
}

.comments
{
	display: block;
	float: right;
}

#comment
{
	overflow: hidden;
	margin: 20px 0px;
	padding: 20px;
	background-color: #413829;
}

.comment
{
	display: block;
	margin: 20px 0px;
	overflow: hidden;
}

.form_comment
{
	margin: 0px;
	padding: 0px;
}

.form_error
{
	margin: 20px 0px;
	padding: 20px;
	overflow: hidden;
	background-color: #413829;
	color: #933;
	font-weight: bold;
}

#righttop
{
	background-image: url('/img/right-top.jpg');
	padding-left: 10px;
	font-size: 10px;
}

.aecmsModalbox
{
    border-color: #413829;
    color: #000;
    background-color: #c5a97c;
}

.aecmsEditable
{
    color: #000;
    background-color: #ffffff;
}

.rule
{
	clear: both;
	text-align: center;
}

.aecmsModalbox a
{
	color: #933;
}

.aecmsModalbox a:hover
{
	color: #c33;
}

.bottom
{
	font-size: 10px;
}
