body 
{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-size: 90%;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}


div.column1{
	width: 320px;
	float: left;
	text-align: left;
}

div.column2{
	width: 329px;
	float: left;
	text-align: left;
}

div.column3{
	width: 33%;
	float: right;
	text-align: right;
}



div.spacer_row 
{
	clear: both;
	line-height: 0px;

}

h1
{
	font-size:130%;
	color: White;
	font-weight: bold;
	text-align : right;
	margin: 0;
	padding-right:20px;
}

h2
{
font-size:110%;
font-weight: bold;
text-align : left;
padding-bottom:15px;
padding-left:13px;
padding-right:10px;
margin: 0;
line-height: 18px;
}
p
{	
	margin: 0 0 0 0;
	line-height: 25px;
	text-align : right;
	padding-right:20px;
}

a
{
	text-decoration:  none;
	color: White;
	font-weight: bold;
}

a:hover
{
	color: #85B3FF;
	font-weight: bold;
	text-decoration:  none;
}

img
{
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom

}	

li
{
	text-align: right;
	line-height: 35px;
	list-style-image: url(../images/bird.gif);
	padding-right:20px;
}
