body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #abdf89;
	background-image: url("images/greenwallpaper2.gif");
	background-repeat: repeat;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 130%;
}

img {
	border-style: none;
}

form {
	background-color: #c7e3c7;
	border: 1px solid black;
	padding: 20px;
}

input, textarea {
	background-color: #e8e8e8;
}

#menu {
	border-width: thin;
	border-style: solid;
	border-color: #abdf89;
	width: 130px;
	padding: 0px 10px 10px 10px;
	margin: 0px 20px 20px 0px;
	background-color: #abdf89;
	text-align: center;
	float: left;
}

#header {
	border-width: thin;
	border-style: solid;
	border-color: #abdf89;
	background-color: #abdf89;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}

#main {
	width: 500px;
	padding: 20px;
	padding-left: 0px;
	margin: 20px 20px 20px 170px;
}

#example {
	line-height: 1.4em;
	background-color: #eaf7e2;
	padding: 5px 10px 5px 10px;
	margin: 40px 10px 10px 10px;
}

#paintlogo {
	background-color: #abdf89;
	border:  3px dotted #ffffff;
	padding: 10px;
	margin: 50px 10px 50px 0px;
}

#classtime {
	text-align: center;
	font-weight: bold;
}

#gallery {
	text-align: center;
	font-size: 115%;
	background-color: #c9a583;
	background-image: url("images/tansplatter_bg.gif");
	background-repeat: repeat;
	border:  thick solid #c9a583;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

#footer {
	width: 700px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#construction {
	font-size: 85%;
	line-height: 1.2em;
	text-align: center;
	background-color: #ffd988;
	border: thin dotted #330000;
	padding: 10px;
	margin-bottom: 50px;
}

.italic {
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	color: #444444;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.center {
	text-align: center;
}

.centerspacebelow {
	text-align: center;
	margin-bottom: 80px;
}

.centerspacesm {
	text-align: center;
	margin-bottom: 30px;
}


.spacebelow {
	margin-bottom: 80px;
}

.spacebelowsm {
	margin-bottom: 30px;
}

.artindextext {
	font-size: 115%;
}

.artlessonpic {
	margin: 0px 20px 60px 10px;
	float: left;
}

.artlessontext {
	margin-top: 10px;
	margin-bottom: 60px;
	line-height: 1.4em;
}

.artistinfo {
	background-color: #e9dbcd;
	border:  thin solid #c9a583;
	text-align: center;
	padding: 5px;
	margin: 10px;
}

.artistinfo2 {
	background-color: #f4ede6;
	border:  thin solid #c9a583;
	text-align: center;
	padding: 5px;
	margin: 10px;
}

.registration {
	border:1px dotted black;
	background-color: #c7e3c7;
	margin: 10px 0px 10px 0px;
}

.regislegend {
	border: 2px solid black;
	background-color: #a8e475;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

div.row span.formanswers {
	width: 300px;
	text-align: left;
}
	

a:link {
	color: #003399;
}    

a:visited {
	color: #993300;
}  

a:hover {
	color: #006600;
}
 
a:active {
	color: #ff0000;
}