@charset "utf-8";
/* formatting style
---------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-color: #A7CE31;
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.4;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
	border-bottom: 1px solid #666666;
}
#footer {
	padding: 15px;
	clear: both;
	color: #669933;
	background-color: #000000;
	margin-bottom: 0px;
}
/* header styles
---------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 2px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#main {
	padding: 5px 20px 5px 40px;
}
#main h1 {
	font-size: 100%;
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-style: normal;
}

#main h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top: 3px none;
	border-bottom: 1px dashed #68811F;
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #5E7234;
}
#main h3 {
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 100%;
}
#main h4 {
	background-image: url(images/bullet5.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 100%;
	padding-left: 15px;
}




#shop #header {
	background-image: url(images/header03.jpg);
	background-repeat: no-repeat;
}
#top #header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
}

#whatnew #header {
	background-image: url(images/header02.jpg);
	background-repeat: no-repeat;
}
#work #header {
	background-image: url(images/header04.jpg);
	background-repeat: no-repeat;
}

#contact #header {
	background-image: url(images/header07.jpg);
	background-repeat: no-repeat;
}

#artist #header {
	background-image: url(images/header05.jpg);
	background-repeat: no-repeat;
}
#school #header {
	background-image: url(images/header06.jpg);
	background-repeat: no-repeat;
}



#header ul {
	background-color: #FFFFFF;
	width: 750px;
	position: absolute;
	left: auto;
	top: 200px;
	right: auto;
}
#nen table {
	padding-right: 30px;
}

#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	background-color: #99CC99;
	height: 2.5em;
	width: 148px;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 2.5em;
	color: #666666;
	margin-top: 0px;
}
/* main styles
---------------------------*/
#header ul li a:hover {
	background-color: #e8ecf5;
}
/* table
---------------------------*/

#main table {
	margin-bottom: 15px;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main table th {
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main table td {
	padding: 5px 15px;
}
#main table tr.odd {
	background-color: #efefef;
}
/* form
---------------------------*/
#main form {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #ff0000;
	padding-left: 5px;
}
#main form texta#comment {
}
