@font-face {
    font-family: "SnellRoundhand";
    src: url(../../resources/fonts/SnellRoundhand.ttf);
}


#logo_container {
	color: #ffffff;
	width: 249px;
	height: 80px;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	background: url(../../resources/images/background/site_title_bg.jpg) repeat-x;
}

#logo_container h1 {
	display: block;
	margin: 0px;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
    text-align: center;
	font-size: 36px;
    font-family: SnellRoundhand, SANS-SERIF, sans-serif;
	font-weight: normal;
    /*font-variant: small-caps;*/
	text-decoration: none;
}

#logo_container h1 a {
	font-weight: normal;
	text-decoration: none;
}

#logo_container h1 a:hover {
	text-decoration: none;
}

#logo_container h1 span {
	display: block;
	color: #d0cfaa;
	margin-top: 10px;
	padding-left: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    font-variant: small-caps;
    text-align: center;
}