@charset "utf-8";
body {
	text-align: center;
}
/* CSS Document */

#container {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}
#column1 {
	width: 420px;
	float: left;
}
#column2 {
	border: 6px solid #58585A;
	float: left;
	padding: 3px;
	margin-bottom: 20px;
}
#column2 img {
	border: 2px solid #000;
}
#logo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#logo p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #58585A;
	margin-top: 5px;
	margin-bottom: 20px;
	font-style: italic;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#nav {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C6C9B4;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block;
	width: 33%;
	float: left;
	background-color: #58585A;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7C7C7E;
}
#nav a:hover {
	color: #E9EAE1;
	background-color: #49494B;
}
#content {
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #58585A;
}
#content .homeContent {
	margin-top: 70px;
	font-size: 12pt;
}



.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #58585A;
	padding: 10px;
}
.contact a {
	color: #58585A;
	font-style: italic;
	font-size: 10pt;
}

.contact h2 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contact h3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #58585A;
	margin-top: 0px;
}
.contact a:hover {
	text-decoration: none;
}
.contact p {
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 0px;
}
#gallery div{



}

#gallery a {
	color: #58585A;
	text-decoration: underline;
}
#gallery a:hover {
	text-decoration: none;
}

#gallery p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #58585A;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gallery h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #58585A;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gallery img {
	border: 2px solid #000;
	margin: 5px;
}

#gallery table{
	margin-right: auto;
	margin-left: auto;

}
#gallery td {
	padding: 20px;
	text-align: center;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #58585A;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
}
#footer a {
	color: #58585A;
}
#footer a:hover {
	text-decoration: none;
}
