@charset "UTF-8";
/* CSS Document */

/* Reset Everything */
body, div, h1, h2, h3, p, img {
	margin:0;
	border:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

#all {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}


#header {
	width:600px;
	height:100px; 
}

#navtop {
	text-align:center;
	height:20px;
}

#navtop a {
	text-decoration:none;
	color:#000;
}

#navtop a:hover {
	text-decoration: underline;
	color:#000;
}

#navtop a:visited:active {
	text-decoration:none;
	color:#000;
}



#navtop ul {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
	

#navtop ul  li {
	display:inline;
	border-left:1px solid #000;
	padding: 0 0 0 3px;

}
#navtop ul li.first {
	display:inline;
	border-left:0;
	padding: 0 0 0 4px;

}

#content {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

h2 {
	font-size:large;
	padding-bottom:20px;
	padding-top:20px;
}

h3 {
	font-size:medium;
	padding-bottom:20px;
}

p {
	padding-bottom:20px;
}

p.description {
	font-style:italic;
	padding-top:20px;
}

p.news {
	background-image:url(images/cherrysmall.jpg);
	background-repeat:no-repeat;
	padding-left:42px;
	padding-top:20px;
	border-bottom:1px solid #000;
}


#navbottom {
	text-align:center;
}

#navbottom a {
	text-decoration:none;
	color:#000;
}

#navbottom a:hover {
	text-decoration: underline;
	color:#000;
}

#navbottom a:visited:active {
	text-decoration:none;
	color:#000;
}

#navbottom ul {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


#navbottom ul li {
	display:inline;
	border-left:1px solid #000;
	padding: 0 0 0 3px;

}
#navbottom ul li.first {
	display:inline;
	border-left:0;
	padding: 0 0 0 4px;

}

#copyright {
	text-align:center;
	font-size:small
}