@charset "UTF-8";
/* CSS Document */

@import url("../main.css");

#LeftMenu {
	float: left;
	height: 525px;
	width: 300px;
	margin-left: 2px;
	background-image:url(../../images/Background_LeftMenu_large.png);
	background-repeat: no-repeat;
	background-position:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#RightContent {
	float: right;
	height: 525px;
	width: 690px;
	margin-right: 2px;
	background-image:url(../../images/Background_RightContent_large.png);
	background-repeat:no-repeat;
	background-position:top;
}
#FotoBarry {
	margin-top: 30px;
	margin-left: 25px;
}
h1 {
	text-align:center;
	font-size:16px;
}
p {
	padding:0 20px 20px 20px;
}
#TextRightContent {
	padding:10px 30px 10px 30px;
}