body {
	font-family: arial;
	background: #ffffff;
}

h1 {
	color:#787878;
	font-size: 30px;
}

p {
	color:#787878;
	font-size: 12px;
}

a {
    color: #787878;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#flash_background {
    margin: auto;
    width: 1000px;
	position: absolute;
	z-index: -1;
}

#site_content {
    margin: auto;
	position: absolute;
	z-index: 1;
	margin: -900px 0px 0px 0px;
}

#inside_wrapper {
	width: 600px;
	height: 400px;
	background: #ffffff;
	border: 3px solid;
}


#wrapper {
	width: 910px;
	height: auto;
	margin: auto;
}

#spoon_side {
	background: #ffffff url(../images/spoon_small.gif) top left no-repeat;
	width: 96px;
	height: 471px;
	padding: 0;
	margin: 0;
	float: left;
}

#middle {
	width: 370px;
	float: left;
}

#text_side {
	width: 353px;
	height: auto;
	padding: 0px 10px 10px 10px;
	margin: 0;
	float: left;
}

#navbar_holder {
	width: 910px;
	margin: auto;
}

#navbar {
	float: right;
	padding-right:63px;
}

#navbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	float:left;
	padding:0px 10px 0px 10px;
	font-size:12px;
}

#contact_box {
    padding: 50px 0px 0px 0px;
    float: left;
    width: 373px;
}

#art_thumbs {
	width: 360px;
	float: left;
}

#art_thumbs ul{
    list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height:90px;
}

#art_thumbs li{
	margin: 0;
	padding: 0;
	float: left;
	width: 90px;
}

#art_thumbs a{
	float: right;
	font-size: 11px;
}

#mosaic {
	width: auto;
	height: auto;
}

#mosaic img{
	width: 90px;
	height: 90px;
	float: left;
}

#header {
	background: #000000;
	height: 40px;
	margin: 6px -10px 10px -10px;
}

#footer {
	background: #000000;
	height: 40px;
	margin: 10px -10px 10px -10px;
}

#logo {
	margin: auto;
	width:910px;
}
