body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}

p, li {
	color: #999999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	font-weight: normal;
	color: #99CC00;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2em;
	padding-bottom: 0.2em;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
}

a {
   outline: none;
}

a:link, a:active {
	text-decoration: underline;
	color: #A5C721;
}
a:visited {
	color: #E4E4E4;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}

#mastheadbackground {
	background-image: url(images/masthead.jpg);
	background-repeat: repeat-x;
	height: 216px;
}

#mastheadwrapper {
	width: 960px;
	background-image: url(images/chartreuse.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 216px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	height: 181px;
	width: 365px;
	margin-left: 30px;
	padding-top: 34px;
}

#enter {
	background-image: url(images/enternew.jpg);
	background-position: center center;
	height: 77px;
	background-repeat: no-repeat;
	font-size: 1.4em;
	padding-left: 365px;
	margin-top: 30px;
	clear: both;
}

#enter a {
	color: #CCCCCC;
	text-decoration: none;
	line-height: 77px;
}

#enter a:hover {
	color: #FFFFFF;
	text-decoration: blink;
}

#contentbackground {
}

#contentwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#homebanner {
	background-image: url(images/gallery.jpg);
	height: 175px;
	width: 910px;
	margin-left: 23px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#aboutbanner {
	background-image: url(images/sign.jpg);
	height: 157px;
	width: 895px;
	margin-left: 34px;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-position: center;
	padding-bottom: 20px;
}
#contactbanner {
	background-image: url(images/window.jpg);
	height: 171px;
	width: 905px;
	margin-left: 33px;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: center;
	padding-bottom: 30px;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#content p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.halfcontent {
	float: left;
	width: 50%;
}
.fullcontent {
	clear: both;	
}
.heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	padding-bottom: 0px;
	padding-left: 20px;
}
 
.lightfont {
	color: #CCCCCC;
}

.whitefont {
	color: #FFFFFF;
}

.orangefont {
	color: #FF9900;
}

.greenfont {
	color: #99CC00;
}

.thumbnail {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}
.thumbnailartist {
	height: 120px;
	width: 25%;
	float: left;
}
.thumbnailartist p {
	font-size: 13px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.artwork {
	background-color: #FFFFFF;
	float: left;
	height: 480px;
	width: 400px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	text-align: center;
}

img.rightimg {
	float: right;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 100px;
}
img.leftimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
img.centerthumbnail {
padding-top: 15px;
}

img.centerartwork {
padding-top: 50px;
}
img.adimage {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clearfloats {
	clear: both;
	line-height: 0px;
	color: #333333;
}
#map {
	clear: both;
	margin-left: 20px;
}
#footer {
	text-align: center;
	font-size: 0.7em;
	background-color: #212121;
	padding-bottom: 25px;
	padding-top: 15px;
	clear: both;
}

#footer p {
	padding: 2px;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}

