/*  David Cress Global CSS  */

html, body, table, td {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family:  Arial;
	text-align: center;
	color: #666;
}

html > body {
	font-size: 14px;
	line-height: 18px;
}

* html body {
	font-size: 0.88em;
	line-height: 1.5em;
}

a, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #bed63a;
	text-decoration: none;
}

#content {
	width: 315px;
	text-align: left;
}

#info {
	clear: right;
	padding: 10px 0 0 0;
	margin-left: 122px;
}