/*
Standard HTML elelments. Notice that they are grouped together by type and ordered by seniority
*/

html,body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) center repeat-y;
}

a {
	color: #8F2325;
	text-decoration: none;
}
a:hover {
	color: #5C92C1;
}

h1 {
	font-size: 20px;
	color: #B22222;
	text-align: center;
	padding: 0.3em 0 0.8em 0;
}

h2 {
	font-size: 16px;
	color: #688BA7;
	text-align: center;
}

h3 {
	font-size: 15px;
	color: #B22222;
	margin: 0;
	padding: 7px 0 0 0;
}
p {
	margin: 0;
	padding: 7px 0 12px 0;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #bbb;
	color: #bbb;
	border: none; 
}
textarea {
	width: 400px;
}



/*
ID's used in the page. These are ordered from the top of the page downwards
*/

#holder {
	width: 761px;
	margin: 0 auto;
	background: url(../images/img1.jpg) left top no-repeat;
}

#img2 {
	background: url(../images/img2.jpg) no-repeat right top;
}

#menu {
	padding-top: 20px;
	margin-left: 180px;

}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
}

#menu a {
	padding: 3px 10px;
	color: white;
}

#menu a:hover {
	border-bottom: 2px solid #8F2325;
	color: white;
}

#active a {
	border-bottom: 2px solid Orange;
	color: white;
}

#content {
	padding: 250px 20px 20px 20px;
	text-align: justify;
}
#content p{
	
}

#content ul,#content ol {
	padding: 0;
	margin: 0;
	color: #B22222;
	list-style: none;
}
#content li {
	padding: 0;
	margin: 0 0 0 30px;
	color: black;
}
#content ol li {
	color: black;
}

#imgindex {
	background: url(../images/Tamsin.jpg) no-repeat center;
 	border-width: 3px;
 	border-style: solid;
 	border-color: #FFFFFF;
	margin-left: 130px;
	width: 200px;
	height: 300px;
}

/*#textleft{
	float:left;
	width:230px;
	padding-right: 25px;
	text-align: justify;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #D3D3D3;
}

#textright {
	float:right;
	width:440px;
	text-align: justify;
}*/

#bluebottom {
 	background: #C1D5F6;
	clear: both;
	height: 35px;
 	margin-bottom: 10px;
 	border-width: 0 0 7px 0;
 	border-style: solid;
 	border-color: #D5D5D5;
}

#copyright {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #aaa;
}

#copyright a {
	color: #aaa;
	text-decoration: none;
}

#copyright a:hover {
	color: #aaa;
	text-decoration: underline;
}


/*
Classes for the site
*/

.info {
	color: #4682B4;
	font-size: 14px;
}
.tabelpic td {
	border: 1px solid #CCCCCC;
	padding: 13px;
}

/*
index page
*/

#holderI {
	width: 761px;
	margin: 0 auto;
}

#menuI {
	margin: 0;
	padding: 20px;
	width: 230px;
	_width: 230px;
}

#menuI ul {
	margin: 0px 0;
	padding: 0 0 35px 0;
}

#menuI li {
	margin: 0 0px;
	padding: 0px 0;
	list-style: none;
	border-bottom: 1px solid white;
}

#menuI a {
	color: #6990AF;
 	display: block;
 	padding: 7px 5px;
	border-bottom: 2px solid #EFEFEF;
 	_width: 100%;
}
#menuI #active a {
 border-bottom: 2px solid Orange;
}
#menuI a:hover {
	color: #6990AF;
	text-decoration: none;
	border-bottom: 2px solid #8F2325;
}

#textIleft{
	width:230px;
	padding:80px 0 10px 0;
	text-align: justify;
	border-bottom: 1px solid white;
}

#imgI {
	background: url(../images/Tamsin1.jpg) no-repeat right top;
	height: 725px;
}

#copyrightI {
	margin: 0 70px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 10px;
	color: #aaa;
}

#copyrightI a {
	color: #aaa;
	text-decoration: none;
}

#copyrightI a:hover {
	color: #aaa;
	text-decoration: underline;
}

div.news p{
text-indent: 2em;}

}

cite{



}