@charset "UTF-8";
/* CSS Document */

a:link {color:#333333;}      /* unvisited link */ 
a:visited {color:#333333;}  /* visited link */ 
a:hover {color:#333333;}  /* mouse over link */ 
a:active {color:#333333;}  /* selected link */ 

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

#container {
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#banner {
	background-image: url(images/bg.jpg);
	height: 467px;
	width: 968px;
}

#bodyCopy {
	height: 200px;
	padding-left: 400px;
	padding-right: 250px;
	padding-top: 60px;
}



#contactCopy {
	height: 40px;
	padding-left: 436px;
	padding-right: 182px;
	padding-top: 25px;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 22px;
}

#left {
	float: left;
	width: 195px;
	padding-left: 436px;
}
#right {
	float: right;
	width: 337px;
}
