
/* General
--------------------------------------------------*/

html {
}

body {
	padding: 0;
	margin: 0;
	background-color: #fffeee;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;	color:#672712;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	_font-size: 10px;	
	text-align: center;

}

p {
	font-size: 1em;
}

p.left {
	text-align: left;
}

/* Links
--------------------------------------------------*/	

a {
	color: #672712;
	text-decoration: none;
 	}

a:hover {		
	color: #672712;
	text-decoration: underline;
	}


/* Layout
--------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 760px;
	height: 100%;

	padding: 5px 10px;
}

#head {
	background-image: url(img/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	width: 760px;
	height: 160px;
}

#content {
	width: 740px;
	margin: 10px;
}

#flashcontent {
	height: 750px;
	width: 700px;
	padding: 0;
	margin: 5px auto;
	border: 1px solid #ccc;
}

#foot {
	background-image: url(img/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	
	width: 760px;
	height: 160px;
}
