body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", "Verdana", sans-serif;
	font-weight: lighter;
	font-size: 76%;
	color: #3F3A38;
}

img, a img { Border: none; }
.hide { display: none; }
.error { color: red; font-weight: bold; }
.ok { color: green; font-weight: bold; }
.left { text-align: right; }

div {
	margin: 0px;
	padding: 0px;
}

#wrap1 {
	text-align: center;
}
#wrap2 {
	border: 1px solid #8A7E7A;
	width: 702px;
	margin: 10px auto;
	text-align: left;
}
#wrap3 {
	
}

#header {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/header/default.jpg);
	height: 290px;
}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #8A7E7A;
	color: white;
	vertical-align: middle;
	cursor: pointer;
	list-style-type: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	padding: 0px 4px;
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation ul li a:hover {
	background-color: #7A868A;
	background-position: center bottom;
}
#navigation ul li a span {
	display: none;
}
#navHome a			{	width: 61px;	background-image: url(../images/nav/home.gif);	}
#navWork a			{	width: 68px;	background-image: url(../images/nav/gallery.gif);	}
#navCommissions a	{	width: 120px;	background-image: url(../images/nav/commissions.gif);	}
#navCourses a		{	width: 105px;	background-image: url(../images/nav/classes.gif);	}
#navContact a		{	width: 80px;	background-image: url(../images/nav/contact.gif);	}
#navAbout a			{	width: 105px;	background-image: url(../images/nav/about.gif);	}

#content-wrap {
	min-height: 400px;
}
#content {
	padding: 10px;
}

#footer {
	padding: 1px;
	background-color: #8A7E7A;
	min-height: 60px;
	color: white;
	text-align: center;
}
#footer p {
	text-align: center;
}
#footer address {
	display: block;
	padding: 4px 0px;
	margin: 0px;
	font-style: normal;
}
#footer a, #footer a:hover {
	color: white;
}

#bodyCopy {
	width: 420px;
	float: left;
}
#rightCopy {
	width: 250px;
	float: right;
}
#bodyCopy h1 {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#bodyCopy h1 span {
	display: none;
}

#bodyCopy p {
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 4px 0px 2px 10px;
	margin: 0px;
	color: #3F3A38;
}

a {
	text-decoration: none;
	color: #215446;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
	color: #3F3A38;
}
a:visited, a:hover:visited {
	font-weight: inherit;
}



#valid {
	font-size: 10px;
	font-weight: lighter;
	color: #efefef;
}
#valid a, #valid a:hover {
	color: white;
	font-weight: lighter;
}