@charset "UTF-8";


body 
{ 
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 0 0;
	background: #DED8BD url(/img/bg/body.jpg) top left repeat-x;
	text-align: center;
	position: relative;
}

#page { position: relative; margin: 0 auto; width: 778px; position: relative; }

a:link { color: #990000; text-decoration: none;}
a:hover { text-decoration: underline; } 

h1#logo {
	font-size: 2.3em; 
	font-weight: normal;
	background: url(/img/bg/logo.gif) no-repeat bottom center;
	height: 70px;
	margin: 0;
	line-height: 1em;
}

h2#sub-logo {
	font-size: 1.3em;
	font-weight: normal;
	color: #990000;
	margin: 0;
	line-height: 1.3em;
}

#navigation {
	position: absolute;
	top: 200px;
	left: -200px;
	z-index: 10;
}

#navigation-list {
	position: absolute;
	top: 100px;
	left: 220px;
	z-index: 20;
}

#navigation-list ul { list-style: none; }

#navigation-list ul li { padding: 7px 0; }

#navigation-list ul li a {
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
}
#navigation-list ul li a.current, #navigation-list ul li a:hover { text-decoration: underline; }


#flowery-stuff {
	position: absolute;
	top: 408px;
	left: 408px;
}

#homepage-content, #main_text {
	text-align: left;
	padding-left: 180px;
}

#homepage-content h3 {
	font-size: 1.6em;
	font-weight: normal;
}

#homepage-content h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}

#footer {
	padding: 10px 0 20px 0;
	line-height: 1.6em;
}


.large { font-size: 1.8em; color: #990000; }

.larger_font {font-size: 1.8em; }
