body {
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: 0px;

	font-family: Arial,Helvetica,Sans-serif;
}

#hd
{
	height: 100px;

	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	color: white;

}

#bd
{
	margin-top: 10px;
}


h1
{
font-size: 1.5em;
font-weight: bold;
padding-bottom: 15px;
}

h2
{
font-size: 1.3em;
padding-bottom: 10px;
font-weight: bold;
}

h3
{
font-size: 1.2em;
padding-bottom: 5px;
font-weight: bold;
}

ul
{
margin-bottom: 10px;
list-style-type: disc;
}

li
{
margin-left: 10px;
list-style: square inside
}


#hd_slogan
{
text-align: right;
float:right;
width: 70%;
margin-top: 40px;
font-size: 1.2em;
}