
body
{
background: #FFECBF;
font-size: 100.01%;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: Verdana, "MS Sans Serif";
line-height: 130%;
}

#wrapper
{
	width:900px;
	margin: 20px auto;
	background-color:#FFF7E6;
	border:1px solid #8B6508;
}

#header
{
	background-image: url(../img/css/logo.png);
	width: 900px;
	height :150px;
}

.navi
{
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	background: #7d4100 url(../img/css/navibg.gif);
}


ul
{
	margin:0;
	list-style-type: none;

}

.navi li
{
	float: left;
	margin: 0 5px;
	display: inline;
}

.navi a
{
	background-image: url(../img/css/ball30h.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	display: block;
	padding-left: 35px;
}

.navi a:hover
{
	background-image: url(../img/css/ball30a.gif);
	color: #ffe288;
}


#content
{
	padding:10px;
	font-size: 0.9em;
}

.copy
{
	text-align: right;
	padding: 0 5px;
	font-size: 10px;
	color:#B37D00;
}


h1
	{color:#7d4100; margin-top:25px; font-size: 1.9em;}

h2
	{margin: 0;font-size: 2.1em;color: #1919B3; text-align: center;}

h3
	{font-size: 1.3em; text-align: center;}

h4
	{margin: 0; padding: 0 5px;font-size: 1em; 	color: #ffe288;}
a:link, a:visited {
	color: #febc21;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration: none;
}

a:hover {
	color: #7d4100;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration: none;
	color: #6f3000;
}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}



#party
{
	line-height: 35px;
	margin-top: 10px;
}


#party ul
{
	margin:0;
	list-style-type: none;

}

#party li
{ width: 170px;
	margin: 0 10px;
	background: url(../img/css/navibg.gif);
	display; inline;
}

*html #party li, *+html #party li
{
	margin: -3px 10px;
}



#party a
{
	background-image: url(../img/css/ball30h.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	display: block;
	padding-left: 35px;
	margin: 0;

}

#party a:hover
{
	background-image: url(../img/css/ball30a.gif);
	color: #ffe288;
}