@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../../assets/images/background.gif);
	font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
	font-size: 100%;
}

#page {
	width: 650px;
	background-color: white;
	border: 2px solid #F90;
	margin: 10px auto;
	padding: 10px;
}

h1#header {
	width: 500px;
	height: 80px;
	color: white;
	font-size: 1px;
	background-image: url(../../assets/images/logo.jpg);
	margin: 10px auto;
}

h2 {
	text-align: center;
}

#page p {
	margin: 10px 70px;
}

h3 {
	display: block;
	height: 30px;
	margin: 0 0 20px 10px;
	padding: 1px 0 0 50px;
	background-repeat: no-repeat;
}

h4 {
	margin: 0 0 20px 60px;
}

.subheading_tel {
	background-image: url(../../assets/images/contact_tel.png);
}

.subheading_fax {
	background-image: url(../../assets/images/contact_fax.png);
}

.subheading_post {
	background-image: url(../../assets/images/contact_mail.png);
}

.subheading_email {
	background-image: url(../../assets/images/contact_email.png);
}

p.back {
	margin: 10px auto;
	text-align: center;
}