#startpage {
	float:left;
    display:inline;
    background-color:#FFF;
 	margin-bottom:10px;
    width:587px;
}

#startpage .title {
 	margin-left:7px;
    margin-top:8px;
}

#startpage .subtitle {
 	margin-left:7px;
    margin-top:3px;
}

#startpage .title p {
 	font-family:Georgia,Times,serif;
	font-size:1.32em;
    line-height:1.15em;
    color:#000000;
}

#startpage .subtitle p {
 	font-family:Georgia,Times,serif;
	font-size:0.93em;
    line-height:1.19em;
    color:#000000;
}

#startpage .content {
	float:left;
    display:inline;
	width:587px;
	background-color:#FFFFFF;
}