/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title h2, .title h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1A1A1;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	font-size: 24px;
	font-weight: normal;
	color: #000033;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.text3 {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.text4 {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #605e59;
}

.text5 {
	text-align: center;
	color: #4f5453;
}

.text6 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 180%;
}

.quote {
	font: bold 18px Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 220%;
}

.artists {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 180%;
}
.names {
	font: bold 16px Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 120%;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 18px;
	background: url(images/homepage02.gif) no-repeat 5px 50%;
}

.list1 a {
}

/** LINKS */

a {
	color: #2E373C;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2E373C url(images/subpage2_01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/subpage2_05.jpg) repeat-y left top; }
.bg3 { background: url(images/subpage2_03.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_04.jpg) no-repeat right top; }
.bg5 { background: url(images/subpage2_06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
#footer a, #footer a:visited { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #999999; text-decoration: underline; }
