@charset "UTF-8";
/* CSS Document */

/* Main */


* {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	}
	
html, body {
   height:100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}

a {
	text-decoration: none;
}

li {
	margin-left: 15px;
	padding-bottom: 5px;
}

h1 {
	font-size: 24px;
	color: #C80B3A;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #0B2F4A;
	padding-top: 10px;
	padding-bottom: 5px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 100%;
	position: relative;
}

#admin {
	height: 20px;
	width: 860px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/admin.jpg);
	background-repeat: no-repeat;
}

#admin a {
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
}

#admin a:hover {
	color: #C80B3A;
}

#header {
	width: 900px;
}

#left {
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#middle_container {
	background-image: url(../images/bg_middle.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#middle_wide {
	float: right;
	width: 560px;
	padding: 20px;
}

#middle_left {
	float: left;
	width: 260px;
	padding-right: 20px;
}

#middle_right {
	float: left;
	width: 260px;
	padding-left: 20px;
}

#footer {
	height:80px;
	background-image: url(../images/footer.jpg);
	padding: 20px;
	color: #FFF;
}

/* Clear */

.clear {
	clear: both;
}


#slogan {
	height: 20px;
	width: 860px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
}

#quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/* Main menu */

#menu_container {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 900px;
}
.menu a {
	font-size: 14px;
	color: #FFF;
	line-height: 67px;
	height: 67px;
	width: 150px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.menu a:hover, .menu a.active {
	color: #0B2F4A;
}

/* Language menu */

#lang_container {
	float: right;
}
.lang_menu a {
	line-height: 20px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	padding-left: 5px;
}

.lang_menu a:hover, .lang_menu a.active {
	color: #C80B3A;
}

/* Entries */

.entries_container {
	padding-bottom: 3px;
}

.entries {
	line-height: 20px;
	font-size: 14px;
	color: #0B2F4A;
}

.entries a {
	line-height: 20px;
	font-size: 14px;
	color: #0B2F4A;
}

.entries a:hover, .entries a.active {
	color: #c80a3a;
}

/* Text colors */

.txt_blue,  .txt_blue a {
	font-size: 14px;
	color: #0B2F4A;
}

.txt_blue a:hover {
	color: #c80a3a;
}

.txt_red, txt_red a {
	font-size: 14px;
	color: #c80a3a;
}

.txt_red a:hover {
	color: #0B2F4A;
}