body {
 	background: #ffff99;
/*
	background: #cccccc url("images/background4.gif");
*/
	font-family: arial, times, serif;
	font-size: 80%;
}

#container {
	width: 750px;
	border: 1px #666666 solid;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#header {
	width: 750px;
	height: 113px;
	background: url("../old_gallery.php_files/images/header2.png");
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #257815;
	border: none;
	border-bottom: 1pt #257815 dotted;
}

a:hover, a:active {
	color: #920000;
	border-bottom: 1pt #920000 dotted;
}



#nav {
	background: #E6DDD4;
	border-top: 1pt #E6DDD4 solid;
	padding-bottom: 2pt;
}


#nav ul {
	list-style: none;
	margin: 4px;
	text-align: center;
}

#nav li {
	display: inline;
	padding-right: 20px;
	margin:0;
}

#nav a {
	text-decoration: none;
	white-space: nowrap;
}

#nav a:link, #nav a:visited {
	color: #257815;
	border: none;
}

#nav a:hover, #nav a:active {
	color: #133c0b;
	border-bottom: 1px #133c0b dotted;
}

#nav li a.current {
	color: #920000;
	border-bottom: 1px #920000 solid;
	font-weight: bold;
}

#main {
	width: 750px;
	background: #ffffff;
	padding-bottom: 12px;
	padding-top: 6px;
}

h1 {
	text-align: left;
	margin: 0 12px 0 24px;
	color: #920000;
	font-variant: small-caps;
	font-size: 150%;
}

h2 {
	text-align: left;
	margin: 12px 48px 0 48px;
	color: #666666;
	font-size: 110%;
	border-top: 1pt #666666 dotted;
	padding-top: 4px;
	clear: both;
}

ul {
	list-style: none;
}

ul.bullets {
/*
	list-style-image: url("images/bullet.png");
*/
	list-style-type: circle;
	margin-left: 36px;
	margin-right: 48px;
}

ul.bullets li {
	line-height: 1.5em;
}

li {
	margin-left: 48px;
}

p {
	margin: 12px 48px 0 48px;
	line-height: 1.4em;
}

hr {
	clear: both;
	visibility: hidden;
	height: 0;
}

.floatRight {
	float: right;
	margin-left: 12px;
}

.floatLeft {
	float: left;
	margin-right: 12px;
}

.inline {
	display: inline;
}

.quotation {
	font-style: italic;
	padding: 12px;
}

.clear {
	clear: both;
	height: 0;
}

#footer {
	color: #ffffff;
	width: 750px;
	background: url("../old_gallery.php_files/images/footer.gif");
	background-repeat: repeat-y;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
}
	
#footer a {
	text-decoration: none;
	color: #ffffff;
	padding: 12px 12px 12px 0;
	border-bottom: none;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	color: #ffff00;
}

.tagline {
	color: #000000;
}
	
#contactTable {
	margin: 0 24px 0 48px;
}

#contactTable .caption {
	font-style: italic;
	color: #666666;
}
