@charset "utf-8";
	
/* Header */
	
.header {
	overflow: hidden;
	background-color: #543136;
	}

header div#logo {
	float: left;
	padding-top: 13px;
	padding-left: 25px;
}
	
/* Navigation */
	
ul {
	float: right;
    list-style-type: none;
    margin-right: 30px;
    padding-top: 0px;
    overflow: hidden;
    background-color: #543136;
	font-family: "Goudy Old Style";
	font-size: 130%;
}

li {
    float: left;
}

li a {
    display: block;
    color: #543136;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #543136;
	color: #0b9446;
}
	
/* Heading rules */
	
h1 {
    color: #CF1C44;
    font-family: "Goudy Old Style";
	font-weight: bold;
    font-size: 300%;
}
h2 {
	color: #0b9446;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 175%;
		}

h4 {
	color: #D8C6B8;
	text-align: justify;
	font-family: "Goudy Old Style";
	font-weight: normal;
	font-size: 135%;
	margin: 0px;
	padding: 0px;
}

/* Paragraph rules */

p  {
    color: #FFFFFF;
    font-family: "Goudy Old Style";
    font-size: 130%;
	margin: 0px;
	padding: 0px;
}
	
/* Unvisited link */

a:link {
    color: #d8c6b8;
}

/* Visited link */

a:visited {
    color: #d8c6b8;
}

/* Mouse over link */

a:hover {
    color: #CF1C44;
}

/* Selected link */

a:active {
    color: #d8c6b8;
}
	
/* Body */
	
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative; 
	min-height: 79%;
}


b, strong {
	color: #CF1C44;
}
	
body { 
    background: #000000; 
}
	
h2 {
    width: 100%;
    text-align:center;
}


	
/* Footer */
	
html, body {
	height: 100%;
	margin: 0;
}



#footer {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
	background-color: #543136;
	text-align: center;
	position: relative; 
	margin-top: 5px;
	clear: both;
	font-family: "Verdana";
}


footer a,
footer a:visited {
	color: #0b9446;
}

footer a:hover,
footer a:focus {
	color: #CF1C44;
}