* {
	margin:0;
	padding:0
	}
h2,h3,h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin-bottom:10px;
	padding: 5px 10px;
	}
p {
	padding: 5px 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	color: #015945;
	font-size: 1.0em;
	font-weight: bold;
}

h4 {

	color: #D97203;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
}

/* mac hide \*/
html,body {
	height:100%;
	}
/* end hide*/
body { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #B3CDC7;
	color:#333;
	text-align:center;
}
#outer{
	min-height:100%;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/nav-bg.gif) repeat-y center top;
	text-align:left;
	border-left:1px solid #80ACA2;
	border-right:1px solid #80ACA2;
	position:relative;
}
* html #outer {
	width:746px;
	w\idth:750px;
	height:100%;
}
#header {
	background: #fff url(../images/jornas-logo.jpg) no-repeat;
	height: 113px;
	margin: 0;
}

#right, #left {
	float:left;
	width:150px;
}
#right {
	height: 393px;
	background: #fff url(../images/banner-image-right.jpg) no-repeat right top;
	}
	
/* center column container including banner image center - width only applies to home page here*/
#content {
	float: left;
	width:450px;
	}
#banner-center{
	height: 128px;
	background: #015945 url(../images/banner-image-center.jpg) no-repeat right top;
}
/* main body content in center column */
.main-content {
	padding:5px 10px;
	}
	
/*** footer style ***/
#footer {
	position:absolute;
	bottom:0;
	left:0;	
	width:750px;
	height:26px;
	background-color: white;
	border-top:1px solid #80ACA2;
	border-bottom:1px solid #80ACA2;
	text-align:left;
}
#footer p {
	color: #80ACA2;
	padding: 5px 8px;
	font-size: 9px;
}

* html #footer {
	height:26px;
	he\ight:16px;
	bottom:-1px;
}
#footer #side-a {
	float: left;
	width: 420px;
}
#footer #side-b { 
	margin: 0;
	float: right;
	width: 170px;
	height: 1%; /* hack for Peekaboo Bug */
}
#footer a:link, #footer a:visited
{
	color: #80ACA2;
	text-decoration: none;
}
#footer a:hover {
	color: #015945;
	text-decoration: underline;
}
#clearfooter {
	clear:both;
	height:26px;
}
	
