body
{
	background: #3968A3;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	text-align: center;
	font: 13px/20px verdana;
	color: #000;
	padding: 0px;
}

#container
{
	padding: 0px;
	width: 720px;
	margin: auto;
	height: 450px;
}

#title
{
	width: 100%;
}

#left
{
	background-image: url(pics/middle.jpg);
	font: 10px/20px verdana;
	font-weight: bold;
	float: left;
	width: 150px;
}

.right
{
	float: left;
	width: 570px;
	color: #000;
}

.box
{
	text-align: left;
	padding: 20px;
}

.photoleft
{
	float: left;
	margin: 0px 15px 0px 0px;
	border: 2px solid #000;
}

.photoright
{
	float: right;
	margin: 0px 0px 0px 15px;
	border: 2px solid #000;
}

.photoborder
{
	border: 2px solid #000;
}


.box a {color:#1F7291;}

.buttonscontainer {width: 150px;}

.buttons a
{
	color: #000;
	background-color: #DFDFDF;
	padding: 6px;
	padding-left: 6px;
	display: block;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.buttons a:hover
{
	background-color: #878585;
	text-decoration: none;
	color: #FFFFFF;
}