#menuright
{
	float: right;
	width: 130px;
	padding-bottom: 24px;
	padding-left: 12px;
}
h1
{
	font-size: x-large;
	text-align: right;
}
h2
{
	font-size: medium;
	text-align: center;
}
p
{
	font-size: small;
	text-align: justify;
}
h1, h2, p, h3
{
	font-family: verdana;
}
h3
{
	padding-top: 12px;
	text-align: center;
}
.inc1
{
	width:110px;
	height:80px;
	float:left;
}
.inc2
{
	width:120px;
	float:left;
}
.inc3
{
	width:360px;
	float:left;
	text-align:center;
}
#photo
{
	width:448px;
	padding: 0px 24px 0px 24px;
    position: fixed;
	top: 150px;
	left:0;
	height:500px;
	clear: none;
}
.plaque 
{
	font-size: 8px;
	width:376px;
	font-style: italic;
	border:double medium #000000;
	background-color:#FFFFFF;
	margin-left:12px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#content
{
	background: #fff8dc;
	top: 150px;	
	position: absolute;
	overflow: hidden;
	left:448px;
	margin-right: 24px;
}
