/*-------------------------------------------------------------------------------------------*/

body {
	background-color: #FFF39C;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	color: #66002C;
}

body a {
	color: #FF7090;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*/

#Header {
	width: 640px;
	height: 160px;
}

/*-------------------------------------------------------------------------------------------*/

#Content {
	position: static;
	width: 100%;
	overflow: hidden;
	background: #FFFBCB;
	padding-bottom: 50px;
}

/*-------------------------------------------------------------------------------------------*/

#Page {
	float: left;
	position: static;
	width: 72%
}

#Page h1 {
	padding-left: 20px;
	padding-right: 20px;
	color: #B5360B;
}

#Page h2 {
	padding-left: 20px;
	padding-right: 20px;
	color: #B5360B;
}

#Page h3 {
	padding-left: 20px;
	padding-right: 20px;
	color: #B5360B;
}

#Page p {
	padding-left: 20px;
	padding-right: 20px;
}

/*-------------------------------------------------------------------------------------------*/

#Sidebar {
	float: right;
	position: static;
	width: 28%;
	margin-top: 20px;
}

#Sidebar li {
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 5px;
}

#Sidebar a {
	padding-right: 25px;
}

/*-------------------------------------------------------------------------------------------*/

#Footer {
	position: relative;
	border-top: 1px solid gray;
	text-align: center;
	font-size: 0.8em;
	color: gray;
}

#Footer img {
	border: 0;
}

/*-------------------------------------------------------------------------------------------*/
