/* css - common style sheet */

body
{
	font-family: Palatino Linotype, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 20px;
	color: #000000;
	background-color: #DDCEA6;
	padding:0px; 
	margin:0px;
	border:none;
}




#menu
{
	font-weight: bold; 
}


#menu ul
{
	text-align:center;  
	margin: 10px; 
}


#menu ul li
{
	display: inline;  
	margin: 10px;  
}


#menu ul li a
{
	color: #000000;
	text-decoration: none; 
}


#menu ul li a:hover
{
	color: #659500; 
	text-decoration: none; 
}

/* to change the colour of a link to grey once clicked 
#menu ul li a:visited
{
	color: grey; 
	text-decoration: none; 
}
*/

#centreimage
{
	text-align:center; 
}


#centreimagefooter
{
	text-align: center; 
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	width: 1000px; 
}

#wrapper
{
	margin-left:auto; 
	margin-right:auto;
	position:relative;
	width:1000px;
}


#nav_menu_body 
{
	float:left;
	padding: 5px;
	width: 45%; 
	margin-top:1px; 
}

#nav_menu_body ul 
{
	text-align:right; 
	font-weight: bold; 
	list-style-type: none;
}

#nav_menu_body a
{
	height: 75px; 	
}


#nav_menu_body ul li a 
{
	color: #000000;  
	text-decoration: none; 
}


#nav_menu_body ul li a:hover
{
	color: #659500; 
	text-decoration: none;
}

/* to change the colour of a link to grey once clicked 
#nav_menu_body ul li a:visited
{
	color: grey; 
	text-decoration: none;
}
*/


#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        text-align:center; 
}

/* EXCEPTIONS */

#homecontent
{
	float: right;
	padding: 5px; 
	width: 45%; 
	margin-top:25px; 
	margin-bottom: 20px; 
	line-height: 220%;
}

#contactcontent
{
	float: right;
	padding: 5px; 
	width: 45%; 
	margin-top:15px; 
	margin-bottom: 30px; 
	line-height: 105%;
}



#costcontent
{
	float: right;
	padding: 5px; 
	width: 62%; 
	margin-top:15px; 
	margin-bottom: 15px; 
	line-height:105%;
	font-size: 18px;  
}



#nav_menu_body_cost 
{
	float:left;
	padding: 5px;
	width: 28%; 
	margin-top:20px; 
}

#nav_menu_body_cost ul 
{
	text-align:right;  
	font-weight: bold; 
	list-style-type: none;
}

#nav_menu_body_cost a
{
	height: 75px; 	
}


#nav_menu_body_cost ul li a 
{
	color: #000000;  
	text-decoration: none; 
}


#nav_menu_body_cost ul li a:hover
{
	color: #659500; 
	text-decoration: none;
}

/* to change the colour of a link to grey once clicked 
#nav_menu_body_cost ul li a:visited
{
	color: grey; 
	text-decoration: none;
}
*/

#gallerycontent
{
	text-align: center; 
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	width:1000px;
}

.styleGalleryNavigation 
{
	color: #000000;
	text-decoration: none;
}
