body {
	font-family: Verdana;
	font-size: 11px;
}

.container {
	width: 900px;
	margin: auto;
}

.dawn {
	float: left;
	width: 895px;
}

.leftbox {
	float: left;
	width: 220px;
}

.navi {
	float: left;
	width: 220px;
}

.info {
	float: left;
	width: 220px;
	overflow: hidden;
}

.content {
	float: left;
	width: 675px;
	overflow: hidden;
}

.left {
	background-image: url('left_center.png');
	background-repeat:repeat-y;
}

.right {
	overflow: hidden;
	background-image: url('right_center.png');
}

UL {
	margin: 0px;
	padding-left: 10px;
}

li{
list-style:none;
background:url(list.png) no-repeat 0px .1em;
padding-left: 18px;
padding-top: 2px;
}

IMG {
	border: 0px;
}

.contentbox {
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.vidbox, .navibox {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
}






A:link {
	text-decoration: none;
	color:black;
}

A:active {
	text-decoration: none;
	color:black;
}

A:visited {
	text-decoration: none;
	color:black;
}

A:hover {
	text-decoration: none;
	color: #4A7171;
}

