div#content
{
/* This is whats used for both right and left columns */

margin-left: 226px;
margin-right: 34px;
padding: 1em;

/* This is for content column only  no left, no right

margin-left: auto;
margin-right: auto;
padding: 1em;
*/
/* This is for right only with content column 

margin-left: auto;
margin-right: 200px;
padding: 1em;
*/
/* This is for left only with content only 

margin-right: auto;
margin-left: 190px;
padding: 1em;
*/

}
div#wrapperOutside
{
	text-align: center;
	background-color: #152654;
	height: 100%;

}
div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background: #FFFFFF url(images/contentBg.gif);

} 
 
body
{
margin: 0;
padding: 0;
color: #000;
background-color: #ffffff;
}
div#header
{
color: #fff;
background-color: #ccc;
height: 227px;
background: #ffffff url(images/Header.jpg) no-repeat;

}
div#leftC
{
float: left;
width: 226px;

}
div#rightC
{
float: right;
width: 34px;
height: 285px;
margin: 0;
background: #ffffff url(images/right.jpg) no-repeat;
}
div#content { line-height: 150%; }
#cleardiv
{

clear: both;
height: 1em;

}
 div#footer
{
clear: both;
padding-top: 85px;
text-align: center;
background: #152654 url(images/Footer.jpg) no-repeat;
}
.footer_link
{
	color: #FFFFFF;
}