body {
	background:#fff;
	margin:0;
}

img{
	border:0px;
}
#header{
	height:6.75em;
	background:url('images/header.png') repeat-x;
	height:100px;
}

h1{
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	height:280px;
	float:left;
	width:100%;
	color:#fbefd5;
	background:url('images/rose.png') no-repeat;
	position:absolute;
}
#info {
	margin:0 auto;
        float:right;
        padding-right:10px;
	font:10px sans-serif;
}
#info a {
	padding:3px;
	font-weight:300;
}
#info input{
	font-size:10px;
	margin:1px;
}
#info div,
#info form {
	display:inline;
}
#main-menu {
	z-index:100;
	position:absolute;
}
#main-menu ul {
	margin:0 auto;
	padding:0;
	float:left;
}
#main-menu li {
	list-style-type:none;
	float:right;
        margin:0 2px;
        border:1px solid #c84d56;
	margin-top:-1px;
}

#main-menu li a {
	display:block;
	border:1px solid #fff;
	padding:5px 10px 0;
	background:#c9535d url('images/grad.png');
	color:#fff;
	height:22px;
}

#wrapper {
	position:relative;
	padding:10px 20px;
	float:left;
	color:#333;
}

#spacer {
	float:left;
	width:260px;
	height:100px;
}
#spacer2 {
	float:left;
	clear:both;
	width:220px;
	height:60px;
}

#spacer3 {
	float:left;
	clear:both;
	width:120px;
	height:25px;
}

#footer {
	font:0.7em sans-serif;
        height:25px;
        padding-top:5px;
	background:#f4ebee;
        border-top:1px solid #c64240;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
}
#footer p {
	margin:0;
        margin-left:10px;
        float:left;
}
#content p {
	font:0.9em sans-serif;
	text-indent:1em;
}
#menu {
	padding-top:200px;
	margin-left:-220px;
	width:220px;
	padding-bottom:150px;
	float:left;
	position:absolute;
}
#menu li {
	list-style-type:none;
	padding:5px;
}
h2{
	color:#C84D56;
	margin:0.83em 0;
}
h3 {
	color:#C84D56;
	font-size:1.2em;
}
h4{
	color:#C84D56;
	font-size:1em
}
form {
	padding:2px 0;
	margin:0;
}
.left {
	float:left
}
.right {
	float:right;
}.center{
	text-align:center;
	margin:0 auto;
}
code {
	border:1px solid #414711;
	background: #f1f3e6;
	color:#414711;
	white-space:nowrap;
}
dt {
	list-style-type:square;
}
#ads {
	text-align:center;
	clear:both;
}
a {
	text-decoration:none;
	font-weight:900;
	color:#C84D56;
}
img {
	border:0;
}
a:hover {
	color:#D43D16;
}
a:active {
	color:#BB2507;
}
a:visited {
	color:#D58AA3;
}
table {
	width:100%;
	border-collapse:collapse
}
input,
textarea {
	border:1px solid #BB2507;
	background:#EED1DA;
	color:#BB2507;
}
