html, body {
	margin:0;
	padding:0;

	width: 100%;
	height: 100%;
	vertical-align: middle;

	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 12px;

	background-color: #429191;
}

h1 {
	font-size: 18px;
}

img {
	border: 0;
}

#main {
	margin-top:12px;
	padding-top:12px;
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px; /*set to a negative number 1/2 of your width*/
	background-color: #fff;
	color: #000000;
}

#logo {
  text-align: center;
  color: #ffffff;
}

#randomPhotos {
	padding-bottom: 10px;
}

a {
  text-decoration: none;
}

#menu {
	padding: 12px;
}

#content {
	padding: 12px;
	background-color: #fff;
 	color: #000;

	line-height: 1.6;

  	/* text-align: justify; */
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 5px;
  text-align: left;
  padding-right: 30px;
}

/** Main Navigation Properties */

a.mainNav {
	font-weight:		bold;
	color:			#429191;
	font-size: 		14px;
}

a.mainNav:active, a.mainNav:visited {
	color:			#429191;
}

a.mainNav:hover {
	color:			#E26526;
}

a {
	color:			#517A98;
}

a:active, a:visited {
	color:			#517A98;
}

a:hover {
	color:			#E26526;
}

.heading {
	font-weight: bold;
	color: #E26526;
}

#horizontalHdrBG {
	margin-left: 12px;
	margin-right: 12px;
	background-image:url(/images/line_hdr_bg.gif);
	background-repeat:repeat-x;
}

#navToContentBG {
	background-image:url(/images/nav_to_content_bg.gif);
	background-repeat:repeat-y;
}
