@charset "utf-8";
/* CSS Document */


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#7d9679;
	text-align:center;
	padding:0;
	margin:0;
	

}
#container {
	width:720px;
	clear:both;
	background-color:#FFFFFF;
	margin:5px auto 0 auto;
	color:#000000;

	

}	
#header {
	width:720px;
	background-image:url(Art%20Work/IvyHouseWarboys/img/header.jpg);
	height:140px;
	margin:0;
	border:#000000 thin sold 1px;
	
}

 
#footer {
	margin: 10px 0 10px 0;
	font-size:10px;
	color:#000000;
	clear:both;
}

#footer a {	text-decoration:none;	color:#000000; font-weight:bold;}

#footer:link {	text-decoration: none;	color:#000000; font-weight:bold;}

#footer a:visited {	text-decoration: none;	color:#000000; font-weight:bold;}

#footer a:hover {	text-decoration: underline;	color:#000000; font-weight:bold;}

#footer a:active {	text-decoration: none;	color:#000000; font-weight:bold;}

#navbar {
	color:#000000;
	background-color:#8B052B;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	height: 18px;
	width:720px;
	}


#navbar a {
	display:block;
	float:left;
	width:120px;
	text-align:center;
	color:#FFFFFF;
	background-color:#8B052B;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	width: auto;
	padding: 1px 5px;
	margin: 0 10px;
}

#navbar:link {
	text-decoration: none;
	color:#000000;
}

#navbar a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#navbar a:hover {
	text-decoration: none;
	color:#000000;
	background-color:#f1e8e8;
}

#navbar a:active {
	text-decoration: none;
	color:#000000;
	background-color:#f1e8e8;
}

#content {
	padding:5px 0 5px 5px;
	margin:20px 20px 20px 20px;
	width:auto;
	height:auto;
	overflow: auto;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:left;
}


#content h1 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#8B052B;
	font-family:"Lucida Calligraphy";
	clear:both;
	}
#content h2 {
	font-size:14px;
	font-weight:bold;
	color: #8B052B;
	font-family:"Lucida Calligraphy";
	}
	
.heading {
height: 300px; overflow: auto;
}

.rightimage {
float:right;
margin:0 0 10px 20px;
}

.firstletter:first-letter {
font-size:60px;
padding:10px 0 0 0;
line-height:40px;
float:left;
font-weight:bold;
font-family: "Times New Roman", Times, serif;
color: #8B052B;
}

.twocoloumleft {
width:320px;
float:left;
padding:0 5px 0 0;
}

.twocolumright {
width:320px;
float:right;
padding:0 0 0 5px;
}


