@charset "UTF-8";
@import url("standard.css");
@import url("content_base.css");
  
body {
	background:#3a0503 repeat-x;
	text-align:center;
}

#page {
	text-align:left;
	width:901px;
	height:auto;
	margin:20px auto;
	background: url(../images/bg-2colours.gif) repeat-y #f3f0e9;
	padding:0 0 30px 0;
	border:10px solid #fff;
}

#smallcolumn {
	background: url(../images/bg.png) repeat-x #f3f0e9;
	width:220px;
	height:auto;
	float:left;
	border-right:1px solid #ccc;
}

#largecolumn {
	width:680px;
	height:auto;
	float:left;
	background:#edeae5;
}

#largecolumn #header {
	width:680px;
	height:337px;
	background:url(../images/schadow.jpg) bottom no-repeat #f3f0e9;
}

#largecolumn #content {
	width:680px;
	height:auto;
}

#largecolumn #content h1, #largecolumn #content p {
	margin-left:10px;
	margin-right:10px;
	color:#0c0b09;
	font-weight:normal;
}

#largecolumn #header img {
	float:left;
	margin:5px 0 0 10px;
	border:10px solid #fff;
}

#largecolumn #header #topnavi {
	float:right;
	width:auto;
	height:20px;
	margin:5px 10px 0 0;
}

#largecolumn #header #topnavi {
	font-size:11px;
}

#largecolumn #header #topnavi a{
	color:#333;
	text-decoration:underline;
}

a {
	color:#ac1025;
}

#logo {
	margin:30px 0 0 10px;
}

ul#navigation a {
	color:#464543;
	text-decoration:none;
}

ul#navigation a:hover {
	color:#ac1025;
	text-decoration:none;
}

ul#navigation {
	list-style:none;
	margin:10px 10px 25px 10px;
	font-size: 150%;
}

ul#navigation li {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/dotted.gif) bottom repeat-x;
	height:30px;
	line-height:30px;
}

#smallcolumn p {
	margin:3px 5px 10px 10px;
	font-size:11px;
}

#smallcolumn h4 {
	margin:15px 5px 0 10px;
	color:#ac1025;
}

#largecolumn #content table h1, #largecolumn #content table p {
	margin-left:0px;
	margin-right:10px;
	color:#0c0b09;
	font-weight:normal;
}

table {
    margin-left: 5px;
  }

.errors {
	background-color:#F5EEE7;
	margin: 10px 10px;
	padding: 10px;
	border: 1px solid #ec8133;
}

.thumbs {
   border: 1px solid #000;
   margin: 3px 0px 5px 10px;
   float: left;
}
