html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, strong, em, a, p, form, img, label, table, td, tr, th {
	margin:0;
	padding:0;
	background:none;
	border:none;
	clear:none;
	float:none;
	text-align:left;
	list-style:none;
	font-size: 10px/13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
}

html {
	width:100%;
	height:100%
	overflow:visible;
}

body {
	position:absolute;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	border:0;
	padding:0;
	margin:1%;
	width:98%;
}

#container {
	width:890px;
	/*height:510px;*/
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

#content {
	width:100%;
	float:left;
	background:url(../images/listBGs/odd/visitors.gif);
}

#header {
	float:left;	
	width: 100%;
	height:50px;
	padding-left:30px;
	padding-top: 15px;
	color:#fff;
	background:url(images/h1.gif) top left no-repeat;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


#header img {
	margin-top: 5px;
}

#bigPic {
	float:left;
	clear:left;
	margin-top:20px;
	margin-left:30px;
}

#pic1 {
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#pic2 {
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#pic3 {
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#fulltext {
	float:left;
	width:450px;
	margin:20px 0 20px 30px;
}

#footer {
	float:left;
	clear:left;
	width:100%;
	height:120px;
	background: #A4B3D4 url(images/logo.gif) right center no-repeat;
	padding-bottom:10px;
}

.address {
	float:left;
	margin-top:20px;
	margin-left:30px;
	width:320px;
	font-size:12px;
}

.otherDetails {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:320px;
	font-size:12px;
	
}

p {
	line-height: 1.5em;
	padding-bottom: 0.8em;
}

table {
	float:left;
}

.title {
	color:#fff;
}


strong { font-weight:bold; }