body {
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
color: #888;
outline: none;
text-decoration: none;
}

.bg {
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}
#navi {
width: 180px;
padding: 8px 8px 8px 8px;
float:left;
}
#navi h1 {
font-size:16px;
border-bottom:1px dotted #ccc;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font-size: 13px;
	color: #333;
}
.border2 {
	border-bottom:1px #000000;
}

