/*------- GLOBAL -------*/

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

a {
	color: #ffdd00;
}

body {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12pt;
	text-align: center;
	width: 100%;
	color: #434343;
	background: url('../img/bg_body.jpg') repeat;
}

div#container {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	min-height: inherit
}

div.content {
	min-height: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div.frame {
	width: inherit;
	min-height: 500px;
	padding-top: 300px;
}

div#splash {
	width: inherit;
	height: 1000px;
	background: url('../img/img_splash.jpg') no-repeat;
	background-position: center 230px;
}

p {
	font-size: 8pt;
	margin-bottom: 0.8em;
	line-height: 14pt;
}

/*------- HEADER -------*/

div#header {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 225px;
	margin: 0 auto 0 auto;
}

div#nav {
	width: 1000px;
	height: 205px;
	margin: 0px auto 0 auto;
	padding: 0 100px 0 100px;
	background: url('../img/bg_header.jpg') no-repeat;
	text-align: left;
}

h1 {
	margin-bottom: 20px;
	padding-top: 10px;
	width: 400px;
}

h2 {
	margin-bottom: 30px;
}

img#contact {
	float: right;
}

a img.nav {
	margin-right: 30px;
}

span#contact {
	background: url('../img/bg_contact.png') no-repeat;
	height: 100px;
	width: 172px;
	float: right;
	margin-right: 20px;
}

span#contact:hover {
	background-position: 0 -100px;
}

/*------- NEWS (&agenda) -------*/

div#content_news {
	background: url('../img/bg_news.jpg') no-repeat center top;
	padding: 30px;
	width: 764px;
	min-height: 500px;
}

table#news {
	margin-left: 50px;
	font-size: 16px;
	width: 520px;
}

tr.entry_header {
	height: 25px;
	width: 520px;
	margin-top: 30px;
	background: url('../img/bg_entry.png') left top repeat-x;
}

div.entry_content a, div.entry_content a:hover {
	font-size: 8pt;
	color: #434343;
}

tr.entry_header td a {
	color: #434343;
}

tr.entry_header td a:hover {
	color: #ffdd00;
}

/*------- ABOUT -------*/

div#about, div#media {
	margin-top: 1000px;
	padding-top: 200px;
}

div#content_about {
	padding-top: 100px;
	background: url('../img/bg_about.jpg') no-repeat center top;
	width: 635px;
	min-height: 739px;
}

p.quote {
	padding: 5px;
	margin: 2em 0 2em 20px;
	width: 550px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-size: 9pt;
}

/*------- MEDIA -------*/

div#content_media {
	padding-top: 100px;
	background: url('../img/bg_media.jpg') no-repeat left top;
	width: 700px;
	min-height: 490px;
}

div#content_media a img {
	border: 5px solid #ccc;
	margin: 5px 5px 0 0;
}

/*------- AGENDA -------*/

div#content_agenda {
	background: url('../img/bg_agenda.jpg') no-repeat left top;
	width: 750px;
	height: 1000px;
	min-height: 560px;
}

table.agenda {
	margin: 0 0 30px 50px;
	font-size: 16px;
	width: 750px;
}

