/** {
	margin: 0;
	padding: 0;
}*/

body{
	background-image:url(images/2bg.jpg);
	margin:0;
	background-position:left top;
	background-repeat: repeat-y;	
}
.text1 {

	font-family: Arial, "Arial Black", Verdana;
	font-size: 10pt;
	color: #000000;
	text-align: left
}

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	text-align: left;
}
.header2 {
	font-family: Arial;
	font-size: 10pt;
	color: #9D373D;
	font-weight: bold;
}

li {
	font-size : 9pt;
	font-family : arial;
	color: #660000;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 3px 0px 0px 3px;
}

a:link{
	text-decoration:none;
	color:#CC3300;
	font-weight: bold;
}
a:hover{
	text-decoration:none;
	color:#D1B145;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: CC3300;
}
#phone {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	padding: 3px 0px;
	margin: 0;
}
#content {
	margin: 10px auto;
	width: 780px;
}
