body,table {
	font-size:10pt;
	font-family: verdana,sans-serif;
}
body {
	width:800px;
	margin:10px auto;
	/*background-color:#FFFDCC;*/
	background-color:white;
}
#main {
	background-color:white;
	width:100%;
	border:0px red solid;
	padding:5px;
}
h1 {
	color:gold;
	border:0px gray solid;
	margin:0;
}
.postbox {
	float:left;
	width:270px;
	margin:5px;
}
.postthumb {
	border:1px gray solid;
	width:160px;
}
.playcountspan {
	font-size:80%;
}
.tagsspan {
	font-size:80%;
}
.createdspan {
	font-size:80%;
}
.creatorspan {
	font-size:80%;
}
.captionspan {
	font-size:80%;
}
#menubar {
	float:right;
	font-size:80%;
}
.titlespan {
	font-weight:bold;
}
#introlist {
	/*width:500px;*/
	float:left;
	background-color:white;
}
#sidebar {
	width:200px;
	border-left:1px gray solid;
	/*float:left;*/
	background-color:white;
}
.gallerylabel {
	font-size:150%;
	color:black;
}

