a { color: #666666; text-decoration: underline; border: none; }

a:hover { text-decoration: none }

a:active { color: #333333; }

a:visited { color: #333333; }


ul { padding: 0 0 0 0; }

br { font: 8px sans serif; }

html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font: 16px/1.6em Franklin Gothic Book, sans serif; 
	color: #000000;
	background: #white;
}

div#distance { 
	margin-bottom: -10em; /* half of content height */
	background: white;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 20em;         /* required - desired height */
	width: 40em;          /* required - desired width */
	background: white;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#leftcontent {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 20em;         /* required - desired height */
	width: 40em;          /* required - desired width */
	background: white;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

.leftspace {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}