#container {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/robyn_01.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 805px;
}
#bdy_container {
	background-image: url(../images/robyn_02.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 805px;
}
#navbar {
	float: left;
	height: 246px;
	width: 121px;
	margin-top: 20px;
	margin-left: 10px;
}
#content {
	float: right;
	width: 580px;
	margin-top: 30px;
	margin-right: 40px;
}
#ftr_container {
	background-image: url(../images/robyn_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 73px;
	width: 805px;
}
#footer {
	float: right;
	height: 25px;
	width: 350px;
	margin-top: 48px;
	font-size: 9pt;
	color: #6F67C5;
}
.h1 {
	font-family: Calibri, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #7030A0;
	font-style: normal;
}
.h2 {
	font-family: Calibri, Arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #8630A0;
	text-align: left;
}
.h3 {
	font-family: Calibri, Arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #333;
}
.p {
	font-family: Calibri, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
}
