html, body {
    height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}
#container {
    position: relative;
    /*height: 100%;*/
	
	min-height: 100%;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
}

A {
	color: #006699;
	text-decoration: none;
	}
blockquote {
	position: relative;
	top: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	/*border-style: dashed;*/
	display: block;
	background: url(./img/ulshirt.jpg) no-repeat;	
	width: 558px;
	min-height: 322px;
	margin: 0 auto;

	}
	
blockquote div {

}
ol.shirts li blockquote p.tweet {
position: relative;
	margin-left: 135px;
	margin-right: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*border-style: dashed; */
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: url(./img/tweet-body.jpg) repeat-y;
	width: 301px;
	}
ol.shirts li blockquote div.top {

	background: url(./img/tweet-top.jpg) no-repeat;
	margin-top: 95px;
	margin-bottom: 0px;
	margin-left: 135px;
	width: 309px;
	height: 29px;
	}

	
ol.shirts li blockquote div.bot {

	background: url(./img/tweet-bottom.jpg) no-repeat;
	margin-top: 0px;
	margin-left: 135px;
	width: 309px;
	}
	
ol.shirts li blockquote b {
	color: #0000ff;
	}

ol.shirts li a{
	color: #006699;
	text-decoration: none;
}
ol.shirts {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ol.shirts li {
	/*background: #D2FFFF;*/
	padding: 10px;
	margin: 20px;
	border-style: dashed;
	border-color: #aaaaaa;
	/*height: 480px;*/
	font-size: 14px;
	}
ol.shirts li table td{
	/*background: #D2FFFF;*/
	padding: 10px;
	margin: 20px;
	
	border-color: #aaaaaa;
	/*height: 480px;*/
	font-size: 14px;
	}
#wrap {
	width: 70em;
	margin: 0 auto;
	padding: 15px;
	background: #ffffff;
	}
.footer {font-size: 10px}

.bigger {
	font-size: 24px;
	}

.smaller {
	font-size: 14px;
	}	
	
.red {
	color: #ff0000;
	}
	
.green {
	color: #336600;
	}
	
.date {
	color: #888888;
	}
	
.footer {
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	padding-top: 10px;
	}

#absfooter {
	
	position: absolute;
	bottom: 0;
	/*left: 0;*/
	
	color: #000000;
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
	
	/*background: url("./images/footergrad.png") repeat-x top; */
	/*background-color: #A7C7DF; */
	font-size: 12px;
	z-index: 5;
	}	