/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background: none;
	padding: 0 60px;
}

/*
li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px; 
}
*/


#box {
	position: static;
	width: 510px;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}

#header {
	position: static;
	width: auto;
	margin: 0;
	padding: 0;
	height: 53px;
	background: none;
	background: #f6f6f6 url(../images/printlogo.png) no-repeat 0 0;
}

	#logo {
		display: none;
	}

	#printicon {
		position: absolute;
		top: 60px;
		right: 40px;
	}

#col2 {
	width: 510px;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

	#mainContent {
		padding: 0;	
	}

#footer {
	position: relative;
	width: auto;
	margin: 0;
	padding: 10px 0 0 0;
	height: 100px;
	background: none;	
}

#address {
		#position: relative;
		#margin: 0;
		#padding: 0;
		#height: auto;
		#line-height: none;
		#width: auto;
		color: #000;
	}
	
ol {
	margin-left: 24px;
}

