body {
background:#73664e url(images/bg.gif);
background-repeat:repeat;
margin-top: 20px;
margin-bottom: 20px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size: 13px;
line-height:20px;
}

A:link {font-family: tahoma; font-size: 12px; color:#000000; text-decoration: none; border-bottom: 1px dotted #808080; font-weight: bold;}
A:visited {font-family: tahoma; font-size: 12px; color:#000000; text-decoration: none; border-bottom: 1px dotted #808080; font-weight: bold;}
A:active {font-family: tahoma; font-size: 12px; color:#000000; text-decoration: none; border-bottom: 1px dotted #808080; font-weight: bold;}
A:hover {font-family: tahoma; font-size: 12px; color:#808080; text-decoration: none; border-bottom: 1px solid #000000; font-weight: bold;}


a#home:link, a#home:active, a#home:visited {
		display: block;
		width: 95px;
		height: 36px;
		background-image: url('images/home.gif');
		background-repeat: no-repeat;
		
	}	
a#home:hover {
		background-position: 0 -36px;
}

a#aboutnyala:link, a#aboutnyala:active, a#aboutnyala:visited {
		display: block;
		width: 130px;
		height: 36px;
		background-image: url('images/aboutnyala.gif');
		background-repeat: no-repeat;
		
	}	
a#aboutnyala:hover {
		background-position: 0 -36px;
}

a#aboutethiopia:link, a#aboutethiopia:active, a#aboutethiopia:visited {
		display: block;
		width: 131px;
		height: 36px;
		background-image: url('images/aboutethiopia.gif');
		background-repeat: no-repeat;
		
	}	
a#aboutethiopia:hover {
		background-position: 0 -36px;
}

a#menu:link, a#menu:active, a#menu:visited {
		display: block;
		width: 107px;
		height: 36px;
		background-image: url('images/menu.gif');
		background-repeat: no-repeat;
		
	}	
a#menu:hover {
		background-position: 0 -36px;
}

a#location:link, a#location:active, a#location:visited {
		display: block;
		width: 103px;
		height: 36px;
		background-image: url('images/location.gif');
		background-repeat: no-repeat;
		
	}	
a#location:hover {
		background-position: 0 -36px;
}

a#photos:link, a#photos:active, a#photos:visited {
		display: block;
		width: 93px;
		height: 36px;
		background-image: url('images/photos.gif');
		background-repeat: no-repeat;
		
	}	
a#photos:hover {
		background-position: 0 -36px;
}


.content {
padding: 8px;

}

input {
background-color: #B1A283;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000;
border: 1px solid #3C2A1F;
}

select {
background-color: #B1A283;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000;
border: 1px solid #3C2A1F;
}


.notice {
display:block;
width:810px;
background:#fff;
margin:auto;
margin-bottom:10px;
border:1px solid #F00;
padding:10px;
}
	
	
}