@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 950px;
	margin: auto;
	height: 655px;
}
#header {
	float: left;
	height: 120px;
	width: 950px;
	background-image: url(../images/sophieslogo.png);
}
#header a:link {
	display: block;
	float: left;
	height: 120px;
	width: 250px;
	margin-left: 345px;
}
#header a:hover {
	display: block;
	float: left;
	height: 120px;
	width: 250px;
	margin-left: 346px;
	background-image: url(../images/sophieslogohover.png);
}


#banner {
	float: left;
	height: 260px;
	width: 950px;
	background-image: url(../images/banner.png);
}
#metro {
	width: 950px;
	height: 230px;
	float: left;
	margin-top: 5px;
}
#metromenu {
	width: 950px;
	height: 230px;
	float: left;
}
#menu {
	float: left;
	height: 35px;
	width: 950px;
}
#menutext {
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-weight: lighter;
}
#menutext a:link {
	text-decoration: none;
	font-weight: normal;
	color: #333;
	font-size: large;
	padding-bottom: 1px;
}
#menutext a:visited {
	text-decoration: none;
	color: #333;
}
#menutext a:hover {
	color: #663333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366636;
}
#footer {
	height: 35px;
	float: left;
	width: 950px;
}
#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #333;
	font-size: large;
	padding-bottom: 1px;
}
#footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #639;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366636;
}

#contact {
	float: left;
	height: 210px;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(../images/originals/contact.png);
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#contact a:link {
	display: block;
	height: 210px;
	width: 310px;
}

#contact a:hover {
	background-image: url(../images/originals/timeshover.png);
	display: block;
	height: 210px;
	width: 310px;
}

#times {
	float: left;
	height: 210px;
	width: 310px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(../images/menu/times.png);
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#times a:link {
	display: block;
	height: 210px;
	width: 310px;
}
#times a:hover {
	background-image: url(../images/menu/times.png);
	display: block;
	height: 210px;
	width: 310px;
}

#map {
	float: left;
	height: 210px;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(../images/originals/map.png);
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#map a:link {
	display: block;
	height: 210px;
	width: 310px;
}

#map a:hover {
	background-image: url(../images/originals/maphover.png);
	display: block;
	height: 210px;
	width: 310px;
}
