body
{
background:white url(/img/background.jpg) repeat-y;
margin:0px;
padding:0px;
font-family:arial, helvetica, sans-serif;
font-size:80%;
}

h2
{
	font-size:110%;
}

a:link
{color:#C83B0A;}
a:visited
{color:#732307;}
a:hover
{color:black;}

#content p
{
	padding-right:10px;
	overflow:hidden;
} 

#wide
{
	width:500px;
	border-bottom:1px dashed black;
	padding-bottom:10px;
}

#wide img
{
	border:0px;
}

#topbar
{
background:#FEBD11;
width:100%;
border-bottom:1px solid black;
height:80px;
text-align:center;
}

#whitebox
{
	background:white url(/img/fresco.jpg);
	width:200px;
	height:80px;
	float:left;
	border-right:1px solid black;
}

#lightstripe
{
	background:#FDECBE;
	width:100%;
	height:20px;
	border-bottom:1px solid black;
}

#darkstripe
{
	background:#FEBD11;
	width:200px;
	height:20px;
	float:left;
	border-right:1px solid black;
}

#navbar
{
	width:200px;
	float:left;
	margin-right:20px;
	padding-top:10px;
	height:1180px;
}

#section
{
	width:600px;
	padding-right:15px;
}

#page
{
	width:50px;
	vertical-align:bottom;
}


#navbar li
{
list-style-image: url(/img/bullet.gif);
margin-bottom:4px;

}

#navbar a:link
{
color:#C83B0A;
font-weight:bold;
}

#navbar a:visited
{
color:#C83B0A;
font-weight:bold;

}

#navbar a:hover
{
color:black;
font-weight:bold;

}