#container {
	height: 700px;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 95px;
	width: 992px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #header #logo {
	float: left;
	height: 95px;
	width: 341px;
}
#container #header #navigation {
	float: left;
	height: 95px;
	width: 390px;
	background-image: url(images/navigation_background.jpg);
}
#container #header #navigation #button1 {
	float: left;
	height: 95px;
	width: 113px;
}
#container #header #navigation #button2 {
	float: left;
	height: 95px;
	width: 95px;
}
#container #header #navigation #button3 {
	float: left;
	height: 95px;
	width: 94px;
}
#container #header #navigation #button4 {
	float: left;
	height: 95px;
	width: 77px;
}
#button1 a:hover img{
	visibility: hidden;
}
#button2 a:hover img{
	visibility: hidden;
}
#button3 a:hover img{
	visibility: hidden;
}
#button4 a:hover img{
	visibility: hidden;
}

#container #header #contact_info {
	float: left;
	height: 95px;
	width: 260px;
	background-image: url(images/phone_number.jpg);
}
#container #main {
	float: left;
	height: 568px;
	width: 990px;
	background-image: url(images/main_background.jpg);
}
#container #maingallery {
	float: left;
	height: 560px;
	width: 992px;
	background-image: url(images/background.jpg);
}
#container #maingallery h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF00B1;
	padding-left: 20px;
}
#container #maingallery p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF00CC;
	padding-left: 20px;
}

#container #maingallery h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF00CC;
	font-size: large;
	padding-left: 20px;
}

#container #maingallery #col1 {
	float: left;
	height: 530px;
	width: 495px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #maingallery #col1 img {
	padding-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #maingallery #col2 {
	float: right;
	height: 530px;
	width: 495px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #maingallery #col2 img {
	float: right;
	padding-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #maingallery img {

}




#container #main #spacer {
	float: left;
	width: 303px;
}
#container #main #textbox {
	float: right;
	height: 425px;
	width: 640px;
	margin-top: 100px;
	overflow: auto;
	margin-right: 45px;
}
#container #main #textbox p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FA02CA;
	font-size: small;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #footer a {
	color: #FC01CA;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
}



#container #footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 39px;
	width: 992px;
}
#container #footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FD02CB;
	font-size: 9px;
	padding-left: 100px;
}
#container #main #textbox img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
