@charset "utf-8";
body {
	padding: 0px;
	background-image: url(../images/background.jpg);
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #333;
	padding: 0px;
}
#content {
	width: 752px;
	margin: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#content a, #content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	color: #C30;
}

#content a:hover {
	text-decoration: none;
	color: #C30;
	background-color: #FFE6CC;
}

#footer {
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-top: 25px;
}

.photoborderright {
	padding:5px;
	border:1px solid #cbcbcb;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 15px;
}
.photoborder {
	padding:5px;
	border:1px solid #cbcbcb;
	background-color: #FFFFFF;
}

