* {
	margin : 0;
	padding : 0;
}
body {
	font : 16px Helvetica, Sans-Serif;
	line-height : 24px;
	background : url(images/noise.jpg);
}
.clear {
	clear : both;
}
img.bordered {
	padding : 1px;
	border : #021a40 solid 1px;
	background-color : #FFF;
}
#page-wrap {
	width : 960px;
	margin : 40px auto 60px;
}
div#topleft {
	width : 200px;
	float : left;
}
div#topmid {
	width : 480px;
	float : left;
}
div#topright {
	width : 240px;
	float : right;
}
h1 {
	font-family : Georgia, serif;
	margin : 0 0 0 16px;
	padding : 0 0 16px 0;
	font-size : 42px;
	font-weight : 100;
}
div#topmid h1 {
	margin : 5px 0 5px 0;
}
div#topmid p {
	line-height: 23px;
}
div#topmid span.spacer {
	color: #999999;
	padding: 0 20px; 
}
div#topmid span.vcard a {
	text-decoration: none;
	border-bottom: none;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
div#topmid span.vcard a:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
div#topmid span.vcard img {
	margin-left: 10px;
	margin-bottom: -5px;
}
h2 {
	font-size : 20px;
	margin : 0 0 6px 0;
	position : relative;
}
h2 span {
	position : absolute;
	bottom : 0;
	right : 0;
	font-style : italic;
	font-family : Georgia, Serif;
	font-size : 16px;
	color : #999;
	font-weight : normal;
}
p {
	margin : 0 0 16px 0;
}
a {
	color : #999;
	text-decoration : none;
	border-bottom : 1px dotted #999;
}
a:hover {
	border-bottom-style : solid;
	color : black;
}
ul {
	margin : 0 0 32px 17px;
}
div#background {
	width : 560px;
	margin-left : 200px;
	float : left;
}
div#background p {
	margin-top : 20px;
	font-family : Georgia, Serif;
	font-style : italic;
}
div#footer {
	border-top : 1px solid #999;
	text-align : center;
	padding-top : 10px;
	margin : 20px auto;
}
div#footer ul {
	text-align : center;
}
div#footer ul li { 
	display : inline-block;
	padding : 6px;
	color : #000000;
	font-size : 0.8em;;
}
div#footer ul li.company, 
div#footer ul li.address, 
div#footer ul li.tel,
div#footer ul li.fax, 
div#footer ul li.mailto {
}
div#footer ul li.spacer {
	color: #999999;
	padding: 0!important;
}
dt {
	font-style : italic;
	font-weight : bold;
	font-size : 18px;
	text-align : right;
	padding : 0 26px 0 0;
	width : 150px;
	float : left;
	}
dt.threelines {
	height : 75px;
}
dt.fourlines {
	height : 100px;
}
dt.fivelines {
	height : 125px;
}
dt.tenlines {
	height : 250px;
}
dd li {
	list-style : none;
}
dd li:before {
	content : '\25A0';
	display : block;
	position : relative;
	max-width : 0;
	max-height : 0;
	left : -20px;
	top : 0;
	color : #999;
	font-size : 12px;
}
dd {
	width : 760px;
	float : right;
}
dd.clear {
	width : 960px;
	float : none;
	margin : 0;
	height : 15px;
}
