#side {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
#main {
	border: 1px solid #172258;
	width: 700px;
}
#logo {
	height: 100px;
}
#inner1 {
	border-bottom: 1px solid #3A3F77;
	border-left: 1px solid #3A3F77;
	border-right: 1px solid #3A3F77;
}
#inner2 {
	border-bottom: 1px solid #CCCEE7;
	border-left: 1px solid #CCCEE7;
	border-right: 1px solid #CCCEE7;
}
#rightBar {
	background-color: #172258;
	width: 200px;
}
#box1 {
	background-color: #172258;
	color: #FFFFFF;
	height: 25px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
}
.title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}
.txt {
	font-family: Verdana;
	font-size: 13px;
}
