#banner {
	Position:absolute;
	margin-top: 13px
	margin-left: 13px
}

body {
	background-color: #696969;

	background-image: url("images/background.jpg");

	background-repeat: repeat-y;

	background-position: 8px 10px;
}




a:link {

	color: red;

}



a:visted {

	color: red;

}



a {

	text-decoration:none;

}



#column1 {

	position: absolute;
	left: 215px;
	top: 150px;
	float:left;
	width: 725px;

}



#column2 {

	position: absolute;
	left: 215px;
	top: 150px;
	float:left;

	width: 363px;

}



#column3 {


	position: absolute;
	left: 581px;
	top: 150px;
	float:left;

	width: 360px;

}



#homepicture {

	float:right;

	width: 500px;

	height: 375px;

}


dt {
	background-color:#6257a5;

}