body {
	margin-top: 50px;
	padding: 0;
	background: #787878;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}



a {	text-decoration: none;	color: #8C0209;}

a:hover {	border-bottom: none;}

#header {
	width: 600px;
	height: auto;
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}

/* Header */

#logo {
	width: auto;
	height: 100px;
	background: url(images/img01.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 70px;
}



/* Page */

#page {
	width: 600px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* Content */

#content {
	float: none;
	width: 550px;
}



#footer
 {
 	width: 600px;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	background: url(images/img04.jpg) no-repeat left top;
 
}
