
body {
	margin: 0;
	text-align: center;
	background-color: #4e524a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffcc;
}

img {
	border: none;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
p {
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
	color: #33cc00;
	color: #3cf800;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


#page-top {
	background: #565a52 url(images/page-top.jpg) center;
	height: 36px;
}

#page-bottom {
	background: #565a52 url(images/page-bottom.jpg) center;
	height: 76px;
}

#paper {
	margin: 0 auto;
	text-align: left;
	width: 830px;
	min-height: 500px;
	border-bottom: solid 1px #565a52;
}
.paper-home {
	background: url(images/background-home.jpg) center top repeat-y;
}
.paper-about-us {
	background: url(images/background-about-us.jpg) center top repeat-y;
}
.paper-gallery {
	background: url(images/background-gallery.jpg) center top repeat-y;
}
.paper-resources {
	background: url(images/background-resources.jpg) center top repeat-y;
}

#banner {
	width: 830px;
	height: 62px;
	padding-top: 36px;
	background: url(images/logo-bar.png) bottom no-repeat;
}
#menu {
	text-align: right;
	height: 24px;
	font-size: 11.5px;
	line-height: 12px;
	letter-spacing: 1px;
}
#menu a:hover {
	color: #fb77ff;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	float: right;
}
#menu ul li {
	float: left;
	margin-left: 18px;
}

#contents {
	clear: both;
}
.column-left {
	float: left;
	width: 290px;
	margin-left: 87px;
}
.column-right {
	float: right;
	width: 290px;
	margin-right: 127px;
}
#contents a {
	color: #ffffcc;
	background-image: url(images/anchor-underline.png);
}
h1 {
	margin: 0;
}
h2 {
	margin: 0;
	font-size: 11.5px;
}
h2 a {
	color: #fb77ff;
}
h3 {
	font-size: 22px;
	margin: 24px 0 5px 0;
}
h4 {
	font-size: 13px;
	margin: 36px 0 5px 0;
}

#footer {
	clear: both;
}
#social-left {
	float: left;
	height: 68px;
	margin: 43px 4px 12px 42px;
}
#social-right {
	float: right;
	width: 300px;
	height: 39px;
	margin: 70px 41px 12px 0;
	text-align: right;
}
#social-left img, #social-right img {
	margin: 0 5px 0 5px;
	text-align: bottom;
}
#bbb-stuff {
	float: left;
}
#ilca-logo {
	padding: 26px 0 0 7px;
}
#contact {
	text-align: center;
	border-top: solid 4px #fe67ff;
	padding: 12px 0 20px 0;
	clear: both;
}

#request {
	margin: 0 88px 52px 88px;
}
#request p, #request table {
	margin: 0 0 20px 0;
}
#request p.grey {
	background-image: url(images/grey70.png);
}
#request .contact {
	width: 400px;
	background-color: #f6f7ec;
}
#request td {
	padding: 0 0 3px 9px;
}
#request textarea {
	width: 650px;
	height: 80px;
	background-color: #f6f7ec;
}

#survey {
	margin: 0 88px 52px 88px;
}
#survey p, #survey table {
	margin: 0 0 20px 0;
}
#survey tr.grey {
	background-image: url(images/grey70.png);
}
#survey td {
	text-align: center;
	width: 30px;
}
#survey td:first-child {
	text-align: left;
	width: inherit;
	text-indent: -25px;
	padding-left: 25px;

}
#survey td:first-child span {
	float: left;
	width: 25px;
}
#survey textarea {
	width: 650px;
	height: 80px;
	background-color: #f6f7ec;
}
#survey .contact {
	width: 300px;
	background-color: #f6f7ec;
}
#survey .years {
	width: 20px;
	background-color: #f6f7ec;
}
#survey-viewer {
	border: solid 7px #33cc00;
	margin: 52px 0 52px 0;
}

#resources p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 8px 0;
}



#gallery p {
	text-align: center;
}
#gallery-viewer {
	position: relative;
	margin: 0 auto;
}
#gallery-viewer div {
	display: none;
}
#gallery-viewer div:first-child {
	display: inherit;
}
#gallery-viewer p {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
#gallery-viewer img {
	border: solid 7px #33cc00;
	margin: 52px 0 0 0;
}
#gallery-menu {
	margin: 24px 0 52px 0;
}
#gallery-menu img {
	margin: 0 1px 0 1px;
	cursor: pointer;
	border: solid 1px #4e524a;
}
#gallery-menu img:hover {
	border: solid 1px #33cc00;
}


#about-viewer {
	margin: 52px 0 0 0;
	height: 340px;
	position: relative;
}
#about-viewer div {
	display: none;
}
#about-viewer div:first-child {
	display: inherit;
}
#about-viewer img {
	float: right;
	margin-left: 24px;
	border: solid 7px #33cc00;
}
#about-menu {
	text-align: right;
	clear: both;
	padding: 32px 0 52px 0;
}
#about-menu img {
	display: inline;
	margin-left: 2px;
	cursor: pointer;
	border: solid 1px #4e524a;	
}
#about-menu img:hover {
	border: solid 1px #33cc00;
}
#about-press {
	float: left;
	text-align: left;
}
#about-press p {
	margin: 0;
}
#about-press img {
	margin-left: 0;
}
#about-sections {
	padding-top: 20px;
}


#home {
	text-align: center;
}
#home p {
	margin: 52px 0 52px 0;
}
#home-viewer {
	width: 640px;
	height: 430px;
	margin: 0 auto;
	border: solid 7px #33cc00;
}
#home-viewer img {
	display: none;
}
#home-viewer img:first-child {
	display: inherit;
}
