/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	border: none;
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: url(../images/bg_body.png) #ECECE4 50% 50%;
	color: #303030;
	font: 12px Georgia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------
   C O N T A I N E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 800px;
}

#container {
	background-color: #FFF8E5;
	border: solid 1px #4B4B49;
	float: left;
	margin: 30px 0px 30px 0px;
	width: 798px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header{
	background: url(../images/bg_header.jpg) left top no-repeat;
	float: left;
	height: 120px;
	width: 798px;
}


/* ---  LOGO  --- */

#header_logo {
	float: left;
	height: 120px;
	width: 125px;
}

#header_logo h1 {
	height: 74px;
	margin: 22px 0px 0px 38px;
	text-indent: -100em;
	width: 74px;
}

#header_logo h1 a {
	display: block;
	height: 74px;
	overflow: hidden;
	width: 74px;
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main{
	float: left;
	width: 798px;
}


/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/bg_footer.jpg) #bf4b3f left top no-repeat;
	color: #ffffff;
	float: left;
	font: 12px/18px Arial, Helvetica, sans-serif;
	height: 75px;
	overflow: hidden;
	width: 798px;
}

#footer p.info {
	margin-top: 25px;
	text-align: center;
}

#footer a {
	color: #ffff55;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#contents {
	float: left;
	padding: 10px 40px 20px 40px;
	width: 718px;
}


/* --- PARAGRAPH --- */

#contents p {
	line-height: 18px;
	margin: 15px 0px 15px 0px;
	text-align: justify;
}

#contents p.clear {
	clear: both;
	padding-top: 8px;
}

/* --- HEADERS --- */

#contents h1 {
	border-bottom: solid 1px #cdb57c;
	color: #303030;
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 45px;
	padding-bottom: 2px;
}

#contents h2 {
	border-bottom: solid 1px #cdb57c;
	clear: both;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-bottom: 2px;
}


/* --- IMAGES --- */

#contents img.floatleft {
	background-color: #ffffff;
	border: solid 5px #f1e2cb;
	float: left;
	margin: 3px 17px 0px 0px;
	padding: 1px;
}

#contents img.floatright {
	background-color: #ffffff;
	border: solid 5px #f1e2cb;
	float: right;
	margin: 3px 0px 0px 17px;
	padding: 1px;
}


/* --- LISTS --- */

#contents ul {
	line-height: 22px;
	list-style-type: disc;
	margin: 20px 0px 20px 18px;
}

#contents ul li ul {
	line-height: 22px;
	list-style-type: disc;
	margin: 5px 0px 5px 15px;
}

/* --- MISC --- */

#contents strong.red {
	color: #e35500;
	font-weight: bold;
}