/* CSS Document */

html, body, #wrapper {
	height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #575757;
	font-size: 12px;
}
body {background-image: url(../img/bg.jpg); background-repeat: repeat-x; background-position:top; background-color: #c8c8c8;}
#wrapper {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#container {width: 788px; height: 576px; padding: 4px 16px 4px 4px;}
#div1 {float: left; width: 250px; padding: 0 48px 0 0;}
#div2 {float: left;	width: 470px; height: 560px; margin: 12px 0 12px 0; text-align:left;}
#div3 {float: left;	width: 20px; padding: 12px 0 0 0;}
#title {padding: 0 0 10px 13px; text-align: justify; line-height: 16px;}
#footer {padding: 0 0 0 13px; text-align: left; font-size: 10px; color: #999999;}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #575757;
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	display: inline;
	} 

/* Links */	
a {color: #575757; text-decoration: underline; font-weight: normal;}
a:hover {color: #8e2c2c; text-decoration: underline; font-weight: normal; }
a.footer {color: #999999; text-decoration: none; font-weight: normal;}
a.footer:hover {color: #999999; text-decoration: underline; font-weight: normal;}