@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/page-bkg.png);
	background-repeat: repeat;
	font-size:0.9em;
}

body,td,th {
	color: 990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#page-bottom-transition {
	float:none;
	width:950px;
	background:url(images/footer.png) repeat-x;
	height:30px;
}
#page-bottom {
	background:#E63D27;
	float:none;
	width:950px;
	height:149px;
}
#page-bottom .motto {
	border:inherit;
	height:120px;
	width:500px;
	vertical-align:middle;
	margin:auto;
	color:#FFFFFF;
	font-weight:300;
	overflow: auto;
}

#header {
	width: 950px;
	height: 149px;
	margin: auto;
	padding: 0 0 0 0;
	background: url(images/header_bkg.png);
}

#header-picture {
	width:80px;
	height:149px;
	left:0;
	float: left;
	background:none;
}

#menu {
	width:950px;
	height:50px;
	background-color:#FF881F;
	margin: auto;
}

#under-menu {
	width:950px;
	height:5px;
	margin: auto;
	background:url(images/menu_under.png);
}

#logo {
	width:180px;
	height:149px;
	left:0;
	float: left;
	background:url(images/logo4.png);
}

#rlogo {
	width:440px;
	height:120px;
	float: right;
}

#page {
	width: 950px;
	margin: 0 auto;
	background:url(images/page_bgk.png);
}

/* Content */

#content {
	float: right;
	width: 580px;
	padding: 0 10px 0 0;
	margin-left: 0px;
}
#content .cttop{
	float:right;
	width:600px;
	background:url(images/content_top1.png) no-repeat;
	height:34px;
}
#content .ctcontent{
	background: url(images/content_content1.png) repeat-y;
	/*border-left: 20px;
	margin-left: 30px;
	padding-top: 10px;
	padding-left: 25px;*/
	float: right;
	/*border-top: 25px;*/
	width: 600px;
}
#content .ctbottom{
	float: right;
	width: 600px;
	/*padding: 0 0 0 25px;*/
	background: url(images/content_bot1.png) no-repeat;
	/*margin-left: 30px;*/
	/*border-top: 30px;
	margin-top: -15px;*/
	height: 34px;
}


#sidebar {
	/*float: left;*/
	width: 300px;
	/*padding: 20px 0 0 30px;*/
	/*background: url(images/sdbar_top.png) no-repeat;*/
	position:absolute;
}
#sidebar .sbtop {
	float:left;
	width:300px;
	height:30px;
	background:url(images/sdbar_top.png) no-repeat;
}
#sidebar .sbcontent {
	float:left;
	width:300px;
	background:url(images/sdbar_content.png) repeat-y;
}
#sidebar .sbbottom {
	float:left;
	width:300px;
	height:30px;
	background:url(images/sdbar_bot.png) no-repeat;
}

#sidebar p {
	/*background:url(images/sdbar_content.png) no-repeat left center;*/
	margin:0 0 0 0;
	margin-left: -30px;
}

#bottom {
	float: left;
	width: 300px;
	background: url(images/sdbar_bot.png) no-repeat;
	color: #E3E3D4;
	height: 30px;
	margin-left: 0px;
	padding-left: 100px;
}
