	body
	{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color: #bf4804;
	}
	
	a:link {color: #721F0D; text-decoration: none;}
	a:visited {color: #721F0D; text-decoration: none;}
	a:hover {color: #721F0D; text-decoration: underline;}
	a:focus {color: #721F0D; text-decoration: none;}
	a:active {color: #721F0D; text-decoration: none;}
	
	.plim {color: white; text-decoration: underline}	
	a.plim:link {color: white; text-decoration: underline;}
	a.plim:visited {color: white; text-decoration: underline;}
	a.plim:hover {color: white; text-decoration: underline;}
	a.plim:focus {color: white; text-decoration: underline;}
	a.plim:active {color: white; text-decoration: underline;}
	
	.plam {color: #F18704; text-decoration: underline}	
	a.plam:link {color: #F18704; text-decoration: underline;}
	a.plam:visited {color: #F18704; text-decoration: underline;}
	a.plam:hover {color: #F18704; text-decoration: underline;}
	a.plam:focus {color: #F18704; text-decoration: underline;}
	a.plam:active {color: #F18704; text-decoration: underline;}
	
	#frame
	{
	width: 850px;
	height: 525px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -264px;
	border: 2px solid #F4BE1D;
	}
		
	#img
	{
	width: 325px;
	height: 525px;
	background-image: url(images/fotolia_18490374_S.jpg);
	background-position: right;
	position: absolute;
	right: 0pt;
	}
	
	#header
	{
	width: 325px;
	height: 100px;
	position: absolute;
	left: 0pt;
	border-top: 50px solid #721F0D;
	border-right: 100px solid #721F0D;
	border-bottom: 0px solid #721F0D;
	border-left: 100px solid #721F0D;
	}
	
	#content
	{
	width: 325px;
	height: 425px;
	position: absolute;
	top: 0px;
	background-color: #721F0D;
	border-top: 50px solid #721F0D;
	border-right: 85px solid #721F0D;
	border-bottom: 50px solid #721F0D;
	border-left: 100px solid #721F0D;
	padding-right: 15px;
	font-family: Times;
	font-size: 10pt;
	word-spacing: 1px;
	line-height: 18pt;
	color: white;
	overflow: auto ;
	}
	
	p:first-letter
	{
	padding-right: 3px;
	font-size: 300%;
	color: #F18704;
	}

	#navi
	{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 200px;
	left: -61px;
	background-color: #F28705;
	padding: 10px;
	border: 2px solid #F4BE1D;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	text-align: left; color: #721F0D;
	font-family: Helvetica;
	font-size: 9pt;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	z-index: 1
	}