/* containers */

#backdrop {
	background-image: url(images/page-header.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
}
#header {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 269px;
}
#content {
	position: absolute;
	width: 455px;
	z-index: 5;
	left: 288px;
	top: 295px;


}
#side {
	position: absolute;
	width: 163px;
	z-index: 4;
	top: 308px;
	left: 759px;

}
#nav {
	position: absolute;
	top: 25px;
	z-index: 3;
	left: 755px;
}

#twitter_div {
	margin-left: -39px;
	list-style-image: none;
	list-style-type: none;
}
#twitter_update_list {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 6px;
}

/* tag styles */

body {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-color: #2D3738;
	background-position: 200px;


}

li {
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	color: #EEEEEE;
	background-image: url(images/twitterback.jpg);
	font-size: 9px;
	text-align: left;

}

div, tr, td {
	font-family: Tahoma;
	font-size: 9px;
	color: #EDEDED;
}

a {
	color: #51CAC5;
	text-decoration: none;
	font-weight: bold;
}
a:visted {}
a:hover {}

/* class styles */
.content {
	text-align: justify;
}
.side {
	text-align: center;
}
.header {
	text-size: 12px;
	color: #51CAC5;
}