body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg_main.gif");
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #d9e1f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#central {
	background-image: url("../images/bg_table.gif");
	background-position: top;
	background-repeat: repeat-y;
}

#sidebar {
	background-image: url("../images/bg_sidebar.gif");
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#content {
	background-image: url("../images/bg_content.gif");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e1f0fa;
	height: 750px;
	margin: 0px;
	padding: 0px;
}

#text {
	margin: 0px;
	padding: 5px 13px 10px 13px;
}

/*FLASH*/

#flashbox {
	position: relative;
}

#flash {
	position: absolute;
	float: left;
	width: 719px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 177px;
}

/*NEWS BOX*/

#newsbox {
	position: relative;
}

#newsy {
	position: absolute;
	float: left;
	background-image: url("../images/bg_newsbox.gif");
	background-position: top;
	background-repeat: repeat-y;
	width: 251px;
	padding: 0px;
	margin: 0px;
	top: 10px;
	left: 440px;
}

#newsscroll {
margin: 0px;
padding: 0px;
height: 300px;
width: 251px;
}

#newstext {
	position: absolute;
	width: 246px;
	height: 300px;
	float: right;
	margin: 0px;
	padding: 0px;
	top: 44px;
	left: 0px;
	font-size: 14px;
	overflow: auto;
}

#texty {
	padding: 10px 10px 0px 10px;
}


/*SEARCH BOX*/

#searchy {
 background-image: url("../images/bg_search.gif");
 background-repeat: no-repeat;
 background-position: top;
 margin: 0px;
 padding: 0px;
 width: 182px;
 height: 36px;
}

input.searchbox {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	font-face: Arial;
	color: #000000;
}

form.searchbox {
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	font-face: Arial;
	font-size: 12px;
	color: #000000;
}

#lengthbox {
position: relative;
}

#length {
	width: 83px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 12px;
	letter-spacing: 0px;
	font-face: Arial;
	color: #000000;
	font-size: 12px;
	height: 18px;
	top: 0px;
	left: 0px;
}

#btn_gobox {
position: relative;
}

#btn_go {
position: absolute;
float: right;
margin: 0px;
padding: 0px;
top: -15px;
left: 90px;
width: 27px;
height: 21px;
}