
body {
	background: #ffffff; /*white*/
	font-size: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.container {
	background: #ffffff; /*white*/
	min-width: 960px; /* horse otherwise crushes writing */
	border: solid 1px #225686;
}


.header {
	background-color: #225686; /*dark blue*/
	height: 200px;
	padding-left: 20px;
	color: #FFFFFF;
}

.header .title {
	padding-top: 100px;
	font-size: 2.6em;
	font-family: "Times New Roman",times,serif;
	color: #FFFFFF;
}

.header .subtitle {
	font-size: 1em;
	color: #FFFFFF;
}

.header a {
	color:#FFFFFF;
	text-decoration: none;
}

.menu {
	float: left;
	width:16%;
	padding-top: 20px;
}

.menu a {
	color: #225686;
	text-decoration: none;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	margin-bottom: 6px;
}

img {
	border: none;
}

.pictures {
	padding-top: 20px;
	float:left;
	width:30%;
}

.pictures ul {
	float: right;
	list-style-type: none;
}

.pictures li {
  margin-bottom: 20px;
}

.pictures img {
	width: 300px;
}

.mainText {
	float:left;
	width:52%;
	padding: 5px;
	padding-bottom: 10px;
}

.mainText h1 {
	margin-top: 0px;
	color: #225686;
	font-weight: normal;
	font-size: 1.8em;
}

.mainText h2 {
	color: #225686;
	font-weight:normal;
	font-size: 1.4em;
}

.footer {
	clear:both;
	padding-top: 15px;
	background:#225686; /*dark blue*/
	height: 48px;
	font-size: 14px;
	color: white;
	text-align:center;
}

.footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.price {
	float:right;
	color: #225686;
	display: block;
}
