@import url(layout.css);
@import url(pages.css);

* {
	border:none;
	margin: 0;
	padding:0;
}

html {
	width:100%;
}

body {
	background:#FFF;
	font:normal normal 0.70em/1.5em arial, sans serif;
	color:#FFF;
	padding: 0 0 20px 0;
	width:736px;
	margin: auto;	
}

ul {
	list-style:none;
}

h1 {
	background: #000 url(/images/h1_background.gif) no-repeat;
	width:155px;
	height:13px;
	position:absolute;
	left:17px;
    bottom:0 !important;
    bottom:0;
    bottom/**/:/**/-1px;		
	font-size: 0;
	line-height: 0;
	
}
h2 span {
	display:none;
}
h3 {
	clear:both;
	color:#ff4d00;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
p {
	margin: 0 0 0.8em 0;
}
p.bottom {
	margin: 0 0 1.6em 0;
}
dl {
	float:left;
	margin: 0 0 25px 0;
	width:420px;
}
dt {
	clear:both;
	width:75px;
	font-weight:bold;
	float:left;
}
dd {
	float:left;
	width:325px;
}
address {
	font-style:normal;
}