@charset "utf-8";
/* CSS Document */

#sideBar {
	float: right;
	width: 268px;
}
#sideBar h2 {
	background-color:#c1c1c1;
	border-right:1px solid #8a8a8a;
	border-top:1px solid #8a8a8a;
	border-bottom:1px solid #8a8a8a;
	border-left:5px solid #8a8a8a;
	margin: 0;
	padding: 4px;
}
#sideBar div.partner {
	text-align: center;
	margin-top: 20px;
	height: 250px;
}
#sideBar div.partner img {
	margin-bottom: 20px;
}


#mainContent {
	float: left;
	width: 680px;
	background-image: url(../gui/bck_main_content.png);
	background-repeat: repeat-y;
	background-position: center;
}
#mainContentTop {
	background-image: url(../gui/bck_main_content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 14px;
}
#mainContentBottom {
	background-image: url(../gui/bck_main_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
#mainContentContent {

}
#splash {
	height: 246px;
	width: 651px;
	margin-left: 14px;
	margin-bottom: 25px;
}
#splash img {
	display: none;
}
