*
	{
	margin: 0px;
	padding: 0px;
	}
	
body
	{
	background-color: #fdc73b;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	}
	
h1
	{
	font-size: 20px;
	font-weight: bold;
	}

h2
	{
	padding-left: 7px;
	font-size: 15px;
	font-weight: bold;
	}

p
	{
	padding-left: 7px;
	}
	
/*div id's*/	
	
#bod
	{
	background-image: url("image/bgrd_2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 400px;
	/*text-align: center;*/
	}

a
	{
	color: #8b6242;
	}
	
#container
	{
	width: 100%;
	}
	
#content
	{
	
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 0px;
	min-height: 500px;
	margin-left: 25%;
	margin-right: 25%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	/*text-align: center;*/
	}

.fairpics
	{
	padding-left: 160px;
	}

#content p
	{
	margin-bottom: 12px;
	}
	
#content img
	{
	border: solid 1px #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
		
	
#footer
	{
	font-size: 12px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	}
	
#head
	{
	width: 100%;
	}
	
#navigation
	{
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:center;
	margin-left:-50%;
	}
	
#navigation li
	{
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	}
	
#navigation li a
	{
	text-decoration: none;
	}
	
#navigation li a:hover
	{
	text-decoration: underline;
	}

#navigation ul
	{
	list-style: none;
	margin-left: 36%;
	margin-right: 3%;
	}
	
#navigation ul a
	{
	color: #000000;
	font-weight: bold;
	}