/* CSS Document */

body {
	background-image:url(images/body_bg_line.jpg);
	background-repeat:repeat-x;
	font-family:lucida grande, verdena, arial, sans-serif;
	font-size:12px;
}

table.mainbody {
	width:800px;
	margin:auto;
	}
table.mainbody a {
	color:#660000;
	text-decoration:none;
}

table.menus {
	margin:auto;
	text-align:center;
 	width:800px;
}
table.menus td {
	background-image:url(images/button.jpg);
}
table.menus td a {
	text-decoration:none;
	color:#CCCCCC;
}
table.menus td a:hover {
	color:#FFFF99;
}

div.maincontent {
	display:table;
	width:800px;
	background-color:#cbd6e3;
	margin:auto;
}


div.pagetitle {
	display:table;
	width:700px;
	margin:auto;
	text-align:center;
	padding:10px;
	padding-top:20px;
}
div.pagephoto {
	display:table;
	width:200px;
	margin:auto;
}
div.pagephoto {
	margin:auto;
}
div.pagetext {
	display:table;
	width:700px;
	padding:20px;
	margin:auto;
}
div.pagetext h4 {
	text-align:center;
	background-color:#999999;
}

div.mainleft {
	display:table;
	width:65%;
	float:left;
	padding:10px 10px 10px 30px;
}

div.mainright {
	display:table;
	width:30%;
	float:right;
}
div.mainright img {
	padding:20px 20px 10px 10px;
}
td.gompalinks a {
	font-size:120%; 
	font-family:Georgia, Times New Roman, Times, serif; 
	color:#660000;
	text-decoration:none;
}	
td.gompalinks a:hover {
	color:#333333;
	text-decoration:underline;
}
table.photogallery {
	width:560px;
	margin:auto;
}
table.photogallery img {
	padding:10px;
}

div.photos {
	display:table;
	margin:auto;
	width:600px;
	text-align:center;
	padding-top:40px;
}
table.photogallery td img {
	border:none;
}
div.footer {
	display:table;
	margin:auto;
	width:800px;
	text-align:center;
	font-size:80%;
	padding-top:5px;
}