body {	
	font: normal 62.5%  Georgia, 'Times New Roman', serif; /Sets all fonts to 10px/
	color: #434343;
	margin: 0px;
	text-align: center; 
	background: #E8EEF7 url(../images/bg.gif);
}

/*-------------------------------------------------
Text Styles
-------------------------------------------------*/

a, a:link, a:visited {
	color: #7D7C7C;
	text-decoration: none;
}

a:hover {
	color: #a86b17;
	text-decoration: none;
}

p, li {
	line-height: 1.6em;
	font-size: 1.4em; 
}

#introduction {width: 450px;  position:relative; top:90px; left: 300px; color: #000; font-size: 2.2em; font-weight: normal; text-align: left;}

#introduction a#royalenfield { color: #f01b21; }
#introduction a#royalenfield:hover { color: #a86b17; }
#introduction a#cotswolds { color: green; }
#introduction a#cotswolds:hover { color: #a86b17; }

#introduction a#cotswoldscurrent { color: green;  background-color: #f3b35d; }
#introduction a#cotswoldscurrent:hover { color: #a86b17; }
#introduction a#royalenfieldcurrent { color: #f01b21; background-color: #f3b35d; }
#introduction a#royalenfieldcurrent:hover { color: #a86b17; }

#img {border: 0px;}

h1  {color: #000; font-size: 2.6em; font-weight: normal; text-align: left; }
h2  { color: #000; font-size: 2em; text-align: left;  font-weight: normal; }
h3  { color: black; font-size: 1.4em;  text-align: left;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; }
h4 { color: black; font-size: 72%; text-align: left;  line-height: 130%; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;}

.highlight { color: #777; background: #ffb; text-align: left; font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; }


/* navigation 
#top {font-size: 1.3em; padding: 5px; position: absolute; top: 250px; left: 35%; border-bottom: 0px solid #3a7489; text-transform: uppercase;}
#top li {display: inline;	border-bottom: 0px solid #3a7489; margin: 0 0 0 26px;}
#top li a {color: #c41234; text-decoration: none;}
#top li a:hover {color: #8cc63f; text-decoration: none;}
#top li.current {border-bottom: 1px solid #8cc63f;}*/

#top {font-size: 1.4em; text-transform: uppercase;}
#top li {display: inline;	border-bottom: 0px solid #3a7489; margin: 0 26px 0 0;}
#top li a {color: #c41234; text-decoration: none;}
#top li a:hover {color: #a86b17; text-decoration: none;}
#top li.current {border-bottom: 1px solid #a86b17;}

/*-------------------------------------------------
Layout elements
-------------------------------------------------*/

#top-container {
	margin: 0 auto;
	
	width: 760px;
	height: 264px;	
	background: url(../images/arden_top.jpg);
	background-repeat: no-repeat;
	background-position: top-center; 	
}

#container {
	margin: 0 auto;
	width: 740px;	
	text-align: left;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #121b22;
	border-right: 4px solid #121b22;
	border-bottom: 4px solid #121b22;
	border-left: 1px solid #121b22;
	background: #fff5cd;	
}

#footer {
  width: 760px; line-height: 1.5; font-family :Verdana, sans-serif;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 10px 0 0 0;  
}
#footer-left {
  width: 40%;
  float: left; 
  text-align: left;  
}
#footer-right {
  width: 40%;
  float: right; 
  text-align: right;  
}

#footer a, a:link, a:visited {
	color: #c41234;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}













