/***********************************************/
/* Wattle Ridge CSS Document 
author: Pam Williamson;
version: one;
date: March 2006; 
updated August 2006*/
/***********************************************/

body {
	background-color: #035f1c;
	text-color: #000000;
	margin-top: 0;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0;
}

/* Main Structure, wrap the whole layout in a div to keep it reasonably narrow and centered */
#container{width: 890px; margin: 0 auto; background-color: #035f1c; position:relative; }

/*Basic text*/
p {	
	font-family: Tahoma;
	font-size: 10pt ;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left
}

/* top row - Navigation list*/
a{
	font-family: Arial;
	font-size:13pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

a:link{color: #ffff00;}
a:visited{color:#333399;}
a:hover{color: #ff0000;}

/* links within page same size as normal text*/
a.inline{
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a.inline:link{color: #0033FF;}
a.inline:visited{color:#333399;}
a.inline:hover{color: #ff0000;}

/*to center images and give boarder*/
.imgcenter{
padding: 4px;
margin: 0 5px 0 20px;
display:inline;
background: #fffefd;
border: 1px solid #444;
align: center;
}
	
/* address details bottom of each page*/
.details {font-family: Arial;
	font-size:10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffff00;
	}
	
/*email link bottom of each page*/
a.email{
	font-family: Arial;
	font-size:10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	}
a:link{color:#ffff00;}
a:visited{color: #33FF99;}
a:hover{color: #ff0000;}

/*headings*/
h1 {
	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #055E16;
	text-align: center;
}
h2 {
	font-family: Arial;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #055E16;
	text-align: center;
}
h3 {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #055E16;
	text-align: center;
}
h4 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #055E16;
	text-align: center;
}

/*copyright information*/
.copyright {
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
/* webdesign*/
a.end{
	font-family: Verdana;
	color:#000000;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a.end:hover{color: #ff0000; }

/*Pickled Grapes*/
.pickled {
	font-family: Verdana;
	font-size: 18pt ;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	color:	#990000;
	text-decoration: none;
	text-align:center;
}