@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

a, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: #9e0c16;
}

a:hover {
	text-decoration: none;
}

div.spacer {
	height: 20px;
}

/*

		MAIN

*/

body {   
	text-align: center;
	font-size: 80%;
	font-family: "Trebuchet MS","Verdana", "Geneva CE", "lucida", sans-serif;
	background: url(../img/background.png) center top repeat-y;
}

div#page {
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: left;
	position: relative;
}

#page div#page-cont {
	width: 100%;
}

/*

		HEADERS

*/

#page-cont div#header-top, #page-cont div#header-bottom {
	width: 100%;
}

#header-top h1, #header-bottom h2 {
	text-indent: -1000em;
}

#header-top a, #header-bottom a {
	display: block;
	width: 100%;	
}

#header-top {
	height: 110px;
	position: relative;
}

#header-top div#langs {
	width: 100%;
	height: 37px;
	padding-left: 10px;
	position: relative;
	top: 4px;
}

#langs p {
	float: left;
	width: 100px;
	_width: 120px;
	height: 37px;
	padding: 0 10px 0 10px;
	margin-right: 10px;
/*	background: #b20817;*/
}

#langs p img {
	float: left;
	margin: 12px 5px 0 0;
	border: 0;
}

#langs p a, #langs p a:hover {
	line-height: 37px;
	text-decoration: none;
	color: white;
}

#header-top h1 {
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
}

#header-top h1 a {
	width: 100%;
	height: 100%;
}

#header-bottom a {
	height: 168px;
/*	background: url(../img/header-photo.jpg) left top no-repeat; */
}

#page-cont div#menu-rule {
	width: 100%;
	height: 6px;
	background: url(../img/menu-rule.png) left top no-repeat;
}

#page-cont div#page-top {
	width: 100%;
	height: 85px;
	background: url(../img/page-top.png) left top no-repeat;
}

/*

		MAIN CONT

*/

#page-cont div#main-cont {
	width: 100%;
	position: relative;
	top: -50px;
	background: url(../img/content.png) left 50px repeat-y;
}

/*

		MENU

*/

#main-cont div#menu {
	float: left;
	margin-left: 16px;
	_margin-left: 6px;
	width: 240px;
}

#menu ul, #menu ul li {
	list-style: none;
}

#menu ul li {
	display: block;
	width: 100%;
	height: 37px auto;
	margin-bottom: 6px;
	background: #b20817;
}

#menu ul li a, #menu ul li a:hover {
	display: block;
	width: 100%;
	height: auto;
	line-height: 37px;
	text-align: right;
	text-decoration: none;
	color: white;
}

#menu ul li a:hover {
	background: #ba0f1e;
}

#menu ul li a span {
	display: block;
	padding-right: 15px;	
}

#main-cont div#cont-box {
	float: right;
	margin-right: 25px;
	width: 550px;
	_width: 600px;
	padding: 35px 25px 80px 25px;
	background: #9fb390;
	/* background: #fff3e5; */
	/* background: #ffe8dc; */
	position: relative;
}

/*

		CONT CORNERS

*/

#cont-box div#cont-topleft, #cont-box div#cont-topright,
#cont-box div#cont-bottomleft, #cont-box div#cont-bottomright {
	width: 25px;
	height: 24px;
	position: absolute;
}

#cont-box div#cont-topleft, #cont-box div#cont-topright {
	top: -10px;
}

#cont-box div#cont-bottomleft, #cont-box div#cont-bottomright {
	bottom: -10px;
}

#cont-box div#cont-topleft, #cont-box div#cont-bottomleft {
	left: -10px;
}

#cont-box div#cont-topright, #cont-box div#cont-bottomright {
	right: -10px;
}

#cont-box div#cont-topleft {
	background: url(../img/cont-topleft.gif) left top no-repeat;
}

#cont-box div#cont-topright {
	background: url(../img/cont-topright.gif) left top no-repeat;
}

#cont-box div#cont-bottomleft {
	background: url(../img/cont-bottomleft.gif) left top no-repeat;
}

#cont-box div#cont-bottomright {
	background: url(../img/cont-bottomright.gif) left top no-repeat;
}

#main-cont h3 {
	height: 27px;
	margin-bottom: 17px;
	line-height: 27px;
	text-align: center;
	font-size: 1.4em;
	color: white;
	background: url(../img/bg-h3.png) left top no-repeat;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main-cont h4 {
	margin: 7px 0 13px 0;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main-cont table#gallery-table {
	width: 100%;
}

#gallery-table tr td {
	text-align: center;
}

#page-cont div#footer {
	width: 100%;
	text-align: center;
}

#footer p {
	letter-spacing: 2px;
	color: #d4bca3;
}

#footer p a, #footer p a:hover {
	text-decoration: none;
	color: white;
}

div#bottom-spacer {
	height: 30px;
}