@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #396189;
	color: #003366;
	font-family: georgia, times, serif;
	font-size: 10pt;
}
a img {
	border: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 26pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 12pt;
}
h5 {
	font-size: 9pt;
}
a {
	text-decoration: none;
	color: #675b2a;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 5px;
	padding-bottom: 12px;
}
#header h1 {
	background-image: url(../images/abbycronin.png);
	width: 680px;
	height: 42px;
	padding-bottom: none;
}
#header h1 span {
	display: none;
}
#navbar {
	list-style-type: none;
	font-size: 11pt;
	color: #003366;
	height: 24px;
	padding-top: 6px;
	margin-bottom: 15px;
	border-top: 1px solid #cbc19a;
	border-bottom: 1px solid #cbc19a;
}
#navbar li {
	display: block;
	float: left;
	margin-right: 40px;
}
#photobar {
	padding-top: 3px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cbc19a;
	margin-bottom: 15px;
}
#photobar img {
	border: 1px solid #ffffff;
	margin-bottom: 3px;
}
#photobar table, td   {
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: center;
}
#photobar td {
	width: 25%;
}
#photobar td span {
	font-size: 7pt;
	color: #999999;
}
#photobar tr#imagerow {
	height: 126px;
}
#photobar table {
	width: 100%;
}
#content li {
	margin-left: 20px;
}
#content:after {
	display: block;
	height: 30px;
	clear: both;
	visibility: hidden;
	content: '[DO NOT LEAVE IT IS NOT REAL]';
}
