* {
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	padding:0;
	background-attachment: fixed;
	background-image: url(images/cover_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8EB3BC;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-size: 130%;
	color: #BD2B2E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5AB06;
	padding-bottom: 3px;
}

img {
}

img.rightside {
	float: right;
	margin-top: 15px;
	margin-left: 50px;
	border: 1px solid #B3AB1B;
	margin-bottom: 30px;
}
img.leftside {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	border: 1px solid #B3AB1B;
}

img.notextwrap {
	/*margin-bottom: 100px;*/
}

img.nolongtextwrap {
	/*margin-bottom: 300px;*/
}

#page {
	width:960px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#nav {
	padding: 20px 10px;
	background-color:#9F1C1D;
	color: #eaa;
	border-bottom:solid 4px #85c7e2;
	text-align: center;
	clear: both;
	float: left;
	width: 960px;
	font-size: 95%;
	background-image: url(images/nav-bkgd.gif);
	background-repeat: repeat-x;
}

#nav a {
	color: white;
}

#content {
	background-color:#ffef00;
	border-bottom:solid 2px #85c7e2;
	clear: both;
	float: left;
	width: 840px;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
}

#content a {
	color: #035f7d;
}

#content a:hover {
	color: #BD2B2E;
	text-decoration: none;
}

#content ul {
	margin-left: 400px;
	list-style-type: square;
}

#content ul li {
	line-height: 40px;
	font-size: 16px;

}

#content ul li a{
	font-size: 16px;
}

#content embed, #content object {
	margin-top: 30px;
	margin-bottom: 30px;
}

.photos td {
	vertical-align:top;
	padding:20px;
}
.photos td img {
	border: 1px solid #B3AB1B;
}

.photos td .descr{
	width:200px;
}

#footer {
	padding: 20px;
	background-color:#fff;
	border-bottom:solid 2px #85c7e2;
	text-align: center;
	clear: both;
	float: left;
	width: 940px;
}
h2 {
	font-size: 110%;
	color: #00649B;
	margin-top: 15px;
	font-style: oblique;
	font-variant: normal;
	line-height: 1.6em;
	margin-bottom: 25px;
}
h2.month {
	font-size: 110%;
	color: #FFF;
	margin-top: 25px;
	font-style: oblique;
	font-variant: normal;
	line-height: 1.6em;
	margin-bottom: 10px;
	background-color: #BD2B2E;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
img.leftside2 {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	border: 1px solid #B3AB1B;
}
