html
{
	margin:0px;
	padding:0px;
	height:100%;
}
body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
img
{
	display:block;
	border:0px;
	outline:0px;
}
.row
{	
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;	
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.center
{
	margin-left:auto;
	margin-right:auto;
}
.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}

.mt10
{
	margin-top:10px;
}
.mt20
{
	margin-top:20px;
}

.siteWidth
{
	width:920px;

}
#linkbar
{
	border-bottom:1px solid #ccc;
	padding:5px 0px 5px 0px;
}
#topLinks a
{
	margin-right:15px;
	text-decoration:none;
	font-weight:bold;
	color:#0066cc;
}
#logo
{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
#searchBox
{
	width:550px;
}
#searchBtn
{
	display:block;
}

.thumbs
{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	height:120px;
	width:100px;
}
.thumbLink
{
	text-decoration:none;
	color:#333;
	display:block;
	width:100px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.tagBox
{
	margin-top:10px;
	width:150px;
	float:left;
}
.tagLabel
{
	margin-bottom:5px; text-decoration: underline; font-weight: bold;
}
.tagBox a
{
	color:#0066cc;
	font-size:12px;
	display:block;
	width:145px;
	padding-left:5px;
	height:16px;
	line-height:16px;
	margin-top:3px;
	overflow:hidden;
}


h1, .secHeader
{
	margin:0px 0px 10px 0px;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	background-color:#eee;
}
#bottomTags a
{
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:15px;
	color:#0066cc;
}

