@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./rss.css);
@import url(./profile.css);
@import url(./gallery.css);
@import url(./picturator.css);

a {color: #853; text-decoration:none; }
a:hover {color: #883; text-decoration:underline; }

body {
	background: #D1CBB5 url(../img/bg_green.jpg) repeat-x;
	color: #444;
	font: normal 0.8em "Trebuchet MS",Verdana,sans-serif;
	line-height:1.5em;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

.wrapper {
	width:880px;
	margin:0 auto;
	background:url(../img/logo_1.jpg) no-repeat top right;
}

#masthead {
	height:57px;
}

#left {
	width:200px;
	float:left;
	margin-top:20px;
}

#right {
	margin-top:20px;
/*	margin-left:210px;*/
	float:right;
	border:1px solid black;
	background:#fff;
	min-height:700px;
	height:auto !important;
	height:700px;
	width:673px;
}

#right ul li {
	padding-left:20px;
	list-style-type:circle;
}

#bevel {
	background:url(../img/_bevel.jpg) repeat-x;
	height:10px;
	line-height:1px;
	font-size:1px;
}

#leadbox {
	background:url(../img/_bg_leader.jpg) no-repeat;
	width:380px;
	height:71px;
	padding:20px 10px 10px;
	font-size:1.2em;
}

#leadbox p {
	margin:0;
}

.content {
	padding:15px;
}

.content p {
	margin:11px 0;
}

.content img {
	margin-left:10px;

	border:1px solid #4C493F;
}


.green {
	color:#71B548;
}

