body, p, td, ul, li {
	font-family: Arial;
	font-size: 10pt;
}
h1 {
	font-family: Arial;
	font-size: 15pt;
}
.gradualshine {
	filter:alpha(opacity=95);
	-moz-opacity:0.3;
}
.normal {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.brighter {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
}
.copyright {
	font-size: 8pt;
}
.content_pane {
	padding-top: 20px;
}
#navi td { 
	text-align: center; 
	vertical-align: top; 
}
#navi img { 
	width: 110px; 
	height: 97px; 
	margin: 2.5px; 
	border-width: 0px; 
}

#contents {
	width: 780px;
}

#inner_contents {
	margin-top: 20px;
	margin-bottom: 20px;
}
#image_pane {
	width: 325px;
}
#image_pane {
	width: 455px;
}
#top_nav ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#top_nav li {
	float: left;
	width: 85px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
#top_nav a {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	width: 85px;
	line-height: 50px;
	text-align: center;
	background: url(../images/buttons/button.jpg);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#top_nav a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}
#contact_form td {
	vertical-align: top;
	width: 200px;
	padding-bottom: 10px;
}

#contact_form label {
	cursor: pointer;
	-moz-cursor: hand;
	padding-left: 5px;
}
#contact_form .box, #contact_form .big_box, #contact_form .small_box {
	border-color: blue;
	border-width: 1px;	
	font-family: Arial;
	color: blue;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
}
#contact_form .box, #contact_form .big_box {
	width: 200px;
}
#contact_form .small_box {
	width: 25px;
}
#contact_form .big_box {
	height: 50px;
}

#contact_form .button {
	width: 100px;
	background: white;
	color: blue;
	font-family: Arial;
	font-weight: bold;
	border-color: blue;
	border-width: 1px;
	cursor: pointer;
	margin-top: 15px;
	-moz-cursor: hand;
}


/* Gallery Related */
#FrogJS{
background: black;
width: 760px;
height: 600px;
margin: 0 auto;
}

#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #d7d7de;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}
/* End Gallery Related */
