@charset "utf-8";
/*
	Pavingross
	20060720 - PgM
*/

html, body { margin: 0px; background-color: white; color: black; text-align: center; }
div#header { margin: auto; display: block; width: 770px; height: 184px; background-image:url(header.jpg); }
div#footer { margin: auto; display: block; width: 770px; height: 34px; background-image:url(footer.jpg); }
div#page { margin: auto; width: 770px; min-height: 400px; height: auto !important; height: 400px; position: relative; background-image:url(middle.jpg); background-repeat:repeat-y; }
div#page img#imgMenu { border: 0px; position: absolute; top: 0px; left: 0px; } 
div#page img#imgBanner { border: 0px; position: absolute; top: 0px; right: 0px; }
div#bottom p { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #634934; background-color: white; }
div#bottom p a { color: #666; text-decoration: none; }
div#text { min-height: 360px; height: auto !important; height: 360px; }





div#cnt {
	margin: auto;
	width: 410px;
	text-align: left;
	
	font-family: verdana;
	font-size: 8pt;
	
	color:  #666;
	background-color: white;
}

h1 { margin-top: 0px; font-size: 11pt; color: #A67A57; }
a { color: blue; } a:hover { color: red; }
hr { height: 40px; visibility: hidden; }
