html, body, p {
	color:#000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	margin:2px;
	padding:2px;
	background:#000;
}

p {
	background:#FFF;
	color:#000;
}


h1 {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

h2 {
	color: #000;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	margin: 2px 0px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}

h3 {
	font-size: 14px;
}

a,a:link,a:visited {
	color:#C00;
	text-decoration:none;
}
a:hover, a:active {
	color:#F00;
	text-decoration:underline;
}

.text a:link {text-decoration: none; color: #C00}
.text a:visited {text-decoration: none; color: #C00}
.text a:active {text-decoration: none; color: #C00}
.text a:hover {text-decoration: none; color: #F00}

.img a:link {text-decoration: none; color: #000}
.img a:visited {text-decoration: none; color: #000}
.img a:active {text-decoration: none; color: #000}
.img a:hover {text-decoration: none; color: #000}

.right a, .right a:link, .right a:visited, .right a:active { 
	text-decoration: none;
	color: #C00; 
	text-align: right;
}
.right a:hover { color: #F00; }

.red { color:#F00; }
.bold { font-weight:bold; }

form { margin: 0px 0px; }
input, textarea {	
	border:1px solid #000;
	font:10px Verdana,Helvetica,Arial,sans-serif;
	padding:1px;
	cursor:text;
}
input:hover,textarea:hover {
	background:#EEE;
}
input.submit {
	background:#CCC;
	font-size:120%;
}
input.submit:hover {
	background:#AAA;
	cursor:pointer;
}

ul { list-style-type:none; }

hr { width:350px; }
hr.searchPage {	width:800px; }

img { border:0px; }

.left { float:left; }
.right { float:right; }

.text {	text-align: justify; }

#container {
	width:800px;
	background:#FFF;
}

#container.popup {
	width:90%;
	padding:10px;
}

#home_background {
	width:100%;
	height:300px;
	background:transparent url(web_images/home.jpg) no-repeat center center;
}

/*table.banner {
	width:800px;
	margin-left:-3px;
}*/

#banner {
	width:800px;
	margin:0px;
	padding:0px;
	background:#000;
}

/*table.menubar {
	background-image:url(but_bg.gif);
	border:0px;
	spacing:0px;
	padding:0px;
	width:800px;
	margin:2px 0px 0px 0px;
}*/

#menubar, .menubar {
	display:block;
	margin:0px;
	padding:0px;
	background:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#menubar ul, .menubar ul {
	list-style-type:none;
	width:100%;
	height:18px;
	margin:0px;
	padding:3px 0px 2px 0px;
	background-image:url(but_bg.gif);
}

#menubar li, .menubar li {
	display:inline;
	float:left;
	margin-left:95px;
	padding:0px;
}

#body #menubar li, #body .menubar li {
	margin-left:75px;
}

#menubar a, #menubar a:link, #menubar a:visited, #menubar a:active,
.menubar a, .menubar a:link, .menubar a:visited, .menubar a:active {
	font-size:12px;
	text-align:center;
	color:#ffffaa;
	font-weight: normal;
	text-decoration: none;
}

#menubar a:hover,
.menubar a:hover {
	color:#ffff00;
}

#searchbar {
	clear:both;
	display:block;
	width:800px;
	margin:0px;
	padding:0px;
}

#searchbar form {
	float:right;
	margin:5px;
	margin-left:0px;
}

#searchbar h2 {
	border:0px;
	float:left;
	margin:5px;
}

#body {
	padding:10px;
}

#body.bio {
	min-height:300px;
}

* html #body.bio {
	height:300px;
}

.bio p {
	font-size:12px;
	line-height:2.5ex;
}

#body.contact {
	padding:10px;
	min-height:325px;
}

* html #body.contact {
	height:325px;
}

table.enlarge {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

td.enlarge {
	color: #F0F;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

td.enlargeActive {
	color: #F0F;
	border-color: #FFFF00;
	border-width: 2px;
	border-style: solid;
}

table.searchresult {
	width:100%;
	padding:5px;
	font-size:11px;
}


td.searchresultBorder {  
	border:1px solid #CCC;
}

td.searchresult { 
	font-size:11px;
}

.searchresult img {
	border:1px solid #EEE;
}

.searchresult img:hover {
	border:1px solid #000;
}

#artifactMenu {
	float:left;
	display:block;
	width:120px;
	height:375px;
	background:transparent url(web_images/verticalMenu_new_white.jpg) no-repeat top left;
}

#gallery {
	float:right;
}

#artifactMenu ul {
	margin:0px;
	margin-top:100px;
}

#artifactMenu li {
	margin:7px;
	margin-bottom:15px;
	text-align:right;	
}

#artifactMenu li a, #artifactsMenu li a:link, #artifactsMenu li a:visited, #artifactsMenu li a:active {
	font-weight:300;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}

#artifactMenu li a:hover {
	font-weight: 600;
}

#footer {
	clear:both;
	display:block;
	height:65px;
	border-bottom:2px solid #A00;
}

#footer p {
	margin:7px 5px;
}