html, body {
margin: 0px;
padding: 0px;
}

body {
color: #3F4554;
text-align: center;
	font: 11px/1.8em Georgia, "Times New Roman", Times, serif;
}

#wrapper {
width: 800px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: solid 0px #dadada;
}

#header {
width: 100%;
height: 30px;
background-color: white;
border-bottom: solid 1px #dadada;
}

#container {
width: 100%;
height: auto;
margin: 0px;
padding:2px 0px;
background-image: url(images/divider.gif);
background-repeat: repeat-y;
background-position: 275px 0px;
}

#left {
width: 255px;
height: auto;
float: left;
padding: 10px;
margin: 0px;
}

#right {
width: 485px;
float: left;
padding: 20px 20px 20px 20px;
margin: 0px;
}

#right p {

}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#nav {
margin: 0px;
padding: 0px;
list-style: none;
font-weight: bold;
}

#nav li {
font-size: 12px;
margin: 0px;
padding: 0px;
display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
color: grey;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 220px;
}

#nav li a:hover {
color: black;
text-decoration: none;
background-color: gray;
}


#nav li#selected a:link, #nav li#selected a:visited, #nav li#selected a:active {
color: black;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 220px;
}

#nav li#selected a:hover {
color: black;
text-decoration: none;
background-color: transparent;
}






#artists {

padding: 0px 0px 15px 8px;
list-style: none;
list-style-image: none;
font-weight: normal;
font-style: normal;
line-height: 1.8em;

}

#artists li {
font-size: 12px;
display: inline;
}

#artists li a:link, #artists li a:visited, #artists li a:active {
color: gray;
text-decoration: none;
display: block;
background-color: white;
width: 200px;
}

#artists li a:hover {

text-decoration: none;
color: black;
background-color: grey;

}


#artists li#selected a:link, #artists li#selected a:visited, #artists li#selected a:active {
color: black;
display: block;
margin: 0px;
padding: 0px;
width: 200px;
font-weight: bold;
}

#artists li#selected a:hover {
margin: 0px;
padding: 0px;
text-decoration: none;
color: black;
background-color: transparent;
}

#footer {
padding: 0px;
height: 30px;
margin: 0px;
border-top: solid 1px #dadada;
text-align: center;
}

#footer p {
margin: 0px auto 0px auto;
padding: 10px 0px 10px 0px;
color: #aaa;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #aaa;
text-decoration: none;
}

#footer a:hover {
color: #ccc;
text-decoration: none;
}

#artistsmenu	 {
	line-height: 1.5em;
	padding-left: 10px;
}

#mainmenu {
	line-height: 2em;

}

img#title {
	padding-top: 5px;
	padding-bottom: 20px;
}
 
 
 
blockquote {
	text-indent: 25px;
	
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font: 14px/1.8em Georgia, "Times New Roman", Times, serif;
	margin: 15px;
}

blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#recipe {
	width: 450px;
}


#recipe h3{
	color: gray;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#recipe h2{
	color: gray;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0 0 20px;
}

#recipe h1{
	margin: 0;
	color: gray;
	font-weight: normal;
	font-style: normal;
	font-size: xx-large;
	padding: 5px 0 5px 0;
	line-height: 1em;
}

#recipe p {
	margin: 10px;
	line-height: 1.3em;
	padding: 0;
	font-size: 12px;
}

#recipe ul {
	line-height: 1.2em;
	padding: 0;
	font-size: 14px;
	text-shadow: #000000 0px 0 0;
	margin: 20px 0 20px 30px;
}

#recipe li {

	padding: 5px;
}

#home h1 {

	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: black;
}

