.bodyfront {
	background-image: url(images/front_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
h1 {
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
/* Commonly used to style section titles. */
h2 {
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
/* Sets the style for visited links. */
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #D67B74;
	text-decoration: underline;
	font-size: 10px;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #D67B74;
	font-size: 10px;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #D67B74;
	font-size: 10px;
}
div {
	margin: 10px;
	padding: 10px;
}

