﻿/* BODY */
body {
	background: #FFFFFF url('images/bg.jpg') no-repeat fixed;
	margin: 0 auto;
	width: 980px;
	font-family: "Book Antiqua";
	font-size: 12px;
	text-align: center;
}
/* END BODY */


/* TEXT */
h1 {
}

h2 {
	font-family: "Book Antiqua";
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 10px;
}

h3 {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 0 10px;
	text-decoration: underline;
}

p {
	font-family: "Book Antiqua";
	font-size: 14px;
	padding-left: 10px;
	line-height: 20px;
}

a {
	font-family: "Book Antiqua";
	text-decoration: none;
	color: #039;
}

a:hover {
	background-color: #63F;
	color: #FFF;
}

.active {
	background: url(images/a_active_bg.jpg) left no-repeat;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.ul_head {
	padding-left: 20px;
}

.li_sub {
	font-weight: bold;
}

.li_item {
	padding-left: 5px;
	padding-right: 10px;
}
/* END TEXT */


/* HEADER */
#header {
	margin: 0 auto;
	width: 980px;
	height: 130px;
	text-align: left;
	background: url('images/header.jpg') center;
}
/* END HEADER */


/* NAVIGATION */
#menu {
	margin: 0;
	padding: 0 0 20px 0;
	width: 150px;
	background: #FFF url(images/menu_bg.jpg) no-repeat;
	float: left;
}

#nav {
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	text-align: left;
	list-style: none;
}

#nav a {
	margin-top: 20px;
	padding-left: 10px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000;
}

#nav a:hover {
	background: url(images/a_hover_bg.jpg) left no-repeat;
}
/* END NAVIGATION */


/* CONTAINERS */
#wrap {
	position: relative;
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#container_left {
	position: absolute;
	width: 500px;
	left: 150px;
	padding: 0 10px 20px 10px;
	background: #FFF;
	font-size: 12pt;
	text-align: left;
}

#container_right {
	position: absolute;
	width: 310px;
	right: 0;
	top: 130px;
	padding-bottom: 20px;
	background: #DDD;
}

#container_full {
	position: absolute;
	width: 810px;
	left: 150px;
	top: 130px;
	padding: 0 10px 20px 10px;
	background: #FFF;
}

.flickr {
	margin: 10px 0 10px 10px;
}
/* END CONTAINERS */


/* FOOTER */

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
	display: inline-block;
	width: 980px;
	height: 20px;
	background: #EEE;
	font-family: "Maiandra GD";
	font-size: 10pt;
}
/* END FOOTER*/



