@charset "UTF-8";
/* CSS Document */

html {
	font: small/1.4 Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #FFFFFF;
}

#wrapper {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
	
#header {
	padding: 10px 0 0 0;
	margin: 0;
	background: #FFFFFF;
}

#divider {
	padding: 10px 0 0 0;
	background: #84CECC;
}

img {
	border: none;
}

img#call {
	margin: 5px;
}

div.img {
	margin: 8px;
	border: 0;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}


div.img img {
	display: inline;
	margin: 3px;
	border: 0;
}

div.img a:hover img {
	border: 0;
}

div.desc {
	text-align: center;
	font-size: 11px;
	width: 125px;
	margin: 1px;
	color: #84CECC;
}

div.desc i {
	font-size: 13px;
	color: #9D897D;
}

div.artists {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #9D897D;
	margin: 2px;
}

div.artists ul {
	list-style-type: none;
}

div.artists ul li {
	margin: 0;
	padding: 0;
}

div.artists ul li a {
	text-decoration: none;
	color: #9D897D;
}

div.artists ul li a:hover {
	color: #84CECC;
}


#content h1{
	text-align: left;
	font-size: 24px;
	color: #9D897D;
}

#content h2{
	text-align: left;
	font-size: 14px;
	color: #84CECC;
	}
	
#content h2 a{
	text-decoration: none;
	color: #84CECC;
	}
	
#content h3{
	text-align: left;
	font-size: 10px;
	color: #84CECC;
	}


#main {
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(img/sidebar-strip.gif) bottom left repeat-y;
}

#sidebar {
	float: left;
	margin: 0px;
	padding: 0;
	background-color: #9D897D;
	width: 180px;
}

#nav {
	margin: 0;
	padding: 0;
	background: #9D897D;
	list-style-type: none;
	width: 180px;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#nav li#on a{
	color: #FFFFFF;
	background: #84CECC;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #FFFFFF;
}

#nav a:hover {
	color: #FFFFFF;
	background: #84CECC;
}

#content {
	text-align: justify;
	width: 600px;
	float: right;
	padding: 10px;
	}

#content p{
	color: #9D897D;

}

h1#call, h1#about, h1#policy{
	text-align: center;
	font-size:32px;
	font-weight:bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #9D897D;
}

h1#contact{
	text-align:center;
}

h2#call, h2#policy, h1#contact a{
	text-align: center;
	font-size:16px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #9D897D;
}

h1#contact a{
	text-decoration: none;
}

h1#contact a:hover{
	text-decoration: none;
	color:#84CECC;
}

p#call{
	text-align: center;
	font-size:10px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p#contact, p#policy, p#note{
	text-align: center;
	font-size: 12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p#policy, p#note{
	margin:5px;
	text-align: justify;
	}

p#note{
	font-size:10px;
}

p#policy a{
	font-style:normal;
	color:#9D897D;
}

p#policy a:hover{
	color:#84CECC;
}

#clearone {
	clear: both;
}

#footer {
	clear: both;
	padding: 10px 0 0 0;
	background: #84CECC;
}
