*{margin:0;padding:0;}

body {
	text-align: center;
	background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
	background-color: #0d7f7b;
	height:100%;
	}

#wrapper {
	background: #FFF;
	width: 920px;
	height: auto;
	margin: 20px auto;
	text-align: left;
	}

#firstpara {
	margin: 20px 40px 20px 40px;
	color: #0d7f7b;
	font-size: 12pt;
	}
	
p {
	margin: 10px 40px 0px 40px;
	color: #919191;
	font-family: arial;
	font-size: 10pt;
	}


h1 {
	margin: 20px 40px 10px 40px;
	color: #0d7f7b;
	font-size: 12pt;
	}
	
#nav {
	margin:0;
	padding:0;
	border:0;
	width: 920px;
	height: 47px;
	overflow:hidden;
}


#photobanner {
	margin:0;
	padding:0;
	border:0;
}

#leftbox {
	width: 550px;
	margin: 20px 10px 40px 0px;
	color: #0d7f7b;
	font-size: 12pt;
	float:left;
	}
	
#rightbox {
	width: 350px;
	margin: 20px 0px 0px 0px;
	color: #0d7f7b;
	font-size: 12pt;
	float:right;
	}
	

#footer {
	padding:0;
	border:0;
	width: 920px;
	height: 23px;
	overflow:hidden;
}

a:link {color:#0d7f7b;text-decoration: none; }      /* unvisited link */
a:visited {color:#0d7f7b;text-decoration: none;}  /* visited link */
a:hover {color:#919191;text-decoration: underline;}  /* mouse over link */
a:active {color:#0d7f7b;text-decoration: none;}  /* selected link */

