/* MENU */
#menu
{
	height:42px;
}

#menu ul{
list-style-type:none;
}
#menu li{
display:inline;
}
#menu a{
font-size:12px;
line-height: 42px;
float:left;
width:120px;
height:42px;
text-align:center;
text-decoration:none;
color:#white;
background: url(images/button.jpg) no-repeat left top;
padding:0px;
}
#menu a:hover{
background: url(images/button.jpg) no-repeat left top;
color:#bac6c8;
}

p {font-size: 13px;line-height: 20px; color: #FFFFFF;}
a{color: #FFFFFF;}
h1,h2,h3 {font-family: Georgia, "Times New Roman", Times, serif;}
h1{	font-size: 23px;line-height: normal;font-weight: lighter;color: #FDA714;text-decoration: none;letter-spacing: 3px;
	margin: 4px 0 4px 0; padding: 4px 0 4px 0;	}
h2{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FCA614;
	text-decoration: none;
	padding: 2px 0 0 15px; margin:0px;
}
h3{
	background-color: #181818;
	padding: 13px; margin:0 2px 4px 0;
	font-size: 12px;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
}

