body {
	background: url(../_gfx/bg.jpg);
	color: #eee;
	font-family: georgia, times new roman, times roman;
}

DIV#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

DIV#main {
	background: url(../_gfx/bg_main.png);
	width: 1000px;
}

DIV#top {
	width: 1000px;
	height: 77px;
	background: url(../_gfx/header.png);
	margin-top: 30px;
}

DIV#bottom {
	width: 1000px;
	height: 46px;
	background: url(../_gfx/bottom.png);
}

DIV#sp1 {
	width: 170px;
	margin: 25px;
	float: left;
	position: relative;
}

DIV#sp2 {
	width: 750px;
	margin-right: 20px;
	float: left;
	position: relative:
}

DIV.cl {
	clear: left;
}

DIV.cr {
	clear: left;
}

A {
	color: #ccc;
}

H3 {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 5px;
	margin-bottom: 5px;
	margin-top: 0;
}

DIV.boxtop {
	background: #ccc;
	color: #000;
	padding: 10px;
}

DIV.box {
	border: 1px solid #ccc;
	padding: 20px;
}

DIV#twitterfeed .date {
	font-family: arial; 
	font-size: smaller; 
	border-bottom: 1px dotted; 
	padding-bottom: 3px; 
	margin-bottom: 4px; 
	font-weight: bold;
}

.tiny {
	font-family: arial; 
	font-size: smaller; 
}
