body {
	background-color: #8EDFE7;
	margin: 0px;
	text-align: center;
	}

#container {
	position: relative;
	width: 775px;
	height: 700px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	margin: auto; /* required to center container */
	}
	
#cornerpic {
	position: absolute;
	margin: 0px;
	top: 0;
	right: 378px;
	width: 370px;
	height: 220px;
	text-align: left;
	}

h1 {
	position: absolute;
	right: 45px;
	margin: 0px;
	top: 20px;   
    width: 332px;
    height: 69px;
    background: url(title.gif);
	}
	
h1 span {
	display: none;
	}
	
h2 {
	position: absolute;
	right: 53px;
	top: 80px;
	text-align: right;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	}
	
#contact {
	position: absolute;
	right: 140px;
	top: 120px;
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	}

#nav ul{
	position: absolute;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	top: 225px;
	right: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	list-style: square;
	}

#nav li {
	text-align: left;
	padding-top: 4px;
	height: 18px;
	width: 96px;
	margin: 0 0 0 11px;
		}

#nav a {
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffd576;
	}
	
#content {
	position: absolute;
	margin: 0px;
	width: 510px;
	right: 58px;
	top: 210px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	}
	
#content .white {
	color: #FFF;
	}
	
#content .time {
	font-size: 9px;
	color: #00066;
	}

#content img {
	text-align: center;
	border: 1px solid;
	border-color: #000066;
	}
	
		
#content a:link {
		text-decoration: none;
	    color: #fff ;
		border-bottom: 1px dotted;
		font-weight: bold;
		}	

#content a:visited {
	   text-decoration: none;
	   color: #fff ;
	   border-bottom: 1px dotted;
	   font-weight: bold;
	   }	

#content a:active {
	   text-decoration: none;
	   color: #fff;
	   border-bottom: 1px dotted;
	   font-weight: bold;
	   }	
		
#content a:hover {
		color: #fff;
		border-bottom: 1px solid;
		font-weight: bold;
	   }

h3 {
	font-size: medium;
	}
	
tr {
	padding: 5px;
	}
	
td {
	font-size: x-small;
	text-align: center;
	}
	

	

