/* @group Main Site */

#Header {
	color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	font: small-caps small "Orator Std";
	background: #fffffe;
}


#Header H1 {
	text-decoration: underline;
	text-align: left;
	padding-left: 1em;
}

#container {
	width:  800px;
	margin:0 auto;
	background: white;
	color: black;
}

#Gallery {
	/*clear:  both;*/
	background: white;
	text-align: center;
	font-size: xx-small;
	margin: auto;
	padding: 0;
	height: 566px;
	width: 800px;
	color: black;
}

#ContactPage {
	clear:  both;
	text-align: center;
	font-size: xx-small;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	height: 566px;
	background-color: white;
	color: black;
}

#Main {
	background-color: white;
	width: 441px;
	float: left;
	margin: auto 0;
	text-align: center;
	padding-top: 125px;
	color: black;
}

#Main img {
	margin:  0 auto;
}


#SideMain {
	background-color: white;
	width:  300px;
	float:  right;
	height: 441px;
	text-align: left;
	margin: auto 0;
	padding-top: 125px;
	color: black;
}



#about {
	text-align: right;
  	overflow: auto;
  	float: left;
  	padding: 5px 5px 10px 50px;
  	width: 160px;
  	height:  100%;
	font: small "Trebuchet MS";
}

#aboutwrap {
  	text-align: center;
  	float: left;
  	border-bottom: #000000 solid 1px;
  	border-top: #000000 solid 1px;
  	width: 100%;
  	color: inherit;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	height: 475px;
	width: 800px;

}
#about img {
  float: left;
}

#aboutleft {
	display: table-cell;
	vertical-align: middle;
	float: right;
	text-align: left;
	margin-top: 60px;
	overflow: hidden;
	padding: 0;
	font-size: 12px;
}

#aboutleft img {
	width: 500px;
	display: block;
	padding: 5px;
	margin: 0;
}





#contact {
  font-size: 12px;
  text-align: right;
  overflow: auto;
  float: left;
  padding: 5px 5px 10px 50px;
  height: 400px;
  width: 275px;
}

#contactwrap {
  	text-align: center;
  	float: left;
  	border-bottom: #000000 solid 1px;
  	border-top: #000000 solid 1px;
  	width: 100%;
  	color: inherit;
	clear: both;
}
#contact img {
  float: left;
}

#contactleft2 {
  text-align: center;
  float: left;
  padding: 10px 0px 15px 0px;
  width: 99%;
  font-size: 12px;
}

#contactleft {
  text-align: center;
  overflow: hidden;
  padding: 10px 10px 15px 10px;
  font-size: 12px;
}

.logo {
  text-align: left;
  margin: 0;
  display: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  background: white;
}


.logo img {
	z-index:5;
	padding: 0;
	margin: 0;
  	border: 0px;
}

#navcontainer {
	clear: both;
	width: 100%;
	font: normal small-caps small "Orator Std", Trebuchet;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px;
	background: black;
	color: white;
}

#navcontainer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#navcontainer li {
  display: inline;
  margin: 0;
  padding: 0;
}
#navcontainer li:active {
	text-decoration: underline;
}

#navcontainer li:current {
	text-decoration: underline;
	background-color: orange;
}


#navcontainer img {
  border:0;
}

#navcontainer a {
	color: white;
	background-color: inherit;
	padding: 0 5px 0px 5px;
	text-decoration: none;
}

#navcontainer a:active {
  	color: white;
  	background-color: inherit;
}

#navcontainer a:visited {
  color: white;
  background-color: inherit;
}

#navcontainer a:hover {
  color: silver;
}

#Footer {
	clear:  both;
	color: white;
	background-color: black;
	text-align: center;
	font-size: xx-small;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}


#Footer a {
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0 5px 0px 5px;
}

#Footer a:active {
  color: silver;
  background-color: inherit;
	text-decoration: underline;
}

#Footer a:visited {
  color: silver;
  background-color: inherit;
}

/* @end */

/* @group Generic Content */

html, 
body {
	color: gray;
	padding: 0;
	font: 12px "Orator Std";
	background: white;
}

/* My Comment */



/* @end */