body {
	position: relative;
	font-size: 10px; /* Resets 1em to 10px */
	background-color: #e7e3e0;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #8a7967;
}

#wrapper {
	position: relative;
	width: 740px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 1px;
}



/* @group menu */
#top {
	height: 100px;
}

#wrapper #menu {
	height: 100px;
}

#top #menu {
	margin-top: 4px;
	font-size: 1em;
	height: 6px;
}

#menu {
	margin-top: 4px;
}

#menu li {
	display: inline;
	color: #bd4a2e;
}
#menu a:hover, #submenu a:hover {
	text-decoration: underline;
}

#menu li a, #submenu a {
	color: #002c4c;
	text-decoration: none;
}

#home {
	position: absolute;
	left: 30px;
}
#portfolio {
	position: absolute;
	left: 90px;
}

#artist {
	position: absolute;
	left: 160px;
}

#contact {
	position: absolute;
	left: 220px;
}

/* @end */

/* @group submenu */

.portfolio {
	position: relative;
	left: 50px;
}


.artist {
	position: absolute;
	left: 120px;
}

#submenu {
	position: relative;
	line-height: 1.4em;
	list-style-type: none;
	color: #bd4a2e;
}
ul.portfolio, ul.artist {
	display: block;
	list-style-type: none;
  text-indent: 0;
}


/* @end */

a:visited {
	text-decoration: none;
}

p a:visited {
	color: #002c4c;
}
p a {
	color: #002c4c;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
#content {
	position: relative;
	width: 680px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 30px;
}
#col1 {
	width: 175px;
	float: left;

}
.emphorange {
	color: #bd4a2e;
	font-weight: bold;
}

#art {
	margin-left: 185px;
}

#footer {
	font-size: .8em;
	text-align: center;
	color: #b3c0c9;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col2 {
	width: 230px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	text-align: left;
}


.col3 {
	width: 230px;
	margin-left: 440px;
	margin-top: 0px;
}

.col2col3 {
	text-indent: 0px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	text-align: left;
	
}

.col2col3 li {
	list-style-type: none;
	text-indent: 0;
}

.detail {
	border: 2px dotted #b7b7b7;
	padding: 7px;
}

/* @group contact form */

#contactform {
	width: 450px;
	border-style: none;
	border-color: #8a7967;
}

input, textarea {
	width: 450px;
	border: 1px solid #8a7967;
}
textarea {
	height: 150px;
}
.submitbutton {
	width: 150px;
	margin: 5px 0px;
}

/* @end */