@charset "utf-8";
/* CSS Document */

#header_left {
	background-image: url(images/drink_circle-1.jpg);
	width: 350px;
	height: 234px;
	float: left;
}
#header_right {
	background-color: #Fdf8e5;
	width: 450px;
	height: 234px;
	float: left;
	background-image: url(images/anim/head_right.gif);
}
#header_history {
	background-image: url(images/anim/head_history.gif);
	height: 234px;
	width: 450px;
	float: left;
}
#header_history p {
	font-family: "Bookman Old Style";
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 175px;
	padding-right: 15px;
	text-align: right;
	font-style: italic;
}

#header_right h1 {
	font-family: "Bookman Old Style";
	font-size: 58px;
	padding-left: 8px;
	color: #FFFFFF;
}
#header_right p {
	font-family: "Bookman Old Style";
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 175px;
	padding-right: 15px;
	font-style: italic;
}

#header_left h1 {
	font-family: "Bookman Old Style";
	font-size: 36px;
	color: #FFFFFF;
	text-align: justify;
	line-height: normal;
	font-variant: normal;
	padding-left: 35px;
	font-style: italic;
	padding-top: 25px;
}
#header_left p {
	font-family: "Bookman Old Style";
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 92px;
	text-align: right;
	padding-right: 8px;
}

body {
	background-color: #2a2a3b;
	color: #666666;
	font-family: arial, haettenschweiler, sans-serif;
	font-size: 85%;
}

#container {
	margin: auto;
	width: 800px;
	border: 10px ridge #FFFFFF;
	background-color: #F1E4C2;
	height: 700px;
}
#content {
	color: #666666;
	text-align: justify;
	width: 430px;
	float: left;
	height: 436px;
}
#content p {
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Bookman Old Style";
	font-style: italic;
}


#sidebar {
	float: left;
	width: 350px;
	background-color: #FDF8E5;
	height: 466px;
	background-image: url(images/sidebar_bg.jpg);
}
#nav {
	width: 345px;
	text-decoration: none;
	margin-top: 20px;
}
#nav a {
	font-family: "Bookman Old Style";
	font-size: 18px;
	line-height: 2em;
	text-decoration: none;
	font-style: italic;
}
#nav a:link, #nav a:visited {
	color: #666666;
	}
#nav a:hover, #nav a:active {
	color:#333333;
	}

#nav li:link, #nav li:visited {
	color: #666666;
}
#nav li:hover, #nav li:active {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #f1e4c2;
}

#nav ul {
	width: 300px;
	text-align: left;
	list-style-type: none;
	display: block;
}
#nav li {
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 25px;
}
#footer {
	font-family: "Bookman Old Style";
	font-size: 10px;
	color: #999999;
	text-align: right;
}
#footer a {
	text-decoration: none;
	list-style-type: none;
	font-family: arial, haettenschweiler, sans-serif;
	color: #666666;
}

h2 {
	font-family: "Bookman Old Style";
	font-size: 16px;
	font-style: italic;
}
