body {
	color: #101D45;
	font-family: Verdana, Arial, sans-serif;
	margin:0;
	
	
}
h1 {
	text-align:center;
	margin-bottom: 0pt;
	color: #4F4F4F;
	height: 72px;
	line-height: 200%;
	padding-left: 20px;
	font-family: Georgia, serif;
}
h2 {
text-align: center;
	color: #101D45;
	font-family: Georgia, serif;
}
h3 {
	color: #101D45;
}
dt {
	color: #000033;
	font-weight: bold;
	margin-top: 15px;
}

input{
display: block;
margin-bottom: 20px;

}
form{
padding-bottom: 30px;
}




#mySubmit{
margin-left: 130px;
}

textarea{
display: block;
margin-bottom: 20px;
}

label{

width: 120px;
float: left;
display:block;
padding-left: 10px;
}

table {
	width: 600px;
	margin: auto;
	border: solid 1px #3399cc;
	border-spacing: 0;
	
}
th, td {
	padding: 5px;
	border: solid 1px #F0F0F0;
}
td {
	text-align: center;
}
tr:nth-of-type(even) {
	background-color: #F3D05B;
}
/* ids */
 #wrapper {
 background-color:#B8C7DD;
	min-width: 960px;	
width: 55%;
margin-right: auto;
margin-left: auto;
}


#nav{
font-size:12px;
font-weight:bold;
text-align:center;
padding:20px 5px 5px 20px;
border-style:solid;
border-width:2px;
border-right:transparent;
border-left:transparent;
padding-top:0;
}
#nav a {
	color:black;
text-decoration: none;	
padding-right:10px;	
}
#nav a:hover{
	color: red;
}
#nav ul {
	list-style-type: none;
}
#nav li{
display:inline;
}
#content {
	
	
	background-color: white;
	
	margin-bottom: 70px;
	padding-top: 1px;
	padding-left: 20px;
	
}
#content ul {
	list-style-position: inside;
}
#content img {
	float:left;
	padding-right: 20px;
	padding-bottom: 100px;
}
#address {
	padding-left: 20px;
}
#footer {
	padding: 5px;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	border-style:solid;
	border-right:transparent;
	border-left:transparent;
	border-bottom:transparent;
	border-width:2px;
}


#gallery { 
	position: relative; 
	float:right;
}
#gallery ul { 
	width: 300px; 
    list-style-type: none; 
}
#gallery li { 
	display: inline; 
    float: left; 
    padding: 10px; 
}
#gallery img { 
	border-style: none; 
	float: none 
}
#gallery a { 
	text-decoration: none; 
    color: #333; 
    font-style: italic; 
}
#gallery span {
	display: none; 
}
#gallery a:hover span { 
	display: block; 
	position: absolute;
    top: 10px; 
    left: 340px; 
    text-align: center; }
#text{
text-align: center;
}


/* classes */

.clear {
	clear: left;
}
.text {
	text-align: left;
}


