@charset "utf-8";
/* CSS Document */

html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
dt, dd, dl,
table, th, tr, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img, fieldset { border: 0; margin: 0; }

body {
	background: #fff url(images/Background3.jpg) no-repeat center top;

	font-family: Arial, Helvetica, sans-serif;
	color: #501413;
	padding-top: 14px;

}
A:link {text-decoration: underline; color: #501413;}
A:visited {text-decoration: underline; color: #501413;}
A:active {text-decoration: underline; color: #501413;}
A:hover {text-decoration: none; color: grey;}

h1 {font-size: 26px;
	color: #501413;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {font-size: 22px;
	color: #501413;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {font-size: 18px;
	color: #501413;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {font-size: 16px;
	color: #501413;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul	{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	color: #501413;
	padding-left: 15px;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

#wrapper .clearf { clear: both; height: 30px; }
#menu {margin-left: 9px; margin-top:65px; }
#menu img {padding: 0; margin: 0; }

#content { margin-top: 35px;}
#content p { padding-top: 5px;
	padding-bottom: 5px;
			 font-size: 14px;
			 text-align:justify;}


#footer {
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
}
#footer p {
	color: #000000;
	font-size: 11px;
	text-align:center;
}
#footer p a { color: #000000; margin: 0 5px; }
#footer p a:hover { color: #ffffff; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
