body {
	text-align: center;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 760px;
	margin: 10px auto;
	border: 2px solid #5b0101;
	background-color: white;
}
#welcome {
	width: 100%;
	height: 55px;
	background-color: #e5e5e5;
	padding: 0;
	margin: 0;
	text-align: left;
	
}
#welcome h1 {
	line-height: 55px;
	font-size: 48px;
	padding: 0 0 0 35px;;
	margin: 0;
	color: #5b0101;
	font-weight:normal;
}
#header {
	width: 100%;
	height: 134px;
	margin: 0;
	padding: 0;
	
}

#nav {
	width: 100%;
	height: 39px;
	background-color: #5B0101;
	clear: both;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 30px;
}
#nav ul li {
	display: block;
	line-height: 39px;
	float: left;
}
#nav ul li a {
	padding: 0 15px;
}
#nav ul li a:link, #nav ul li a:visited{
	display: block;
	color: #EFC648;	
	text-decoration: none;
}
#nav ul li a:hover {
	background:  url("../images/arts_04.gif") repeat-x;
	color: white;
}

#main {
	width: 740px;
	text-align: left;
	padding: 8px 10px;
	background-image:  url("../images/artWithTongs.gif") no-repeat;
	background-position: bottom right;
}
.outlined {
	border: 2px solid #5B0101;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #5B0101;
	color: white;
	height: 30px;
	line-height: 30px;
	clear: both;
}
#main h1 {
	color: #5B0101;
	font-size: 18px;
	font-weight: bold;
}
#main h2 {
	color: #5B0101;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.right {
	float: right;
	margin: 0 0 8px 8px;
}
.left {
	float: left;
	margin: 0 8px 8px 0;
}
.underlineText {
	text-decoration: underline;
}
.menuImage {
	height: 200px;
	width: 175px;
	border: 2px solid #5B0101;
	background-color: #5B0101;
	margin-bottom: 10px;
}
.menuImage h3 {
	line-height: 25px;
	background-color: #5B0101;
	color: #EFC648;
	font-size: 12px;
	font-style: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}
