html {
	
}

body {
	height: 100%;
	width:100%;
	margin: 0;
 	padding:0;
	/*background-color:#85a9e6; /*hunter sky*/
	/*background-color:grey;*/
	
	background-image:url('images/water-bg.gif');/*atlantean background*/

}
p {font-family: Garamond, Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #660000;
	margin-left: 3px;
	margin-right:3px;
	vertical-align:top;
	}
h1 {font-family: Garamond, times, serif; 
	font-size: 18px; 
	line-height: 20px; 
	color: #003399;
	text-decoration: none;
	}
	
h2 {font-family: Garamond, times, serif; 
	font-size: 24px; 
	line-height: 25px; 
	color: #660000;
	text-decoration: none;
	}

td, th {
	font-family: Garamond, times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #660000;
}

div.wrapper {text-align:center;
	height:100%;
	
	/*background-image:url('images/landscape-bg.png');/*Hunter background*/
	/*background-repeat:repeat-x;
	background-position:left bottom;*/

}

.center {text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	}
	
div.main {width:800px;
	min-height:450px;
	border-width:7px; 
	border-style: solid;
	border-color: #660000;
	background-color: white; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 3px;
	position:relative;
	-moz-box-shadow: 0px 6px 25px -2px #000529; /* Firefox 3.6 and earlier */
-webkit-box-shadow: 0px 6px 25px -2px #000529; /* Safari and Chrome */
box-shadow: 0px 6px 25px -2px #000529;
	
	}
div.nav {width:800px;
	border-width:7px; 
	border-style: solid;
	border-color: #660000;
	background-color: white; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 3px;
	-moz-box-shadow: 0px 6px 25px -2px #000529; /* Firefox 3.6 and earlier */
-webkit-box-shadow: 0px 6px 25px -2px #000529; /* Safari and Chrome */
box-shadow: 0px 6px 25px -2px #000529;
	}
	
.sidemenu {width:100px;
	vertical-align:top;
	text-align:left;
	}
.content {width:795px;
	min-height:500px;
	}
.artdescription {
	text-align:left;
	}


.art {
	border-width: 1px;
	border-style: solid;
	border-color: #333399;
	text-align: center;
	vertical-align:top;
	margin-left:auto;
	width: auto;
	}
img {
	border: none;
	}
a.menu {
	font-family: Times, times, serif;
	font-size: 24px;
	line-height: 25px;
	color: #660000;
	margin-left: 20px;
	margin-right:20px;
	vertical-align: bottom;
	text-align: center;
	text-decoration:none;
	
	 }
a.menu:link {text-decoration:none; color: #660000;font-size: 24px;line-height: 25px;}
a.menu:visited {text-decoration:none; color: #660000;font-size: 24px;line-height: 25px;}
a.menu:hover {color: #003399;font-size: 28px;text-decoration:none;}
a.menu:active{}

a:link{color: #003399;text-decoration:none;font-size: 14px;line-height: 15px;font-family: Garamond, times, serif; }
a:visited{color: #003399;text-decoration:none;font-size: 14px;line-height: 15px;font-family: Garamond, times, serif; }
a:hover{text-decoration:underline;font-family: Garamond, times, serif; }
a:active{}

.projectsimages {
	width:200 px;
	text-align:right;
	padding-bottom:10 px;
	padding-right:10 px;
	margin-bottom:20 px;	
}
.projectstext {
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	padding-bottom:20px;
	
}
	
.bottom {
	verical-align: bottom;
	padding-top:30px;
	bottom:3px;
	text-align: center;
	text-decoration:none;
	left:auto;
	right:auto;
	width:100%;
	position:absolute;

}

.clear {
	clear:both;
}

