body {
	background-color:#FFF;
	background-image:url(../img/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#663300;
	font-family:Arial;
	font-size:11px;
}
img {
	border:none;
}
div#title {
	color:#006699;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
div#content {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
div#content,li{
//	margin-left:30px;
//	margin-right:10px;
	text-indent:5px;
	color:#990000;
	font-size:12px;
}
a {
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}
a:hover {
	color:#660000;
}

.gal {
	padding:5px;
	border:1px solid #663300;
	background:#EFEFEF;
}
