@charset "utf-8";

body {
	background-image: url(../images/but_page_tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #F60;
}
h1, h2, h3, h4 {
	color: #FFBD2B;
	text-align: left;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: justify;
}


#page {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	position: relative;
}
#header {
	position: relative;
	height: 189px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/but_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	min-height: 200px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#main-menu {
	position: relative;
	height: 45px;
	background-color: #FFF;
}
.menu-start {
	width: 25px;
	background-image: url(../images/btu_menu_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-tile {
	background-image: url(../images/btu_menu_tile.gif);
	background-repeat: repeat-x;
	color: #ffc618;
}
.menu-end {
	width: 25px;
	background-image: url(../images/btu_menu_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-menu li {
	display: inline;
}
#main-menu li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffc618;
	white-space: nowrap;
	line-height: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right-style: solid;
	border-right-color: #1A1A1A;
	border-right-width: 1px;
	min-width: 50px;
	text-align: center;
}
#main-menu li a:hover {
	background-image: url(../images/btu_menu_tile_active.gif);
	background-repeat: repeat-x;
	color: #000;
}
#footer {
	position: relative;
	height: 45px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.footer-start {
	width: 25px;
	background-image: url(../images/btu_footer_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-end {
	width: 25px;
	background-image: url(../images/btu_footer_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#message
	{

	width: 530px;
	background-color: white;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
    padding:10px;
	position: relative;
	margin: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
