/* Tags */
body{
	padding:0px;
	margin:0px;
	background-image:url(../images/layout_bg.jpg);
	background-position:top;
	background-repeat:repeat;
}
body, td, th{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}
a:link, a:visited, a:active{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
form{
	padding:0px;
	margin:0px;
}
/* More link styles */
.linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
/* Ids */
#bodyWrapper{
}
#pageWrapper{
	width:648px;
}
#titleBar{
	background-image:url(../images/layout_top_3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:73px;
}
#titleBar img{
	padding:13px 27px 0px 27px;
}
#content, .content{
	margin:0px 14px 0px 14px;
	padding:0px 13px 0px 13px;
	background-color:#FFFFFF;
}
/* Classes */
.blogTitle{
	font-size:14px;
	font-weight:bold;
}
.galleryImage{
	width:33%;
	height:144px;
	float:left;
	padding:0px 0px 14px 0px;
}
.galleryImage img{
	border:1px solid #CCCCCC;
	padding:2px;
}
/* Clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
