/* BODY STYLE */
body { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; }

/* FONT STYLES */
b { font-weight: bold; }
i { font-style: italic; }
a { color:#666666; text-decoration: none; }
a:active { color:#999999; text-decoration: none; }
a:hover { color:#999999; text-decoration: underline; }
a:visited { color:#999999; text-decoration: none; }

.body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; padding-bottom: 15px; padding-left: 25px; }
.promo { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ff00ff; padding-bottom: 15px; padding-left: 25px; }
.copyright { color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding-left: 25px; }

/* DESIGN / GRAFX */
.design-banner { 
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 173px;
	background-image: url('../../images/banner-content.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.design-topnav { 
	width: 450px; 
	height: 170px; 
	display: block;
	vertical-align: bottom;
}
	
.design-body { 
	width: 640px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: static;
}

.design-padder { 
	width: 640px;
	height: 30px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}