.wrapper {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	height:auto;
	font-weight:400;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-top: 55px;
}

.wrapper .menu {
	width:760px;
	height:40px;
	clear: both;
}

.wrapper .topspacer {
	width:760px;
	height:40px;
	background-color:#FFF;
	clear: both;
}

.wrapper .content {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	text-align:center;
	font-weight: normal;
	height: auto;
	background-color: #FFFFFF;
	padding: 30px;
	border: 1px dotted #999999;
	clear: both;	
	
}


h2 {
font-family:Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#F90;
}


body {
	background-color:#7E7E7E;
	margin:0;
}


a:link { 
	color: #333333;;
	text-decoration: underline;
	}
a:visited {
	color: #333333;
	text-decoration: underline;
	}
a:hover { 
	color: #FF9900;
	text-decoration: underline;
	}
a:active {
	color: #333333;
	text-decoration: underline;
	}

.wrapper .topleftcol {
	float: left;
	height: 67px;
	width: 300px;
	background-image: url(../art-images/css-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: bottom;
}

.wrapper .toprightcol {
	float: right;
	width: 400px;
}

.wrapper .addthis {
	float: right;
	height: 20px;
	width: 20px;
}

.wrapper .topspacer1 {
	height: 30px;
	width: 760px;
	clear: both;
}
.wrapper .content2 {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	text-align:left;
	font-weight: normal;
	height: auto;
	background-color: #FFFFFF;
	padding: 30px;
	border: 1px dotted #999999;
	clear: both;
}

.wrapper .content .footer .footerleftcol {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	height: 20px;
	width: 200px;
	font-weight: bold;
	text-align: left;
}
.wrapper .content .footer {
	height: 25px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.wrapper .content .footer .footerrightcol {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
	height: 20px;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

