@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #610408;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

h1, h2,h3,h4,h5, p {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size:26px;
padding-bottom: 12px;	
}

h3 {
	font-size:22px;
padding-bottom: 12px;	
}

.bigger {
	font-size: 16px;
}

.redtext {
	font-weight: bold;
	font-size: 16px;
	color: #b50022;
}

p {
line-height: 18px;
padding-bottom: 12px;
}

img { border: 0;}

a {
	color: #B50022;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer, .footer a {
	color: #B50022;
	font-weight: bold;
}

#copyright, #copyright a {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

#bg {
	background-image: url('images/content2.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

