/*Original theme by v4ny.net*/

body{
	background-color: lightyellow;
	text-align: center;
	margin: 0px;
	font-family: 'verdana', 'geneva', 'arial', 'helvetica', sans-serif;
}

#container{
	width: 750px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 750px;
	border: 1px solid #CCCCCC;
}

#header{
	height: 225px;
	width: 750px;
}

#contentleft{
	float: left;
	display: inline;
	width: 180px;
	margin-left: 4px;
	font-size: 10px;
	color: #666666;
	border: none;
}

#content{
	float: right;
	display: inline;
	margin-right: 15px;
	width: 520px;
	font-size: 10px;
	color: #666666;
	border: none;
	padding-top: 0px;
	text-align: justify;
}

#footer{
	clear: both;
	background-image: url(images/foot.png);
	height: 47px;
	width: 750px;
	background-repeat: no-repeat;
}

.listhead {
 text-transform: uppercase;
 font-weight: bold;
 background-image: url('images/listhead.png');
 border-bottom: #FCC176 2px ridge;
 border-right: #FCC176 2px ridge;
 color: dimgray;
 letter-spacing: 3px;
}  

#contentleft a, #contentleft a:visited {
	color: #7D7D7D;
}

#contentleft a:hover {
	color: #FBBA6D;
}

ul {
	list-style-type: none;
  padding: 15px;
	line-height: 15px;
	color: #7D7D7D;
	text-align: left;
	margin: 0px;
}

ul li {
	border-bottom: 1px lightgrey solid;
}

a:link, a:visited{
	color: lightsalmon;
	text-decoration: none;
}
a:hover{
	color: #cd853f;
	text-decoration: none;
}
blockquote {
	background-color: lightyellow;
	border-left: 2px solid gold;
	padding: 5px;
	font-style: normal;
	color: gray;
}

img {
	border-style: none;
}

.centre {
 text-align: center;
}

.epi	{
	font-size: 1.1em;
	word-spacing: 5px;}

.epi a, .epi a:visited {
	color: lightsalmon;

}
	
.epi a:hover {
	color: orange;
	background-color: lightyellow;
}

.float {
	float: right;
	display: inline;
	padding: 1em;
	text-align: center;
	font-style: italic;
	margin: 0px;
}

.para {
	padding: 0px;
	margin: 0px;
	text-indent: 1.5em;
	font-size: 1.5em;
	font-family: 'times new roman', georgia, serif;
}
	
h1 {
	text-align: center;
	font-family: 'trebuchet ms', 'verdana', 'arial', sans-serif;
	color: #F6DD6A;
	font-size: 30px;
} 