BODY {

	background-color : #FFFFFF;

	margin : 0px;

	padding: 30px 30px 0px 30px;

	background-image : url(../imgs/background.gif);

}



.page {

	background-color: #FFCCCC;

	width: 740px;

	height: 660px;

	padding: 0px;

	margin: 0px;

	border-bottom: 20px solid #51260B;

}



.header {

	background-image : url(../imgs/header.gif);

	height: 70px;

	width: 740px;

	background-repeat : no-repeat;

	background-position : top;

	background-color : #51260B;

	margin : 0px 0px 30px 0px;

	padding : 0px;

}



.header p {

	display: none;

}



.navigation {

	border-top: 1px solid #FEB7B7;

	position: absolute;
	top: 120px;
	left: 30px;

	width: 125px;

	height: 500px;

	margin-right: 20px;

	background-image : url(../imgs/navigation_illustration.gif);

	background-position : bottom;

	background-repeat : no-repeat;

}



.navigation a {

	display: block;

	width: 125px;

	border-right: 1px solid #FEB3B3;

	border-bottom: 1px solid #FEB3B3;

	color: #51260B;

	background-image : url(../imgs/button.gif);

	background-repeat : repeat-x;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10pt;

	background-position : bottom;

	padding: 0 0 2px 5px;

}



.navigation a:hover {

	font-weight: bold;

}



.content {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #51260B;

}

	

.content .text {

	position: absolute;
	top: 120px;
	left: 200px;
	width: 190px;

}



.content .text a {

	color: #51260B;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10pt;

}

.content .text a:hover {
	font-weight: bold;
}



.content .images {

	float: right;

	width: 385px;

	height: 400px;

	text-align: center;

	background-image : url(../imgs/image_decoration.gif);

	background-position : top;

	background-repeat : no-repeat;

	padding: 20px;

}



.content .images .image {

	margin: 5px 0px;

}



.footer {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10pt;

	color: #51260B;

	text-align: center;

	position: absolute;
	top: 635px;
	left: 30px;

	width: 740px;

	padding-bottom: 10px;

}