/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	text-align: center; /* for IE */
	color:#000000;
	background-repeat: repeat-x;
	background-color: #EEEEEE;	
}

img {
    border: none;
}

div.content {
    position: relative;
    width:1024px;
	padding-top:92px;
	padding-bottom:37px;
	margin:auto;
}

.search_table {
	text-align:left;
}

div.document_header {
  height:30px;
}

div.document_body {
    width:1024px;
	height:100%;
    background:url(../images/background.png) 0 0 repeat-y;
}

div.document_footer {
    width:1024px;
    background:url(../images/background.png) 0 0 repeat-y;
}

div span.topRound{
	background:url(../images/top_round.png) 0 0 no-repeat;
	width:1024px;
	height:92px;
	display:block;
	font-size:0;
	line-height:0;
	position:absolute;
	left:0;
	top:0;
}

div span.bottomRound{
	position:absolute;
	background:url(../images/bottom_round.png) 0 0 no-repeat;
	width:1024px;
	height:37px;
	display:block;
	font-size:0;
	line-height:0;
	left:0;
	bottom:0;
}