/* CSS Document */

/*****************************************/
/* Setup */
/*****************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/* For 100% height div image */
html, body {
height: 100%;
background-color:#002040;
}

/*****************************************/
/* Layout & Structure */
/*****************************************/

#wrapper {
width: 790px;
border: 0;
/* IE 5 centering fix compensation*/
text-align:left;
margin: 0 auto 25px auto;
}

#content {
background-image:url(../images/content_bg.jpg);
background-repeat:repeat-y;
padding: 40px 40px 0 40px;
}

#logo {
text-align: right;
}

#artist_listings {
width: 350px;
margin-left: 20px;
}

#artist_images {
width: 310px;
padding-left: 20px;
float:right;
}

.clearit {
clear: both;
}

.artist_site {
clear:left;
}

.artist_listing{
margin: 20px 0;
}

a:link {
color: #8698A8;
}
a:visited {
color: #8698A8;
}
a:hover {
color: #002040;
}
a:active {
color: #002040;
}

p {
font-size: 80%;
}

h2 {
font-weight: normal;
margin-bottom: 40px;
}

body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
color: #002040;
font-size: 100.1%;
}
