
html {
	margin:0;
	padding:0;
	height:100%;
}



body {
	width:100%;
	background:#654;
	height:100%;
	margin:0;
	padding:0;
	font-family:  Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size: 11pt;
	background: #5A8A62;

}

h1 {
	font-size:1.5em;	
	
}
#outer {
	position:relative;
	margin: 0 auto;
	width:788px;
	background-color:transparent;
	height:100%;
}

#header, #nav, #mid-nav, #content, #footer {
	width:788px;
}

img {
	border:none;
}

#header { 
	background-image: url('backgrounds/background-banner.jpg');
	background-repeat:no-repeat;
	height:162px;
	border-bottom:2px solid black;
}

#nav {
	height:34px;
	background-image: url('backgrounds/background-top.jpg');
	background-repeat:no-repeat;

}
	
#navlist {
	margin:0;
	padding:5px 0 5px 6px;
	text-align:center;
}
.note {
	margin-left:140px; 
	font-style:italic;
	font-size:0.8em;
}
#navlist li {
	display:inline;
	list-style-type:none;	
	padding:11px;
	
}

#mid-nav {
	padding-top:1px;
	height:25px;
	background-image: url('backgrounds/background-middle.jpg');

}

legend {
	color:#000;
	border:2px groove #fff;
}

#content {
	background:#fff  url('backgrounds/background-bottom.jpg') top left;
}

#content-inner {
	overflow:auto;	
	width:777px;
	padding:5px;
	color:#444;
	height: 400px;
}

#footer {
	position:relative;
	bottom:0;
	left:0;
	border-top:2px dotted black;
	height: 30px;
	background-color:white;
	text-align:center;
}

#nav a, #home-link a {
	font-size:12pt;
	font-family: "Arial Black", arial, tahoma, sans-serif;
	font-weight:normal;
	color: #444;
	text-decoration:none;
}

#home-link {
	width:170px;
	float:right;
	text-align:center;	
}

#mid-nav span.cp {
	font-size: 10pt;
	color:#444;
}

a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:green;

}

#content a {
	color:#444;		
}

#content a:hover {
	color:#091;
}

#nav a:hover, #home-link a:hover {
	color:white;
}


table.threecol td {
	text-align:center;
	padding:5px;
}
table.twocol th, table.twocol td {
	text-align:left;
	padding:3px 15px;	
	
}

#admin {
	margin-left:150px;

}

table img {
	border: 1px solid black
}
table table img {
	border: none;
}

table.gallery {
	text-align:center;
	margin:15px auto;	
	width:96%;
}
table.gallery td {
	text-align:center;
	vertical-align:top;
}

table.gallery table {
	margin: 0 auto;
	width:90%;
}

table.singlePainting {
	margin: 10px auto;
	width:90%;
}

table.singlePainting td {
	text-align:center;
}

span#admin a {
	font-size:12pt;
	color:#333;
}

span#admin a:hover {
	color:#fff;
}

/** Form stuff **/

fieldset.formField br {
	clear:left;
}

fieldset.formField input {
	display:block;
	width:160px;
	float:left;
}
	
fieldset.formField label {
	display:block;
	width:140px;
	float:left;
	text-align:right;
	font-size:0.8em;
	margin: 13px 2px;
}

fieldset.formField input, 
fieldset.formField select, 
fieldset.formField textarea {
	margin:10px 2px;
}


fieldset.formField .override {
	display:inline;
	width:auto;
	float:none;
	margin:auto;
}


	
	
