*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff;
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a, a:visited {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	background: url(../images/bg.png) top left repeat-x;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 15px;
	text-align: center;
}
#logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 440px;
	height: 130px;
	display: block;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}
#logo h1 {
	display: none;
	visibility: hidden;
}
#center {
	width: 700px;
	height: auto;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#contactInfo {
	width: 100%;
	height: 56px;
	display: block;
	color: #444444;
	font-size: 14px;
	list-style-type: none;
	list-style-position: inside;
	line-height: 16px;
	text-align: left;
}
#contactInfo li {
	display: block;
	float: left;
	padding-left: 24px;
}
#contactInfo li.address {
	background: url(../images/address.png) top left no-repeat;
	width: 188px;
}
#contactInfo li.email {
	background: url(../images/email.png) top left no-repeat;
	width: 182px;
}
#contactInfo li.email a {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
}
#contactInfo li.phone {
	background: url(../images/phone.png) top left no-repeat;
	width: 130px;
}
#contactInfo li.fax {
	background: url(../images/fax.png) top left no-repeat;
	width: 100px;
}
.caps {
	display: block;
	padding-bottom: 4px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
#row1, #row2 {
	width: 100%;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
}
.left {
	width: 350px;
	float: left;
}
.right {
	width: 350px;
	float: right;
}
.copyright {
	width: 100%;
	height: 28px;
	display: block;
	margin-top: 20px;
	line-height: 28px;
}
#websites {
	width: 680px;
	height: 32px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-position: inside;
	line-height: 28px;
}
#websites li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
.amped {
	font-weight: bold;
}