body{
	background: #efefef;
	margin: 0 0 0 0;
	text-align: center;
	font-family: "Trebuchet MS", tahoma;
	font-size: 13px;
}
#whole{
	margin: 0 auto 0 auto;
	width: 936px;
	padding: 0;
	display: table;
}
#header{
	background: url('../images/header2.png') no-repeat;
	float: left;
	width: 936px;
	height: 159px;
	padding: 0 0 0 0;
}

.menu{
	float: left;
	margin: 101px 0 0 24px;
	vertical-align: bottom;
}
#sidebar{
	float:left;
	width: 233px;
	margin: 0 0 0 24px;
	
}

.sidebar_menu{
	width: 233px;
	color: #227f8b;
	text-align: left;
	cursor: pointer;
}
/* IE6 fix */
* html #sidebar {
	margin: 0 0 0 12px;
}

/* end */
#bar{
	background: url('../images/divider_short.png') no-repeat;
	margin: 0 10px 0 10px;
	width: 210px;
	height: 1px;
}
* html #bar{
	margin: 0 0 -12px 0;
}

a.side:hover,
a.side:focus,
a.side:active{
	background: #fcfbfb;
}

.internal{
	margin: 0px 15px 0px 20px;
	padding: 7px 0 7px 0;
}
#sidebar_body{
	background-image: url('../images/sidebar.png');
	width: 233px;
	padding: 0 0 0 0;
}
#sidebar_bottom{
	background-image: url('../images/sidebar_bottom.png');
	background-repeat: no-repeat x;
	width: 233px;
	height: 151px;
	padding: 0 0 0 0;
}
#content{
	float: left;
	width: 630px;
	margin: 15px 10px 0 20px;
	text-align: left;
}

#body{
	background-image: url('../images/body.png');
	background-repeat: no-repeat x;
	width: 936px;
	float:left;
	padding: 0 0 0 0;
}
#footer{
	background: url('../images/footer.png') no-repeat;
	float: left;
	width: 936px;
	height: 20px;
	margin: -2px 0 0 0;
}
.footer{
	color: gray;
	font-size: 10px;
	margin: 10px 30px 0 30px;
	text-align: left;
}
img {
	border: 0px none;
}
a{
	text-decoration: none;
	border: none;
	color: #227f8b;
}
h2,h3{
	color: #227f8b;
}
p {
	margin: 5px 0 15px;
}
#line{
	background: url('../images/line.png') repeat-x;
	height: 2px;
	width: 600px;
	margin: 0 10px 0 10px;
}
