/* default.css */

body {
	font-family: "MS Trebuchet", Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #603d23;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
}

body p {
	font-size: 13px;
	line-height: 18px;
	padding: 8px 0px 8px 0px;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

#header {
	background-image: url('../img/header.jpg');
	background-color: #FFFFFF;
	width: 900px;
	height: 172px;
	margin-bottom: 40px;
	float: left;
}

#sidebar {
	width: 222px;
	margin: 0px 20px 0px 0px;
	float: right;
}

#sidebar_loop {
	width: 180px;
	height: 1611px;
	float: right;
	background-image: url('../img/sunflower_loop.jpg');
	background-repeat: repeat-y;
	margin-top: 20px;
}

* html #sidebar_loop {
	height: 0px;
	margin-top: 0px;
}

* + html #sidebar_loop {
	width: 180px;
	height: 2122px;
	float: right;
	background-image: url('../img/sunflower_loop.jpg');
	background-repeat: repeat-y;
	margin-top: 20px;
}

#sidebar_loop_events {
	width: 180px;
	height: 808px;
	float: right;
	background-image: url('../img/sunflower_loop.jpg');
	background-repeat: repeat-y;
	margin-top: 20px;
}

* html #sidebar_loop_events {
	height: 0px;
	margin-top: 0px;
}

* + html #sidebar_loop_events {
	width: 180px;
	height: 808px;
	float: right;
	background-image: url('../img/sunflower_loop.jpg');
	background-repeat: repeat-y;
	margin-top: 20px;
}

#ausflag {
	background: url('../img/ausflag.jpg');
	width: 158px;
	height: 142px;
	margin: 10px 0px 20px 32px;
	float: left;
}

#sunflower {
	background: url('../img/sunflower.jpg');
	width: 222px;
	height: 152px;
	margin: 20px 0px 20px 0px;
	float: right;
}

#history {
	width: 222px;
	height: 458px;
	background: url('../img/sidebar.jpg');
	float: right;
}

#history ul {
	margin: 55px 30px 0px 55px;
	font-size: 12px;
}

#history li {
	padding: 5px 0px 5px 0px;
}

#kara_link {
	background-image: url('../img/kara.jpg');
	width: 184px;
	height: 98px;
	margin: 0px 16px 0px 0px;
	float: right;
}

#events_link {
	background-image: url('../img/events.jpg');
	width: 190px;
	height: 87px;
	margin: 0px 16px 20px 0px;
	float: right;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	background-color: #fffef3;
	overflow: hidden;
}

#content {
	padding: 20px 20px 40px 40px;
	width: 570px;
	float: left;
}

#content ol, #content ul {
	padding: 15px 15px 15px 50px;
	font-size: 80%;
	line-height: 120%;
	background-color: white;
	border: 1px dashed black;
}

#content ol li {
	margin: 10px 0px 10px 0px;
	font-family: "Times New Roman", Courier, sans-serif, "MS Trebuchet", Verdana, Arial;
	letter-spacing: 1px;
}

img.title {
	padding: 0px 0px 8px 0px;
}

#footer {
	float: left;
	background-color: #f1dbf2;
	height: 27px;
	width: 100%;
}

#block {
	width: 8px;
	height: 24px;
	margin: -4px 5px 0px 0px;
	background-color: #e5bae7;
	float: left;
}

#block_big {
	width: 8px;
	height: 52px;
	margin: -4px 5px 0px 0px;
	background-color: #e5bae7;
	float: left;
}

.copyright {
	float: left;
	margin: 8px 0px 0px 40px;
}

.angel {
	float: right;
	width: 272px;
	height: 150px;
	margin-top: -123px;
}