.wrapper {
 	box-sizing: content-box;
	-moz-box-sizing: content-box;  
	width:99%; 
	text-align:center; 
	margin:0px; 
	padding:0px;
	overflow: hidden;
	color: #0000FF;
		}
.topLeft {
    box-sizing: content-box;
	-moz-box-sizing: content-box; 
	background: url('http://www.create-a-banner.com/images/top_left.gif') no-repeat;
	border:0;
	float:left;
	height: 205px;
	width: 60px;
	}
.topLeft2 {
  box-sizing: content-box;
	-moz-box-sizing: content-box; 
	background: url('http://www.create-a-banner.com/images/top_left2.gif') no-repeat;
	height: 205px;
	width:80px;
	float:left;

	}
.topMiddle {
  box-sizing: content-box;
	-moz-box-sizing: content-box;  
	background: url('http://www.create-a-banner.com/images/top_middle.gif') repeat-x;
	height: 205px;
	width: 40%;
	text-align:center;
	float:left;

	}
.topRight {
	box-sizing: content-box;
	-moz-box-sizing: content-box; 
	background: url('http://www.create-a-banner.com/images/top_right.gif') no-repeat;
	height: 205px;
	width:125px;
	float:left;

	}
.leftSide {
  box-sizing: content-box;
	-moz-box-sizing: content-box;  
	width: 60px;
	height: 1180px;
	float: left;	
	}
.main {
    box-sizing: content-box;
	-moz-box-sizing: content-box;  
	width:850px;
	height: 1180px;
	float:left;
	font: 1em Arial, Helvetica, sans-serif;
	color: #0000FF;
	padding-left: 48px;
	background: url('http://www.create-a-banner.com/images/left_side.gif') repeat-y;
	}
.bottomLeft {
    box-sizing: content-box;
	-moz-box-sizing: content-box;  
	background: url('http://www.create-a-banner.com/images/bottom_left.gif') no-repeat;
	height: 124px;
	width: 200px;
	float: left;

	}
.textAd{
	width: 100%;
	margin: 0 0 6px 0;
	font: .9em Arial, helvetica, sans-serif;
	color: #0000FF;
	font-variant: small-caps;
	}
.textAd a:link{
	width: 100%;
	color: #0000FF;
	font-variant: small-caps;
	text-decoration: none;
	}
.textAd a:visited{
	width: 100%;
	color: #0000FF;
	font-variant: small-caps;
	text-decoration: none;
	}
.textAd a:hover{
	width: 100%;
	color: red;
	font-variant: small-caps;
	text-decoration: none;
	}
.textAd a:active{
	width: 100%;
	color: red;
	font-variant: small-caps;
	text-decoration: none;
	}
a:link a:visited a:hover a:active {
	text-decoration:none;
	}