﻿#content {
	width: 100%;
	margin: 0px auto;
	background: #000066
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #000066;
}
body {
	min-width:100%;
	margin: 0px auto;
	background: #000066;
	font: bold 11px Times New Roman;
}
.header {
	background: #000066 url(../images/header1.jpg) no-repeat center center;
	height: 200px;
}
.copy {
	color: #FFFFFF;
	text-align: center;
	background: #000066;
	padding: 3px 3px 3px 10px;
	font-size: 10px;
}
.nav {
	text-align:center;	
	height: 10px;
	background: #000066 center center;
	border-bottom: 2px solid #000066;
}
.new_aboutus {
	background: #000066 url(../images/aboutus.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_contactus {
	background: #000066 url(../images/contactus.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_articles {
	background: #000066 url(../images/articles.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_gallery {
	background: #000066 url(../images/gallery.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_guestbook {
	background: #000066 url(../images/guestbook.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_exhibitions{
	background: #000066 url(../images/exhibitions.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}
.new_links {
	background: #000066 url(../images/links.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 121px;
	float: right;
}

.home {
	background: #000066 url(../images/home.gif) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 130px;
	float: right;
}
.home:hover {
	background: #000066 url(../images/home.gif) no-repeat 0px -37px;
}
.new_contactus:hover {
	background: #000066 url(../images/contactus.gif) no-repeat 0px -37px;
}
.new_aboutus:hover {
	background: #000066 url(../images/aboutus.gif) no-repeat 0px -37px;
}
.new_articles:hover {
	background: #000066 url(../images/articles.gif) no-repeat 0px -37px;
}
.new_gallery:hover {
	background: #000066 url(../images/gallery.gif) no-repeat 0px -37px;
}
.new_guestbook:hover {
	background: #000066 url(../images/guestbook.gif) no-repeat 0px -37px;
}
.new_links:hover {
	background: #000066 url(../images/links.gif) no-repeat 0px -37px;
}
.new_exhibitions:hover {
	background: #000066 url(../images/exhibitions.gif) no-repeat 0px -37px;
}
.in {
	background: #000066 ;
	color: #FFFFFF;
	padding: 10px;
}
