
#wrapper{
	width: 700px;
}

#header {
	height: 50px;
	margin-bottom: 10px;

}


/* navigation */

#navi {
	float: left;
	width: 120px;
}

#navi ul {
	width: 120px;
	list-style: none;

	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}

#navi li {
	width: 120px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: #0066ff url(../image/list_marker3_white.gif) left center no-repeat;
}

#navi a {
	padding: 4px 0 4px 25px;
	background: #ffffff url(../image/list_marker3_blue.gif) left center no-repeat;
	text-align: left;
	display: block;
	width: 120px; !important;
	width /**/: 120px;
	color: #333333;
	text-decoration: none;
}

#navi a:hover {
	color: #ffffff;
	background-image: none;
	background-color: transparent;
}



/* content */

#container {
	float: right;
	width: 570px;
	
}

#content1 {
	float: left;

}
#content1 h2 {
	font-size: 150%;
	color: #0850b2;
	background-color: #f0f6fd;
	border-top: 6px solid #0850b2;
	border-bottom: 3px solid #cccccc;
	margin: 0 0 20px 0; 
	padding: 10px;
}

#content1 h3 {
	font-size: 120%;
	color: #0850b2;
	background-color: #efefef;
	border-left: 5px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	margin:0;
	padding: 5px;
}
#content1 p {
	margin: 10px 0 10px 10px;
	
}

.img {
	margin:0;
	padding-top: 10px;
	list-style:none;
}

