body {
	height: 100%; color: rgb(0, 0, 0); font-family: "verdana"; font-size: 12px;
}
html {
	height: 100%; color: rgb(0, 0, 0); font-family: "verdana"; font-size: 12px;
}
#container {
	background: url("images/line.jpg") no-repeat rgb(255, 255, 255); margin: 30px auto 0px; width: 800px; postion: relative;
}
#top {
	padding: 50px 0px; text-align: center; font-size: 18px; font-weight: bold; position: relative;
}
#line {
	background: url("images/line.jpg") no-repeat rgb(255, 255, 255); height: 2px; position: relative;
}
#b {
	padding: 10px 0px; position: relative; background-color: rgb(255, 255, 255);
}
#bleft {
	padding: 10px; width: 530px; float: left; position: relative;
}
#bleft h1 {
	color: rgb(0, 0, 153);
}
h2 {
	color: rgb(0, 0, 153);
}
#bright {
	padding: 10px 0px 0px; width: 249px; height: 350px; border-left-color: rgb(153, 153, 153); border-left-width: 1px; border-left-style: solid; float: left; position: relative;
}
#bright img {
	padding: 10px;
}
#bright p {
	text-align: center;
}
