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

/* * * * * * * * * * * PNG IFX  * * * * * * * * * * */
img, div { behavior: url(../resources/iepngfix.htc) }



/* * * * * * * * * * * IN THE BEGINNING  * * * * * * * * * * */
* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg_body.jpg); 	
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
}


/* * * * * * * * * * * HEADER  * * * * * * * * * * */
#header {
	background: url(../images/header.png); 
	height: 306px;
}

#header a {
	display: block;
	width: 385px;
	height: 80px;
	position: absolute;
	top: 190px;
}

/* * * * * * * * * * * MENU  * * * * * * * * * * */
#menu {
	background-color: #f7f5f7;
	height: 50px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-transform: uppercase;
}

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
}

#menu ul li a:hover {
	color: #5c5c5c;
	text-decoration: none;
	background-color: #dbdbdb;
}

#menu ul li.selected a {
	color: #f7f5f7;
	text-decoration: none;
	background-color: #572c0b;
}

/* * * * * * * * * * * CONTENT  * * * * * * * * * * */

#content {
	color: #4c2a0f;
	background: #f8f5e2 url(../images/bg_content.jpg) repeat-x; 	
	padding: 30px 20px;
	min-height: 300px;
}

#content p{
	font-size: 80%;
	padding: 8px 0;
	line-height: 1.6em;
}

#content h1 {
	color: #4c2a0f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-transform: uppercase;
}

#content h2 {
	color: #4c2a0f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

#content a:link,
#content a:visited,
#content a:active {
	color: #4c2a0f;
	text-decoration: underline;
}

#content a:hover {
	color: #4c2a0f;
	text-decoration: none;
}

/* * * * * * * * * * * FOOTER  * * * * * * * * * * */

#footer {
	background: url(../images/bg_footer.jpg); 
	height: 50px;	
	color: #f8f5e2;
	font-size: 70%;
	padding: 5px 20px;
	text-align: right;
}


