/* CSS Document */

/* this is commented out see the asterik and slash.... */

body {
	margin-top: 15px;
	background: #A6853D;
}
	

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#79BDA6 url(../images_common/background-top.jpg) no-repeat;
	text-align: left;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 15px 40px;
	background:#FFFFFF url(../images_common/background-bottom.jpg) no-repeat;
	text-align: left;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 175%;

}

#content .roccaRundownHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-color:#000000;
	margin: 0px 0px 0px 0px;
	width: 450px;
}

#content .postDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 100%;
	margin: 8px 0px 25px 0px;
}

#content a:link { color: #0000CC;	text-decoration: none; }
#content a:visited { color: #0000CC;	text-decoration: none; }
#content a:active { color: #0000CC;	text-decoration: none; }
#content a:hover { color: #990000;	text-decoration: none; }

#subscriberBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	line-height: 100%;
}

#subscriberBox a:link { color: #0000CC;	text-decoration: none; }
#subscriberBox a:visited { color: #0000CC;	text-decoration: none; }
#subscriberBox a:active { color: #0000CC;	text-decoration: none; }
#subscriberBox a:hover { color: #990000;	text-decoration: none; }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color:#00ad63;
	margin-top: 20px;
	text-align:center;
}

#footer a:link { color: #FFFFFF;	text-decoration: none; }
#footer a:visited { color: #FFFFFF;	text-decoration: none; }
#footer a:active { color: #FFFFFF;	text-decoration: none; }
#footer a:hover { color: #FFFFFF;	text-decoration: none; }

#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-top: 5px;
	text-align:center;
}

#copyright a:link { color: #FFFFFF;	text-decoration: none; }
#copyright a:visited { color: #FFFFFF;	text-decoration: none; }
#copyright a:active { color: #FFFFFF;	text-decoration: none; }
#copyright a:hover { color: #FFFFFF;	text-decoration: none; }