body {
	background-color: #AB9D9D;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 80%;
	background-image: url(../Layout/base_01.jpg);
	margin: 0px;
}
#box {
	background-color: #FFFFFF;
	margin: auto;
	width: 760px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B1C20;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #7B1C20;
}
#bgrad {
	background-image: url(../Layout/base_01_grd.jpg);
	height: 75px;
	background-repeat: repeat-x;
	padding-top: 20px;
}

#box #footer {
	color: #666666;
	padding: 10px;
	font-size: 90%;
	background-color: #DACFBD;
}
#box #footer a:link {
	text-decoration: none;
	color: #006699;
}
#box #footer a:visited {
	text-decoration: none;
	color: #006699;
}
#box #footer a:hover {

	text-decoration: underline;
	color: #000099;
}
#box #content {
	padding: 10px;
	text-align: justify;
	background-image: url(../Layout/base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DACFBD;
}
#box #content a:link {
	text-decoration: none;
}
#box #content a:visited {
	text-decoration: none;
	color: #990000;
}
#box #content a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#box #features {
	background-color: #BBCDF1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
}
#box #features a:link {
	text-decoration: none;
	color: #0066CC;
}
#box #features a:visited {
	text-decoration: none;
	color: #0066CC;
}
#box #features a:hover {

	text-decoration: underline;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #7B1C20;
	margin-top: 10px;
}
h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #993300;
	margin-top: 10px;
}

