/* Basics and Typography */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	text-align: center;
}
h1 {
	color: #424923;
	font-size: 16px;
	font-weight: bold;
}

p {
	color: #424923;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #000000;
}

/* Wrapper Style */
#wrapper {
	width: 800px;
	height: 850px;
	background-image: url(pics/puzzle.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\";}\"";
	voice-family: inherit;
	
	width: 800px;
}
html>body #wrapper {
	width: 800px;
}


/* Navigation Style */
#navigation {
	margin-top: 27px;
	width: 280px;
	clear: both;
	float: left;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	
	width: 280px;
}
html>body #navigation {
	width: 280px;
}

#navigation a {
	color: #58622e;
	text-decoration: none;
}

/* Content Style */
#content {
	width: 500px;
	float: left;
	margin-top: 18px;
	padding-bottom: 50px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	
	width: 500px;
}
html>body #content {
	width: 500px;
}

/* Logo Style */
#logo {
	float: left;
}

.menulink {
	font-size: 16px;
	font-weight: bold;
	padding-left: 70px;
}

.menulink_small {
	font-size: 13px;
	font-weight: bold;
	padding-left: 70px;
	margin-top: 4px;
}

