html { 
	background: url(images/bg.gif);
	font-family: Arial, sans-serif;
	font-size: 72.5%;
}

body { 
	text-align: left;
	width: 925px;
	line-height: 1em;
}

/*  Baseline values for browser consistency */

p, div, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0;	}
img { margin: 0; padding: 0; border: 0;	}
ul { list-style: none;	}

a:link, a:visited, a:active { color: #0E7FC7; text-decoration: none;	}
a:hover { text-decoration: underline;	}

.clear { clear: both; height: 0px; line-height:0;font-size:0px;}
.hide { display:none;}

.textfield { width: 195px;}

.left {float:left}

#flashAnimation{
	width:1px;
	height:1px;
	position:absolute;
	top:54px;
	left:336px;
	background-color:white;
}

#main{
	width:777px;
	height:610px;
	position:absolute;
	top:170px;
	left:118px;
	z-index:1;
}

#menu{
	position:relative;
	top:135px;
	left:-40px;
	height:387px;
}

#nav{
	padding-left:20px;
	height:350px;
}

#menu li a{
	font-family:Georgia;
	font-size:3em;
	color: #5E0000;
	font-variant:small-caps;
	line-height:1.24em;
}

#menu li a:hover{
	text-decoration:none;
	font-weight:bold;
	color: #5E0000;
}

#content{
	width:500px;
	position:relative;
	left:220px;
	top:-210px;
}

#gallerycontent{
	width:500px;
	position:relative;
	left:220px;
	top:-500px;
}

#home #content p{
	margin-top:10px;
	font-family:Georgia;
	font-size:1.2em;
	line-height:1.8em;
}

#contact #content p{
	margin-top:10px;
	font-family:Georgia;
	font-size:1.2em;
	line-height:1.4em;
}

#bio #content p{
	margin-top:10px;
	font-family:Georgia;
	font-size:1.2em;
	line-height:1.8em;
}

#contact textarea, #contact span{
	margin-left:2px;
}

#gallerywrap{
	height:700px;
	overflow:scroll;
	overflow:auto;
}

#footer{
	position:absolute;
	top:785px;
	left:340px;
}

#footer p{
	font-size:1.3em;
	font-family:Georgia;
	font-variant:small-caps;
	font-weight:bold;
	color:#5E0000;
}

.inputLabel{
	font-weight:bold;
}

.thumb{
	padding-right:7px;
	padding-top:20px;
	padding-bottom:0px;
}

.hide{
	text-indent:-1000px;
}

.galthumb{
	background: url(gallery/thumbs/bg.png);
	width:66px;
	height:66px;
	padding:2px;
	margin-left:6px;
	margin-top:6px;
	float:left;
}

.galthumb:hover{
	background: url(gallery/thumbs/bghover.png);
}

fieldset{
	padding:12px;
	
}

legend{
	font-family:Georgia;
	font-size: 1.7em;
	line-height:1.2em;
	color:#5E0000;
}

h1{
	text-indent:-9999px;
}

h2{	
	color:#5E0000;
	margin-top:10px;
	padding-bottom:5px;
	font-family:Georgia;
	font-size: 2.2em;
	font-weight:bold;
}

h3{
	color:#5E0000;
	margin-top:20px;
	padding-bottom:5px;
	font-family:Georgia;
	font-size: 1.6em;
}

input{
	font-family:verdana;
	font-weight:normal;
	padding:5px;
	margin-top:2px;
	border:1px solid #CCC;
}

textarea{
	margin-top:4px;
	font-family: verdana;
	padding:5px;
	border:1px solid #CCC;
}

input:hover, textarea:hover{
	border:1px solid #369;
}
