@charset "utf-8";
/* CSS Document */

/* the basics */
body,td,th {
	color: #FFF;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

/** headings **/
h1 {
	font-size:28px;
	font-weight: lighter;
	color: #000;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h2 {
	font-size:18px;
	font-weight: lighter;
	color: #000;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h3 {
	font-size:14px;
	font-weight: lighter;
	color: #000;
	text-decoration:none;
	background-position: top;
	vertical-align: top;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
h4 {
	font-size:10px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	display: inline;
	font-family: "Gill Sans Light", "Gill Sans MT Std Light", "Gill Sans MT", "Gill Sans", "Century Gothic", Arial;
}
/* page structure */
#container {
	
	width: 600px;
	
}
#padcontainer{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}
#apDiv1 {
	display: none;
	clear:both;
}
#header {

}
#titlebar{
display:none;
}
#contentcontainer{
	float: left;
	height: 469px;
	width: 600px;
	
}
.photopadright{
	display:none;
}
#textcontent{
	width:600px;
	float:left;
	display:inline;
}
#padtext{
	padding: 4px;
}


/** Navigation links**/

  form{
	margin: 0px;
	padding: 0px;  
  }


