
body {
	margin:0px;
	font-family: "Trebuchet MS";
	background:#c85d5a;
	background-image:url(backtile.jpg); 
	background-position:top center;
	background-repeat:repeat-x; 

}
hr {
	height:1px;
	border:none 0;
	border-top:1px solid #000000;
	}

a {
	color:#000000;
}

a:link,a:active,a:visited {
	text-decoration:none;
		font-size: 12px;
}
a:hover {
	text-decoration:underline;
		font-size: 12px;
}

p {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#menu {
	width:25%;
	margin-top:25px;
}
#menu a:link,a:active,a:visited {
	text-decoration:none;
		font-size: 12px;
}
#menu a:hover {
	text-decoration:underline;
		font-size: 12px;
}
#menu .topic {
	font-weight:bold;
	font-size:14px;

}
#menu li {
	list-style:none;
	list-style-type:none;
	}
#content {
	width:65%;
	float:right;
	margin:25px 25px 0px 0px;
	}
#content .preview img {
	float:right;
	border:1px solid #222222;
	margin:15px;
	}
#header {
	background-image:url(head.jpg); 
	background-position:top center;
	background-repeat:repeat-x; 
	}	
#footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
text-align:center;
position:absolute;
width:100%;
bottom:10px;
border-top:1px dotted #000000;

}

