@charset "utf-8";

/* html tag styles */
body
{
	background-image:url("/images/site_parts/new_bg.jpg");
	background-position:250px 50%;
	background-repeat:repeat;
	color:#604020;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

h2
{
	font-size:14pt;
}

a
{
	color:#604020;
	text-decoration:none;
}
.underlineLinks a
{
	text-decoration:underline;
}

img
{
	border:none;
}

h1,h2,h3,h4,h5,h6,div,ul,li
{
	padding:0;
	margin:0;
}

li
{
	list-style:none;
}

/* common styles */
.floatLeft
{
	float:left;
}
