body {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
}

#top {
	background-image: url(../images/top.png);
	height: 83px;
}

#menu {
	background-image: url(../images/menu.png);
	height: 29px;
}

#maincontent-outer {
	margin-left: -32px;
	width: 1014px;
	background-repeat: repeat-y;
	background-image: url(../images/green-box-middle.png);
}

#maincontent-inner {
	padding-left: 47px;
	padding-bottom: 15px;
	padding-right: 47px;
	padding-top: 15px;
}

#maincontent-bottom {
	margin-left: -32px;
	background-image: url(../images/green-box-bottom2.png);
	height: 41px;
	width: 1014px;
}

h1 {
	letter-spacing: -2px;
	font-family: tribute;
	color: white;
}

p {
	color: #16477e;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
}


.small-box {
	height: 392px;
	width: 304px;
	background-image: url(../images/smallbox.png);
}

.smaller-box {
	height: 347px;
	width: 304px;
	background-image: url(../images/smallerbox.png);
}

.livepic {
	border-color: #15477e;
	border-style: solid;
	border-width: 3px;
}

h3 {
	color: #15477e;
	font-family: tribute;
	font-size: 28px;
	margin-bottom: 12px;
}

h3.white {
	color: white;
}


h2 {
	color: #15477e;
	font-family: tribute;
}
.small-box-inner {
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 34px;
}

.small-box-inner p {
	font-size: 14px;
	text-indent: 0;
}
p.force-indent {
	text-indent: 15px;
}

p.no-indent {
	text-indent: 0;
}


a, a:hover, a:link, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

hr {
	color: #15477e;
	background-color: #15477e;
	height: 2px;
}