/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:72%;
background: #970F0F url(/images/bg.gif);
background-attachment: fixed;
margin:0;
text-align: center;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}

a {
color:#336699;
}

a:hover {
background-color:#EEEEDD;

}

a img {
border:0;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

h1
{
margin-top:0;
font-weight: normal;
text-decoration:none;
font-family: Georgia, Times, Serif;
font-size: 2em;
}



h3
{
font-weight: normal;
font-size: 1.5em;
color:#336699;
}

/* @end */

/* @group layout */

.clear {
	clear: both;
}

.pad {
	padding-bottom: 20px;
}

#container {
	width: 820px;
	margin: 40px auto;
	background: #FFF url(/www_hamakuamusicfestival/images/bg-page.jpg) repeat-y;
}

#header {
	width: 600px;
	height: 254px;
	margin-right: 10px;
	float: right;
	display: inline;
background: #FFF url(/images/header.jpg) ;	
}

#left {
	background: transparent;
	width: 200px;
	
	float: left;
	display: inline;
}



#content {
background: transparent;
width: 520px;
margin-left: 230px;	
}
#footer {
	float: left;
	width: 800px;
	margin: 0 10px;
	clear: both;
}


/* @group images */

div.img-left {
float: left;
margin: 3px 20px 10px 0;
}

div.img-right {
float: right;
margin: 3px 0 10px 10px;
clear: right;
}

p.caption
 {
font-size: 0.8em;
font-style: italic;
margin: 0;
}


/* @end */