/*======================================*
**title: willowstyle.css
For Willowdale Donkey Stud
author: Pam Williamson;
version: one;
Two columns,image across top,footer and border all around
date: December 2008; */

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #95a87d;
}
#container {
    text align: left;
	width: 810px;
	background color: #fdf7da;
	margin:  0 auto;
	background-color: #fdf7da;
	border-top: 5px solid #720603;
	border-right: 5px solid #720603;
	border-left:5px solid #720603;
	border-bottom:5px solid #720603;
	margin-top:15px;
	margin-bottom:15px;
}

#header {
	width: 810px;
	height: 100px;
	background-image:url(images/topline5.jpg);
	background-color:#95a87d;
	background-repeat: no-repeat;
}
#headimg{
	width: 810px;
	height: 233px;
	background-image:url(images/stretch.jpg);
	background-repeat: no-repeat;
	background-color:#95a87d;
}
/*Navigation*/
#menulinks {
	margin-top: 0;   /*This is for mozilla,firefox and Opera*/
	width:780px;
	height:40px;
	background-image:url(images/nav.jpg);
	clear:both;
	padding-left:30px;
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	height:30px;
	background-image:url(images/nav.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:left;
	font-size:15px;
	font-weight:normal;
}

#menulinks a:hover, #menulinks a.active {
	background-image:url(images/nav2.jpg);
	text-decoration:none;
	background-repeat:repeat-x;
}


/*Left column*/
#Leftcol {
	width: 450px;
	padding: 20px 30px 0 30px;
	float: left;
	margin: 0px;
	background-color:#fdf7da;
}

/*
First with green side strip
#Rightcol {
	background-color:#d4ddcb;
	width: 300px;
	height:620px;
	float: left;
	margin: 0px;
	padding: 0;
}*/
#Rightcol {
	background-color:#fdf7da;
	width: 288px;
	float: left;
	margin: 0px;
	padding: 7px 0 0 7px;
	border-left: solid 2px;
	border-left-color:#ffffff;
}
#content {	
	margin: 0 auto;
	padding:0;
	text-align:left;
}
/* Header name section*/ 
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 29pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #630000;
	text-align:	left;
	margin-top:30px;


}
h2 {
	font-size: 14pt;
	font-weight: normal;
	}
h3 {
	font-size: 12pt;
	font-weight: bold;
	}
a {
	text-decoration: underline;
	color:	 #0033ff;
}
a:hover {
	text-decoration:none;
}

/*footer*/	
#footer {
	width: 810px;
	height: 23px;
	clear: both;
	color: #FFFFFF;
	background-color: #fffefd;
	font-size: 8pt;
	text-align: left;
	padding-top: 3px;
	background-image:url(images/nav.jpg)
}
#footer a:link{color:#000000;text-decoration: underline;}
#footer a:visited{color:#000000;text-decoration: underline;}
#footer a:hover{color:#000000;text-decoration: underline;}

/*main content font*/
.para {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #000000;
	margin: 0px;
}
.leader{
color: #630000; 
font-style: italic; 
font-size: 16pt; 
font-family: "Times New Roman", Times, serif;
 }
 
.imgcenter{
display:inline;
background:  #fffefd;
border: 1px solid #720603;
}
.img{
display:inline;
background:  #fffefd;
border: 3px solid #720603;
}

#home #container #headimg .leader style5 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* return to top of page navigation*/
a.end{
	font-family: "Comic Sans MS";
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a.end:link{color: #720603;}
a.end:visited{color:#720603;}
a.end:hover{color: #ff0000; text-decoration: underline;}

.details {
	list-style-position:inside;
	list-style-type: none;
}
