@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff7f0
}

#header{
	text-align:center;
	border-bottom:1px solid #202020;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper{
	width:1000px;
	margin:0px auto;
	background-image:url(images/maldon_cottage_bg.jpg);
	background-repeat:repeat;
	border-bottom:1px solid #663300;
	border-right:1px solid #663300;
	border-left:1px solid #663300;
}

#container{
	margin-left:0px;
	color:#333333;
	padding:0px;
	width:1000px;
}

#content{
	min-height:330px;
	width:960px;
	padding:20px;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

p{
	font-family:Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color:#663300;
}	
h3{
	font-family:Times, serif;
	font-weight:bold;
	font-size:1.5em;
	color:#663300;
}

h4{
	font-family:Times, serif;
	font-weight:bold;
	font-size:1.3em;
	color:#663300;
}	

h1{
	font-family:Times, serif;
	font-weight:normal;
	font-size:1.0em;
	color:#663300;
}			

a:link {text-decoration: underline; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: underline; color: green;}


