@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

A:link {text-decoration: underline; color: #5e210b;}
A:visited {text-decoration: underline; color: #5e210b;}
A:hover {text-decoration: underline; color: #F30;}

.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #090909;
}

.banner {
	
  width: 848px ;
  margin-left: auto ;
  margin-right: auto ;
  }
	
.navi {
	position: static;
	width: 849px ;
	margin-left: auto;
	margin-right: auto;
	top: 167px;
	}

.undernav {
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	top: 209px;
}
.bodybg {
	width: 847px;
	margin-left: auto;
	margin-right: auto;
	
	
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
.body {
	padding-left: 1px;
}

.news {
	width: 400px;
	}
	
.header {
	font-size: 24px;
	font-weight:bold;
}
body {
	font-family: Tahoma, Verdana;
}

.col1 {
	width: 400px;
	float: left;
	text-align: center; 
}

.col2 {
	width:400px;
	float: right;
	text-align: center;
	}

.column1 {
	padding-left: 45px;
	margin-right: 0px;
}

.column2 {
	margin-left: 0px;
	padding-right: 55px;
	}
	
.clr {clear:both;} 

