/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  height: 100%;
}
body {
  color: #676735;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-top: 0px;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 134%;
}
h3 {
	font-size: 125%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font: .95em/1.35 Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 133%;
	letter-spacing: 1px;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size: .8em;
}
big {
  font-size:1.2em;
}
/* Links and Images */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover { 
	color: #660000; 
	text-decoration: underline;
}
a:active { 
	color: #ccffdd;/* #3d3d27*/
	text-decoration: none;
}
img {
  border: none;
  padding: 0px;
  text-decoration: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

#indent1 {
	text-indent: 10px; 
}
/*Announcement in header*/
#announce {
	width: 200px;
	padding-right: 77px;
	padding-top: 66px;
	float: right;
}
#header {
	width: 921px;
	height: 219px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/Untitled-1_r1_c2.jpg);
}
/*menu*/
#menu {
	width: 921px;
	height: 31px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/Untitled-1_r2_c2.jpg);
	background-position: center;
	text-align: center;
	font-size: 95%;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 46px;
}
#menu a:hover {
	color: #660000;
	text-decoration: none;
}
#menu .active a {
	color: #ffffcc;
}
#topspace {
	width: 921px;
	height: 39px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/Untitled-1_r3_c2.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 921px;
	height: auto;
	margin: 0 auto;
	background: url(images/Untitled-1_r4_c2.jpg) repeat-y center;
	padding-bottom: 33px;
	overflow: auto;
}
#content {
	float: left;
	width: 444px;
	padding: 0;
	margin-left: 55px;
	margin-right: 30px;
}
#sidebar {
	float: right;
	width: 327px;
	padding-top: 0px;
	padding-right: 55px;
}
#foot {
	clear: both;
	width: 921px;
	height: 26px;
	margin: 0 auto;
	background-image: url(images/Untitled-1_r6_c2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 921px;
	height: auto;
	margin: 0 auto;
}
#love_bridport {
	width: 155px;
	float: right;
}
/*Table layout*/
.header {
	background-image: url(images/Untitled-1_r1_c2.jpg);
	background-repeat: no-repeat;
	height: 219px;
}
.menu {
	width: 921px;
	height: 31px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/Untitled-1_r2_c2.jpg);
}