@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

html {
	min-width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background: url('/medias/images/bottom-background.jpg') 0% 100% repeat-x;
}

html > body {
	width: auto;
	height: auto;
}

img {
	border: none;
}

div#top-background {
	background: url('/medias/images/top-background.jpg') 0% 0% repeat-x;
	height: 328px;
}

div#logo {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -491px;
}

div#branding {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -314px;
}

ul#menu {
	position: absolute;
	top: 303px;
	left: 50%;
	margin-left: -315px;
	list-style-type: none;
}

ul#menu li {
	float: left;
}

ul#menu a {
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	background: #BF521E;
	color: #FFFFFF;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

ul#menu a:hover {
	background: #BACB59;
}

div#content {
	margin-left: 50%;
}

div#content div.margin {
	margin-left: -315px;
	width: 810px;
	padding-bottom: 100px;
}

div#content h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #BACB59;
}

div#content table {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	border: 1px solid #BACB59;
	margin-top: 10px;
}

div#content th, div#content td {
	padding: 5px;
}

div#content th {
	border-bottom: 1px solid #BACB59;
}

div#content td {
	border-bottom: 1px dotted #333333;
}

div#content span.mceEditor table {
	border-collapse: separate;
	width: auto;
	border: none;
	margin: 0;
}

div#content span.mceEditor td {
	padding: 1px;
	border: none;
}

form#Content textarea {
	width: 100%;
	height: 1000px;
}

form#News textarea {
	width: 100%;
	height: 500px;
}
