body {
	background-color: #ffe1e3;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
}
#content{
	width: 1181px;
}
div.left-box{
	width:300px;
	float:left;
	padding:10px
}
div.right-box{
	width:841px;
	float:right;
	padding:10px;
}
#menubox{
	position: absolute;
	top: 316px;
	left: 50px;
	width: 200px;
}
#menubox ul{
list-style-type:none;
}
#menubox a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.3em;
	font-size: 22px;
}
#imageholder{
background-image: url(Picture1.jpg); 
background-repeat: no-repeat;
height:700px;
}