body {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 13px;
}

div { 
	border: none;
}

h1 {
	font-size: 15px;
	color: gray;
}

.cb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:link {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.plasticContainer {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.banner {
	background-image: url('../images/banner-pattern.png'); 
	width: 100%; 
	height: 167px; 
	position: relative; 
	top: 0; 
	background-repeat: repeat-x;
}

.bannerimage {
	background-image: url('../images/GlennKaplan2.png'); 
	width: 635px; 
	height: 167px; 
	margin: 0 auto;
}

.navigation {
	width: 100%;
	height: 52px;
	text-align: center;
	background-image: url('../images/nav-pattern.png');
	background-repeat: repeat-x;
}

.navbutton {
	height: 52px;
	line-height: 52px;
	float: left;
	font-weight: bold;
	color: #fff;
	/*width: 140px;*/
	padding: 0 30px;
}
	.navbutton:hover { 
		background-color: #c01420;
		cursor: pointer;
	}

.contentBox {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 130px;
	margin-right: 50px;
	width: 270px;
}

.hpBoxl {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: 20px;
	width: 430px;
}

.hpBoxr {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
	width: 200px;
}

.footer {
	position: relative;
	clear: both;
	bottom: 0;
	left: 0;
	height: 190px;
	background-color: #d8e8f3;
	padding-left: 230px;
	padding-top: 10px;
	font-size: 11px;
	color: #2F4F4F;
        text-align: center;
}

