/* CSS for Eileen by Gerry*/
body {
	background-color: #fff;
	background-image: url(../content_images/tile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}
	
#shade {
	width: 970px;
	min-height: 1000px;
	border: 0px solid red; 
	background-image: url(../content_images/shade.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}

	
p {
	font-size: .75em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #333333;
	line-height: 1.4em ;
	text-align: justify;
}

h1, h2, h3 {
	font-size: .9em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #666633;
	line-height: 1.4em ;
}

ul, li {
	color: #666633;
	}

strong {
	color: #666633;
	}

#container {
	width: 800px;
	min-height: 1200px;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
	}
#logo {
	width: 800px;
	height: 80px;
	border: 0px solid green;
	background-image: url(../content_images/logo.jpg);
	background-repeat: no-repeat;
	}
	
#topbar {
	width: 770px;
	height: 25px;
	border: 0px solid black;
	background-color: #ffcc66;
	border-bottom: 1px solid #996633;
	padding: 4px 30px 10px 0px;
	}

.top_right {
	text-align: right;
	}
	
#greenbar {
	width: 770px;
	height: 5px;
	background-color: #ffcc66;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
	padding: 0px 30px 0px 0px;
	text-align: right;
	}

	
#image {
	width: 800px;
	height: 150px;
	border: 0px solid red;
	}
	
#menu {
	width: 175px;
	height: 300px;
	border: 0px solid #000033;
	float: left;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	}
	
#content {
	width: 450px;
	min-height: 900px;
	max-height: 1500px;
	border: 0px solid green;
	float: right;
	padding: 0px 25px 15px 0px;
	margin: 0px 90px 0px 0px;
	}

#contentlarge {
	width: 450px;
	min-height: 900px;
	max-height: 3000px;
	border: 0px solid green;
	float: right;
	padding: 0px 25px 15px 0px;
	margin: 0px 90px 0px 0px;
}

#Newsletter {
	width: 450px;
	min-height: 900px;
	max-height: 1500px;
	border: 0px solid green;
	float: right;
	padding: 0px 25px 15px 0px;
	margin: 0px 90px 0px 0px;
}

#footer {
	width: 750px;
	min-height: 35px;
	background-color: #ffcc66;
	border-top: 1px solid #996633;
	clear: both;
	text-align: right;
	padding: 0px 50px 18px 0px;
	}
	
a	{ 
	color: #996633;
	text-decoration: none;
	}
	
a:hover {
	color: #330000;
	text-decoration: underline;
	}
	
a:visited {
	color: #330000;
	text-decoration: underline;
	}

	

/* Eileens image */
#profilepic {
	width: 140px;
	height: 162px;
	border: 2px solid #996633;
	margin: 0px 0px 0px 15px;
	float: right;
	}
	
#quote p{
	border: 0px solid blue;
	width: 450px;
	font-size: .75em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #333333;
	text-indent: 50px;
	line-height: 1.2em ;
	text-align: center;
}
.regularlink
{
	color:#0000ff;
}
.regularlinksmall
{
	color:#0000ff;
	font-size:.75em;
}