﻿#website_container{
	margin: 0px auto;
	padding: 1px;
	width: 750px;
	background-color:#990134;
	font-family: Arial;
	font-size: small;
}


#menubar{
	width: 750px;
	height: 20px;
	font-family: Arial;
	font-size: small;
	background-color:#990134;
}

#logobar{
	width: 350px;
	height:100%;
	float:left;
	font-family: Arial;
	font-size: small;
	background-color: WHITE;
}


#content{
	width: 350px;
	height:100%;
	float:left;
	font-family: Arial;
	font-size: small;
	background:url('../images/SYBackOpening.gif') no-repeat;
	background-color: WHITE;

}


#photo{
	margin: 0px auto;
	width: 399px;
	margin-left: 350px;
	margin-right: 1px;
	font-family: Arial;
	font-size: small;
	background-color: WHITE;

}



