body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	text-align: center;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #52739C;
}
	
#content address {
	display:block;
	left: 10px;
}
	
p {
	margin: 10px;
}

h3 {
	font-size: 115%;
	margin: 10px;
	margin-top: 20px;
}

h4 {
	font-size: 110%;
	margin: 10px;
	margin-top: 20px;
}

blockquote, quote {
	margin: 15px;
	font-style: italic;
}

.float_right {
	float: right;
	margin: 10px;
}

.two_columns {
	width: 49%;
	float: left;
}

.align_center {
	width: 100%;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 745px;
	height: auto;
	background-color: white;
	color: #52739C;
	padding: 1px;
	clear: both;
}

#header1 {
	background-image: url("../photos/header1.jpg");
}

#header2 {
	background-image: url("../photos/header2.jpg");
}

#header3 {
	background-image: url("../photos/header3.jpg");
}

#header4 {
	background-image: url("../photos/header4.jpg");
}

#title {
	position: absolute;
	left: 30px;
	top: 25px;
	width: 305px;
	height: 56px;
}

#subtitle {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 205px;
	height: 38px;
}

#telephone_number {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-family: Tahoma, Arial;
	color: white;
	font-weight: bold;
}

.header {
	width: 100%;
	height: 145px;
	background-color: #52739C;
	color: white;
}

#content {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-family: Tahoma, Arial;
	font-size: 80%;
}

#content p {
	line-height: 1.2em;
}

#content img {
	border: 2px #91C2DE solid;
}

#footer {
	font-family: Tahoma, Arial;
	background-color: #86B5CE;
	color: white;
	font-size: 80%;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: white;
}

#footer div {
	margin: 2px;
}

#address, address, #phone_number {
	display: inline;
}

#contact_details {
	margin: 10px;
}

/*NAVIGATION*/
#navigation {
	height: 32px;
	width: 100%;
	background-image: url("../images/menu_bar.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #91C2DE;
}

#navigation ul {
	list-style: none;
	text-align: left;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: inline-block;
}

#navigation ul li a {
	display: block;
}

#navigation ul li a {
	background-image: url("../images/menu_bar.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #91C2DE;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 2px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 85%;
	font-weight: bold;
	color: #405565;
	outline: none;
	border-right: 1px solid #6381A6;
}

#navigation ul li a:hover {
	background-position: bottom left;
	height: 32px;
	border: none;
	margin-right: 1px;
}