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

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

body {
	background: #fff;
	color: #444;
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background:url(../img/slate_1.jpg);

}

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

#wrapper {
	width:846px;
	padding:0 7px;
	margin:0 auto;
	background:#fff url(../img/borders2.jpg) repeat-y;
}

#masthead {
	height:98px;
	background:url(../img/masthead2.jpg) no-repeat;
}
div { border:0px solid red; }
#left {
	width:631px !important;
	width:615px;
	height:auto !important;
	height:500px;
	min-height:500px;
}

#right {
	width:215px;
	float:right;
}

.content {
	padding:15px;
}

.content p {
	margin:11px 0;
}

.content img {
	padding:3px;
}

#right ul li {
	margin:5px 20px;
	list-style:disc;
}

#left blockquote {
	font-style:italic;
	padding-left:50px;
	margin:20px 0 ;
	background:url(../img/blockquote.jpg) no-repeat;
}