* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
}
body {
	border:none;
	background-color: #EFEFEF;
	text-align: left;
}
#header {
	background-color: #ffffcc;
	text-align:center;
}
#footer {
	background-color: #eeeeee;
	text-align:center;
}
div.clear {
	clear:both;
}
#wrapper {
	width:150px;
	background-repeat:repeat-y;
	background-position:center top;
	float: left;
}
#superwrapper {
	width:350px;
	background-repeat:repeat-y;
	background-position:center top;
	margin-top: 7px;
}
#col1 {
	float: left;
	margin-left:4px;
	border-left-width:0px;
	padding-left:4px;
	width:55px;
	height: 55px;
}
#col2 {
	float: left;
	margin-left:4px;
	border-left-width:0px;
	padding-left:4px;
	width:70px;
	height: 60px;
	font-size: 9px;
}
#col3 {
	float: left;
	margin-left:4px;
	border-left-width:0px;
	padding-left:4px;
	width:190px;
	height: 60px;
	font-weight: normal;
	text-align: left;
	font-size: 9px;
}

