html, body {

}

div.container {
	background-color: #FFF;
}

div.header {
	padding: 10px;
	margin-bottom: 10px;
	background-image: url("../img/greenBack.png");
	border: 3px solid #009A00;
}

div.header h1 {
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}

div.header h2 {
	margin-bottom: 0px;
	color: #FFF;
}

div.navigation {

}

div.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.navigation ul li {
	display:inline;
}

div.navigation ul li a {
	border: 0px solid #009A00;
	color: #009A00;
	padding: 5px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
}

div.navigation ul li a:hover {
	background-image: url("../img/buttonHover.png");
	color: #FFF;
}


div.footer {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 15px;
}

div.footer p {
	font-size: 11px;
	margin-bottom: 2px;
}



div.infoBox {
	padding: 0px;
}

div.infoBox h3 {
	border-bottom: 1px solid #009A00;
	color: #009A00;
	text-align: center;
	padding: 5px;
	margin-bottom: 3px;
}

div.infoBox p {
	padding: 5px;
	margin-bottom: 3px;
}


a.button {
	border: 0px solid #009A00;
	color: #009A00;
	padding: 5px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
}

a.button:hover {
	background-image: url("../img/buttonHover.png");
	color: #FFF;
}

/* member site */


div.artObjectMember {
	border: 1px solid #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
	margin-bottom: 10px;
}

div.artObjectMember p {
	margin: 3px;
}





/* galleries site */

div.artist {
	border: 1px solid #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
	margin-bottom: 10px;
}

div.artist p {
	margin: 3px;
}

div.artist a {
	color: #000;
}

div.artist a:hover {

}

div.artObject {
	border: 1px solid #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
	margin-bottom: 10px;
}

div.artObject p {
	margin: 3px;
}

div.artObject a {
	text-decoration: none;
	color: #000;
}

div.artObject a:hover {
	font-weight: bold;
}


div.artObjectRandom {
	padding: 10px;
	text-align: center;
}

div.artObjectRandom p {
	margin: 3px;
}


textarea.banner {
	height: 50px;
}

img.banner {
	float: none;
}


dl.info {
	margin-bottom: 20px;
}

dl.info dt {
	width: 100px;
	float: left;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

dl.info dd {
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* linklift */
div.lift ul {
	list-style-type: none;
}

