/* CSS Document */

body {
    margin:0;
	background-image: url(images/flock3.jpg);
	font-size:80%;
	text-align: center;
	
}

* {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#000000;
	line-height:150%;
}

/*  image border  */
img {
	border:0
}
	
.caption {
	color:#999999;
	font-style:italic;
	border-bottom:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: dotted;
	
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:500;
	color:#CC0000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	}

/*  Divs  */
div#container {
	position: relative;
	width: 600px;
	left: 10px;
	height:100%;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	
}
	
div#header {
	margin-top:0px;
	width: 100%;
	background-color:#000000;
	color:#FFFFFF;
}	

div#address {
	background-color: #000000;
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
}

div#address p{
	color:#FFFFFF;
	}

div#address a{
	color:#FFFFFF;
	}

div#content {
	margin:10px;
	
}	

/* Navigation  */
div#nav {
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	
}	

ul#menu li {
	text-decoration:none;
	display:inline;
	list-style-type: none;
	padding: 0;
}

ul#menu {
	height: 20px;
	margin: 0;
	padding: 0;
	
}

.on {
	font-weight:bold;
	color:#CC0000;
	}	

a {
	text-decoration:none;
	color:#CC0000;
}

div#address a:hover, a:hover {
	color:#999999;
}
