body
	{
	background-color: #E3A42F;
	margin: 0 auto;
	color: #F2E8B6;

			font-family: Tahoma, Geneva, sans-serif;

			font-size: 10pt;


	}
	
#header{
	background-image: url(images/main_01.jpg);
	background-repeat: no-repeat;
	width: 762px;
	height: 464px;
}

#navigation{
	background-color: #e5ab3e;
	margin-top: -60px;
	width: 200px;
	left: 10px;
	position: absolute;

	
}

#navigation a{

		font-family: tahoma;
		font-size: 8.5pt;
		float: left;
		display: block;
		width: 46%;
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 2px;
		text-decoration: none;
		text-align: center;
		border-bottom: 1px dashed #fff;
		color: #FBDA8B;
}

#navigation a:hover{

		font-family: tahoma;
		font-size: 8.5pt;
		float: left;
		display: block;
		width: 46%;
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 2px;
		text-decoration: none;
		text-align: center;
		border-bottom: 1px dashed #fff;
		color: #E3D8A2;
}

#navigation h1{
	font-family: Century Gothic;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	color: #FEF4B6;
}

#main{
	width: 450px;
	float: left;
	position: absolute;
	left: 220px;
	margin-top: -120px;
}

p{
	color: #F2E8B6;
	font-family: georgia;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main h1{
	color: #FBDA8B;
	font-family: Georgia;
	font-size: 16pt;
	font-style: italic;
	text-transform: lowercase;
}

h2{
	color: #fff;
	font-family: Times New Roman;
	font-size: 16pt;
	font-weight: none;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 3px;
}

#main h1:first-letter{
	color: #FDF2B4;
	font-family: Georgia;
	font-size: 16pt;
	font-style: italic;
	text-transform: uppercase;
}

#main a{
	color: #F7BF5E;
	font-family: tahoma;
	font-size: 10pt;
	text-transform: lowercase;
	text-decoration: none;
}

#main a:hover{
	color: #E4D9A3;
	font-family: tahoma;
	font-size: 10pt;
	text-transform: lowercase;
	text-decoration: none;
}


b, strong	{	color: #D8882F;	}

i, em  {	color: #fff;	}

.p{
	float: left;
	background-color: #e5ab3e;
	width:430px;
	border-left: 5px solid #FBDA8B;
	padding-right: 15px;
	margin-bottom: 20px;
}
