html, body { margin: 0px; padding: 0px; }

body {
	font-size: 76%;
	color: #000;
	background: #FDFCEC url(../gfx/bodyBG.jpg) repeat-y 50% 0;
	font-family: "Georgia","MS Serif", "helvetica", serif;
	text-align: center;
}

#container { 
	width: 100%;
	margin: 75px auto 0px;	
	background: transparent url(../gfx/contentBG.jpg) repeat-y 50% 0;
}

#main{
	height: 44em;
	position: relative;
}

#header{
}

#content{
  margin: 0 auto;
  text-align: left;
  width: 730px;
	padding: 0 12px;
	position: relative;
}
#contentInner{
	width: 730px;
	position: relative;
	color: #444; 
	height: 43em;
}

#contentInner h1, #contentInner h2 { margin: 0px; padding: 0px; }
#logo { 
	display: block;
	font-size: 1px; color: #F6F0E2;
	background:  transparent url(../gfx/logo.jpg) no-repeat -10px 5px;
	padding: 0px;
	width: 500px;
	height: 150px;
}
#contentInner h2#strapline { font-size: 1.5em; font-weight: normal; 
color: #695421; margin: 20px 15px 10px;}

.acName { position: absolute; top: 4.5em; right: 10px; font-size: 1.3em; color: #9F0235;}
.acTitle {position: absolute; top: 7.5em; right: 10px; font-size: 1em; color: #695421; }

#contentInner a { color: #91742E;}
#contentInner p {
	line-height: 1.8em;
	font-size: 1.1em;
	margin: 0.5em 15px 3em;;
}


#contentInner .contact{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#contentInner .contact .tel, #contentInner .contact .mob, #contentInner .contact .email { 
	display: block;
	font-size: 1em;
	margin: 5px 0px 0px;
}
#contentInner .contact .tel span, #contentInner .contact .mob span, #contentInner .contact .email span{
	font-size: 1.4em;
	margin-left: 0.5em;
}
#contentInner .contact .email a { text-decoration: none; }
#contentInner .contact .email a:hover { text-decoration: underline; }

#contentInner .postaddress {
	position: absolute;
	font-size: 1.3em;
	bottom: 15px;
	right: 15px;
	
}
#contentInner .postaddress address {
	font-style: normal;
	line-height: 1.5em;
	text-align: right;
}

#footer {
 text-align: right;
 width: 730px;
 margin: 10px auto;
 padding-bottom: 75px;
}
#sozu { 
	color: #C1A353;
}
	
#sozu a { 
	color: #DDCCA0;
	text-decoration: none;
 }
	
#sozu a:hover { color: #C1A353; text-decoration: underline; }
