@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#holder {
	width: 760px;
	background: #ffffec;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	background: #ffffec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#nav {

width: 760px;

}

#content: {
margin: 0 0 0 0
}

.brclear {
clear:both;
height:0;
marging:0;
font-size:1px;
line-height:0px;
}

#footer {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #999999;
	text-align: right;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:bold;
}
h2 {
	color: #bd4336;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
