
 
/********************************************************************************
 * Div Tags
 ********************************************************************************/
 

/* CSS Document */

#header{
	margin:auto;
	width: 980px;
	margin-top: 64px;
	margin-bottom: 56px;
}

#infoline {
	width: 100%;
	height: 20px;
	background-color: #7199ac;
	margin-bottom: 32px;
}
#infoline_content{
	margin:auto;
	width: 980px;
}

#infoline_logo {
	color: white;
	width: 262px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 17px;
}

#main_body{
	margin:auto;
	width: 980px;
}

#menu_box {
	width: 66px;
	float: left;
	margin-left:9px;
	margin-top: -3px;
}

#sub_menue_box {
	margin-right: 40px;
	float: left;
	border-style: solid;
	border-color: #7199ac;
	border-width: 0px 0px 0px 1px;
	padding-left: 8px;
}

#kill_white {
	margin-top: -3px;
	margin-bottom: -8px;
}

#sub_menue_empty {
	width: 148px;
	float: left;
	border-style: none;
}

.navi_item {
	margin-bottom:5px;
}

#content {
	width: 660px;
	float: left;
	margin-top: -8px;
	margin-bottom: -15px;
}


.left_line {
	width: 660px;
	float: left;
	border-style: solid;
	border-color: #7199ac;
	border-width: 0px 0px 0px 1px;
	padding-left: 10px;
}

#third_level_nav {
		padding-top: 3px;
		color: white;
}




