﻿.logoTop {
	clip: rect(30px, auto, auto, 20px);	
	font-family: Arial, Helvetica, Geneva;
	font-size:medium;
}
.infoImage{
	width: 330px;
	height: 100%;
}
.content {
	margin: 5px;
	width: 850px;
	height: 600px;
	display: block;
	font-family: Arial, Helvetica, Geneva;
	font-size:medium;
	float:left
}
.header {
	margin: 5px;
	width: 850px;
	height: 100px;
	display:block;
	float:left
}
.left_column {
	width: 350px;
	vertical-align:top;
	float: left;
}
.right_column {
	width: 450px;
	vertical-align:top;
		float: right;
}
.bottom {
	position:fixed;
	top: 700px;
}

.contentTop {
	width: 850px;
	height: 50px;
}
.contentBackImg {
	width: 800px;
	height: 500px;
	background-image:url('images/designs/1/exphelp-main.gif');
	
	
}
.left_column_m {
	width: 350px;
	text-align:left;
}
.right_column_m {
	width: 400px;
	text-align:right;
}
