@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/bg.png);
	background-attachment: #C90;
	background-color: #1A4500;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size:18px;
	color: #060;
}

h2 {
	font-size:16px;
	font-style: italic;
	color: #03C;
}

.center {
	text-align:center;
}

a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}


div.clearfloat {
	/* this class should be placed on a div or break element and should be the final 
element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
