body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: #555555;
	
}

a{
	color: #75869f;
	text-decoration: none;
}

a:hover{

}

p {
line-height: 22px;

}

img {
margin-top: .2em;

}


#container {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 1em;

}
#header {
width: 800px;
height: 190px;
background-image: url(images/back_header.jpg);

}

#menu {
width: 800px;
height: 39px;
background-image: url(images/back_menu.jpg);

}

#body {
width: 800px;
background-image: url(images/back_body.jpg);
background-repeat: repeat-y;

}

#footer {
width: 800px;
background-image: url(images/back_footer.jpg);
height: 155px;

}

#belowfooter {
width: 800px;
text-align: center;
font-size: 10px;
margin-top: .6em;
}

#nav {

	height: 39px;
	text-align: center;
	width: 800px;

}

#nav ul {
    margin: 0;
    padding: 0em;
	list-style:none;
	margin-top: 1em;
	}

#nav li {
	display: inline;
	margin: 0;
    padding: 0em;
	}
	

  #nav a {
    padding: 0em 1em 0em 1em;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	
	    }
	
	#nav a:hover {
	text-decoration: none;
	color: #FFE888;
	
	}
	
	.bold {
	font-weight: bold;
	}
	
		.title1 {
	font-weight: bold;
	font-family: "Kristen ITC", helvetica, serif;
	font-size: 18px;
	color: #FF6600;
	}
	
				.gallery {
	font-size: 14px;
	color: #019cdf;
	font-weight: bold;
	
	}
