﻿body {
	font:0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	background: #3c3228;
	text-align: center;
}
#main {
	float: center;
	width: 780px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background: #826e55;

}
#main img {
	border: none;
	float: none;
}
#header {
	float: center;
	width: 780px;
	height: 170px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	padding: 0px 0px 20px 0px;
}
#nav {
	float: right;
	position: relative;
	top: 60px;
	width: 110px;
	height: 8em;
	text-align: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	font-size: 10pt;
	display: block;
	padding: 0.1em 0 0.1em 0.3em;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#nav li a:hover {
	color: #e4daa7;
}
#nav ul ul {
	margin-left: 12px;
}
#nav ul ul li {
	margin:0;
}
#nav ul ul a:link, #nav ul ul a:visited {
	color: #826e55;
}
#nav ul ul a:hover {
	color: #e4daa7;
}

#core {
	float: center;
	postition: relative;
	text-align: center;

}
#core img {
	top: 300px;
	border-top: 1px solid #3c3228;
	border-left: 1px solid #3c3228;
	border-right: 4px solid #3c3228;
	border-bottom: 4px solid #3c3228;
	float: none;
}
#core a:link, #core a:visited {
	color: #ffffff;
}
#res a:link, #res a:visited {
	float: left;
	display: block;
	height: 384px;
	width: 390px;
	background-image: url(res_bw.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#res a:hover {
	background-image: url(res.gif);
	background-repeat: no-repeat;
	color: #e4daa7;
}
#com a:link, #com a:visited {
	float: left;
	display: block;
	height: 384px;
	width: 390px;
	background-image: url(com_bw.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#com a:hover {
	background-image: url(com.gif);
	background-repeat: no-repeat;
	color: #e4daa7;
}
#lim a:link, #lim a:visited {
	float: right;
	display: block;
	height: 384px;
	width: 390px;
	background-image: url(bw_limeandvenetian.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#lim a:hover {
	background-image: url(limeandvenetian.gif);
	background-repeat: no-repeat;
	color: #e4daa7;
}
#mur a:link, #mur a:visited {
	float: left;
	display: block;
	height: 384px;
	width: 390px;
	background-image: url(bw_mural.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#mur a:hover {
	background-image: url(mural.gif);
	background-repeat: no-repeat;
	color: #e4daa7;
}
h1 {
	display: block;
	float: left;
	left: 10px;
	position: relative;
	width: 200px;
	padding: 0.3em 0 0.1em 0.3em;
	background-color: #826e55;
	font-size: 14px;
}
#footer {
	padding-left: 10px;
	clear: both;
	color: #e4daa7;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
hr {
	border: none;
	color: #826e55;
	height: 2px;
	width: 780px;
}