div.menu
{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-top: 1px solid #559;
	border-left: 7px solid #559;
	border-right: 1px solid #559;
	border-bottom: 1px solid #559;
	background: #eee;
	font-size: 13px;
	width: 125px;
	text-align: center;
	padding-top: 10px;
	color: #102d68;
	height: 32px;
}

div.menu_selected
{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-top: 1px solid #559;
	border-left: 7px solid #559;
	border-right: 1px solid #559;
	border-bottom: 1px solid #559;
	background: url('images/menu.jpg') repeat-x;
	font-size: 13px;
	width: 125px;
	text-align: center;
	padding-top: 10px;
	color: #eee;
	cursor: pointer;
	height: 32px;
}

div#main
{
	border-left: 1px solid #559;
	border-right: 1px solid #559;
	position: absolute; 
	left: 50%; 
	width: 800px; 
	margin-left: -400px;
	background: #eee;
}

img#petPhoto
{
	padding-left: 22px;
	padding-top: 22px;
	width: 80px;
	height: 101px;
}

div#petPhotoFrame
{
	width: 125px;
	height: 146px;
	background: url('images/photo_frame.gif') no-repeat;
}