BODY {
	background: #fff url(bg.jpg) repeat-x;
	text-align: center;
	line-height: 1.2em;
	margin: 0;
	}

* {
	font-family: Arial, Arial CE, Helvetica, sans-serif;
	color: #333;
	font-size: 16px; 
	}	
	
H1 {color:#4a9ed0; font-size:140%;margin:0px 0px 8px 0px;}
H2 {color:#9ecff2;font-size:120%;margin:0px 0px 0px 0px;}
H3 {color:#808080;font-size:110%;margin:10px 0px 0px 0px;}

A {color: #4a9ed0; font-weight:bold; text-decoration:none;}
A:hover {color: #c5e7ff;text-decoration:underline;}

#body {
	margin-top: 10px;
}

/* -------- header -------- */
#header {
	width:850px;
	background:url(head.jpg) no-repeat;
	margin: 0px auto 0px;
	/*height: 341px;*/
	height: 269px;
	overflow: visible;
	text-align: left;
	position:relative;
	margin-top:80px;
	}

/* -------- main -------------- */
#main   {
	width:850px; 
	margin: 0px auto 0px;
	overflow: hidden;
	}

#logo {
    margin-top: -80px;
    }
/* ---------- footer ----------- */
#footer {
	width:835px;
	background: url(pata.jpg) no-repeat top right;
	margin: 0px auto 0px;
	padding-top:15px;
	text-align:right;
	margin-top:10px;
	height: 32px;
	padding-right:15px;
	color:#808080;
	}

#footer a {
	color:#fff;
	}

#footer P {color:#fff;margin:0px;padding:0px; text-align:right;}
