@import url("calendar.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");
@import url("/dovetailWRP/Site/Themes/css/DovetailSite.css");




body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#07164f;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
}



#container {
    width:800px;
    height:100% auto;
    margin-left:auto;
    margin-right:auto;
    width:50em;
    text-align:left;

}

#blogheader {
	width: 800px;
	height: 102px;
	background-image: url(images/header.jpg);

}


#content {
	width: 756px;
	height: 100% auto;
	min-height: 800px;
	float:left;
}
#rightcol {
	float:right;
	height: 100% auto;
	
}
#footer {
	width: 800px;
	height:64px;
	clear:both;
	background-image: url(images/footer.jpg);
}


#novo 
{
    float:left;
    margin-top:5px;
    margin-left:25px;
}

#BFooterMenu
{
    margin-top:10px;
    
}

#left {
	
	font-size: 100%;
	left: 0px;
	position: relative;
	z-index: 100;
	width:535px;
	float:left;
	
	
	
	}

#left .column {text-align:left; 
	
	
}

#right {
	width: 200px;
	font-size: 90%;
	line-height: 1.5em;
	
	z-index: 0;
	float:right;
}

#right .column {
	
}


.SubHead-Blue A
{
	font-size:15px;
	color:#0072BC;
	line-height:18px;
	margin-bottom:-12px;
	text-decoration:none;
}





