@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000000;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding: 0px;
}
#header {
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
	background-image: url(../images/header.gif);
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	color: #d42a1b;
	font-style: italic;
	font-size: xx-large;
	line-height: 50px;
	padding-bottom: 0px;
	text-align: center;
}
#menu {
	background-color: #000000;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
}
#menu li {
	display: inline;
	padding-right: 50px;
}
#menu a {
	color: #d42a1b;
	text-decoration: none;
	font-variant: small-caps;
	}
	
#menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	}


#mainContent {
	color: #CCCCCC;
}
#footer {
	padding: 0 10px;
	background-color: #000000;
	color: #d42a1b;
	font-weight: bold;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: xx-small;
	text-align: center;
}
.firstLetter p:first-letter {
	COLOR: #AD0718;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
	}
.centre {
	align: center;
}
/*FORM*/
#myform li {
	list-style-type: none;
}
#send li {
	display:inline;
}
#address a:link {
	color: #;
	text-decoration: underline; /*B49265*/
	}

#address a:visited {
	color: #;
	text-decoration: underline;
}

#address a:hover {
	color: #;
	text-decoration: none;
}

#address a:active {
	color: #;
	text-decoration: underline;
}
/*NAVIGATION*/
a:link {
	color: #cccccc;
	text-decoration: underline; /*B49265*/
	}

a:visited {
	color: #cccccc;
	text-decoration: underline;
}

a:hover {
	color: #B49265;
	text-decoration: none;
}

a:active {
	color: #cccccc;
	text-decoration: underline;
}
/*ACTIVE PAGE Navigation*/
#index .index,
#about .about,
#options .options,
#contact .contact {
	color:#cccccc;

}
