a img,:link img,:visited img { border:none }
.clear {clear: both;}
.block {display: block;margin:0;padding:0;}
.float-right {float: right;padding-left:1em;padding-bottom:1em;}
a { color: #900; }

body {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
	background: #151648 url(../images/body-bg.jpg) top repeat-x;
	font-family: Helvetica, Arial, Verdana;
}

#intro {
	height: 141px;
	background: url(../images/header-bg.jpg) top repeat-x;
}
#title { 
	margin-left: auto;
	margin-right: auto;
	width: 618px;
	padding-top: 43px;
}
#title h1 { margin: 0;	padding:0; }
#title h1 a {
	background: url(../images/header-logo.jpg) top left no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	overflow:hidden;
	width:618px;
	height: 71px;
}
#title .summary {
	display: none;
}

#navlinks {padding: 8px 0;}
#navlinks ul {
	width: 618px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#navlinks li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navlinks li {
	display: inline;
	margin-left: 20px;
}
#navlinks a {
	color: #fff;
	font-size: .9em;
	text-decoration: none;
}
#navlinks a:hover {
	text-decoration: underline;
}

#main {
	background: #fff url(../images/content-top-bg.jpg) top repeat-x;
	margin-top: 10px;
}
#main2 {
	background: url(../images/content-bot-bg.jpg) bottom repeat-x;
	min-height:300px;
  height:auto !important;
  height:300px;
}
#body {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 12px;
	font-size:.8em;
}
#footer {
	margin-top: 15px;
	color: #879CC7;
	font-size: .7em;
}
#body h3 {
	font-size: 2.5em;
	font-weight: normal;
	color: #333;
	font-family: Times New Roman;
	font-style: italic;
	margin-top: 0;
	margin-bottom: .3em;
	padding: 0;
}
#body h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: .4em;
}
#body p {
	margin: 0 0 1em 0;
}

.photo-album .photo {
	padding: 1px;
	width: 32%;
	float: left;
	margin-bottom: 15px;
}

.note { font-size: 1.2em; font-style: italic; color: #333;}
p.highlight {
	border: solid #666;
	border-width: 1px 0;
	padding: 15px;
	font-size: 1.3em;
	color: #666;
	text-align: center;
}
p.highlight a {
	color: #333;
}
.two-cols .col1 {
	float: left;
	width: 55%;
}
.two-cols .col2{
	float: right;
	width: 35%;
}

ol.large-list,
ol.large-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol.large-list li {
	padding-left: 40px;
	margin-bottom: 15px;
}
ol.large-list li.one {
	background: url(../images/list-one.gif) top left no-repeat;
}
ol.large-list li.two {
	background: url(../images/list-two.gif) top left no-repeat;
}
ol.large-list li.three {
	background: url(../images/list-three.gif) top left no-repeat;
}

