/************************ General HTML Styles ***********************/
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0px 0px 0px 0px;
  padding:0;
  margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	background: #000000;
  text-align: center;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #c0c0c0;
}

h1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center; 
	font-size: 2.5em;
}

h2 {
	font-size: 1.4em;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

img {
  border: 0px;
}

a	{
  color: #0099ff;
  text-decoration: none;
}
a:hover	{
  color: #778899;
  text-decoration: underline;
}

table {
  width: 98%;
  margin: 0px auto;
  border-collapse: collapse;    
}

td {
  padding: 4px;
  border: 1px solid #c0c0c0;
}

th {
  padding: 4px;
}

/********************* Main Sections (All Pages) ********************/
#wrap {
  margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
/*  text-align: left;  */
}

#header {
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu {
  height: 25px;
  margin-bottom: 45px;
  border-top: dashed 1px #0099ff;
}

#menu a {
  text-align: center;
  display: block;
  float: left;
  font-size: 1.3em;
  padding-top: 5px;
  width: 187px;
  width: 149.6px;
  color: #c0c0c0;
}

#menu a:hover {
  color: #778899;
  text-decoration: none;
}

#content {
  width: 700px;
	margin-left: auto;
	margin-right: auto;
  min-height: 300px;
}

/* min-height hack for Internet Explorer */
/*\*/
* html #content {
  height: 300px;
}
/**/

#footer {
  clear: both;
  text-align: center;
	line-height: 35px;
	font-size: .75em;
	color: #c0c0c0;
  border-top: 1px dashed #0099ff;
  margin-top: 45px;
}

/****************** Classes and ID Specific Styles ******************/

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.floatL {
  float: left;
  font-weight: bold;

}

.floatR {
  float: right;
  font-weight: bold;
}

.left {
  text-align: left;
}

.page_title {
  text-align: center;
  margin-bottom: 15px;
}

.photo {
  text-align: center;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 30px;
}

.right {
  text-align: right;
}

/***********************   Gallery Page Styles   ********************/

div.gallery {
  padding-top: 30px;
  clear: both;
}

div.gallery h2 {
  border-bottom: 1px dashed white;
  text-align: left;
}

div.pic, div.pic2 {
  width: 350px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  text-align: center;
}

div.pic2 {
  float:right;
}

div.pic_large {
  padding: 10px;
}
