body{
	margin:0px;
	padding:0px;
	background-color:#999;
	background-image:url(images/bg_image.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:.8em;
}

#wrapper{
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	padding-left: 10px
	padding-right: 10px
}

h1{
	padding-left:15px;
	margin:0px;
	font-color:#000000
	font-size:18px
	font-family:Georgia,"Times New Roman",Times, serif;
}


h2{
	padding-left:15px;
	margin:0px;
	font-color:#000000
	font-size:16px
	font-family:Georgia,"Times New Roman", Times, serif;
}	

h3 {

	padding-left:15px;
	margin:0px;
	font-color:#000000
	font-size:14px
	font-family:Georgia,"Times New Roman", Times, serif;
	
}



p, td {

   padding-left:15px;
	margin:0px;
	font-color:#000000
	font-size:12px
	font-family:Georgia,"Times New Roman", Times, serif;
	line-height: 18px;
	
	}


a {

	color:#333333;

	font-family:Georgia, "Times New Roman", Times, serif;;

	font-size:12px;

	text-decoration:none;

}


a:hover {

color:#814141;

font-family:Georgia, "Times New Roman", Times, serif;;

font-size:12px;

text-decoration:underline;



}

a:visited {

color:#814141;

font-family:Georgia, "Times New Roman", Times, serif;;

font-size:12px;

text-decoration:underline;



}



ul{
	padding:0px;
	margin:0px 0px 0px 30px;
	list-style:url(images/bullet.jpg);
}

li{
	padding:0px;
	margin:0px;
}

