body {
	margin: 0;
	padding: 0;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;	
	font-weight: normal;	
	color: #000;
	text-align: left;
	background: #fff9a8;
	}
	
td {
	font-size: 12px;
	line-height: 15px;
	}	
	
a:link {
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a:active {
	color: #ffffff;
	text-decoration: none;
	}	
	
a:hover {
	color: #666666;
	text-decoration: none;
	}	
	
	
h1 { 
	font-size: 14px; 
	font-weight: bold;	
	color: #ffff00;
	margin-top: 0px;
	margin-bottom: 10px;	
	}
	
h2 { 
	font-size: 28px; 
	font-weight: bold;	
	color: #dccc01;
	margin-top: 0px;
	margin-bottom: 10px;	
	}

h3 { 
	font-size: 16px; 
	font-weight: bold;
	margin-top: 5px;	
	margin-bottom: 10px;	
	}

	
#container {
	width: 900px;
	background: #fff9a8;
    margin: 20px auto;
	}
	
#header {
	width: 900px;
	height: 160px;
	background: #ffec01;
	text-align: center;
	}
	
#spacergrey { 
	width: 860px;
	margin: 0 20px 0 20px;	
	background: #000;
	height: 3px;
	}
	
#main { 
	background: #fff url(../images/main-bgd.jpg) repeat-y;
	width: 860px;
	height: 300px;
	padding: 20px;
	text-align: center;	
	overflow: auto; 
	clear: both;
	}
	
#main a {
	color: #333;
	}
#main a:hover {
	color: #baac01;
	}		
	
#footer {
	width: 900px;
	height: 60px;
	background: #fff9a8 url(../images/speedprint-footer.jpg) no-repeat;
	text-align: center;
	}		
#btmbar { 
	margin: 0 auto;
	width: 900px;
	background: #fff9a8 url(../images/speedprint-btmbar.jpg) no-repeat;
	height: 60px;
	color: #fff;
	}
#textlinks {  
	font-size: 10px;
	padding: 30px 20px;
	text-align: center;
	color: #333;
	}
#textlinks a { 
	color: #333;
	}
#textlinks a:hover {
	color: #666;
	text-decoration: underline;
	}	

