/* CSS Document */
html{	
	height:100%
}
html, body, p, h1, h2, h3, form, fieldset, div, img{margin: 0; padding: 0; border: 0;}

body {
	height:100%;
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(/images/bg.jpg); 
	background-repeat:repeat-x;
	background-position:top;
}

h2{font-size:20px}
h3{ color:#339933;font-size:16px }

hr {border: 0; border-top: 1px dashed #CCCCCC;  padding: 0.2em; height:0; margin: 0 0.5em 0 0.5em;}

p{line-height:1.5em; text-align:justify;font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;}
.small{font-size:12px}
.smaller{font-size:10px}
.smaller a{ text-decoration:none; color:#333399}
.smaller a:hover{ text-decoration:underline}
.button{font-size:12px}
#layer{ 
	position: absolute;
	width: 169px;
	z-index: 100;
}


#wrapper{ width:771px; margin-left:auto; margin-right:auto}
#header{ height:147px; width:771px; background:url(/images/topH.jpg) top center no-repeat; margin-left:auto; margin-right:auto;}
#content{ background:url(/images/middle.png) center repeat-y;}
#content .text{padding:10px 60px 0 55px; }
#bottom{ height:18px; width:771px; background:url(/images/bottom.png) top center no-repeat; margin-left:auto; margin-right:auto;}
