body {
  font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
}

#main {
	float: left;
	margin-left: 35px;
	padding: 0;
	width: 54%;	
	border-left: 1px solid #007CA6;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #FA9F34;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; text-transform: none;}

/* links */
a {
	background: inherit;
	color: #007CA6;
}
a:hover {
	background: inherit;
	color: #FA9F34;
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 2px;		
	border-left: 1px solid #007CA6;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* footer */
#footer {
	clear: both;
	border-top: 1px solid #007CA6;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
