/* Meyer Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Meyer Reset End */


/*float clearing mechanism */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
font-family: verdana, helvetica, arial, sans serif;
color: black;
background-color: #fff;
text-align: left;
}


p {
font-size: 0.9em;
margin: 15px 15px 15px 0;
line-height: 1.5em;
}

strong {
font-weight: 700;
}

#content ul li {
font-size: 0.9em;
margin: 15px 0;
line-height: 1.5em;
display: block;
}

#content ol li {
font-size: 0.9em;
margin: 15px 0;
line-height: 1.5em;
display: block;
list-style: number;
}

a {
color: #0099CC;
}

a:hover {
color: #E1426F;
}

h1 {
margin: 15px 0;
font-size: 1.6em;
line-height: 1.3em;
font-weight: normal;
color: #9ACD32;
}


h2 {
margin: 15px 0;
font-size: 1.2em;
line-height: 1.3em;
font-weight: bold;
color: #00CED1;
}


h3 {
margin: 15px 0; 
font-size: 1.1em;
line-height: 1.3em;
font-weight: bold;
color: #9ACD32;
}



img {
border: 0px;
}


#container {
background-color: #fff;
width: 750px;
margin: 0 auto;
text-align: center;
}

#top {
width: 100%;
margin: 0 auto;
text-align: center;
background-color: #D7EAEF;
}

#top h1 {
padding: 15px 115px 15px 0;
margin: 0;
}

#menu {
width: 100%;
text-align: center;
background: url(images/menuback.gif);
height: 70px;
}

#menu ul, li {
display: inline;
}

#content {
padding: 20px 0;
width: 750px;
text-align: left;
}

#footer {
width: 750px;
border: 1px dashed #77631E;
text-align: left;
margin: 25px 0;
color: #111;
background-color: #F1BB07;
}

#footer #flying-cat {
float: left;
}

#footer #mailing-list {
float: right;
padding: 15px;
}

#footer form {
display: inline;
}

#artists img {
padding: 5px;
}
