/* CSS Document */

body {
	margin:0 auto;
	padding:0px;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
		text-align: center;
			width: 1054px;



}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

td a{
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}

td a:hover{
	color:#d40000;
}

#search{
	top: 17px;
	left: 720px;
	width: 200px;
	position:relative;
	

}


input.send-btn {
width: 37px;
height: 20px;
background: url(../images/go.gif) no-repeat;
outline: none;
font-size:1px;
color:#000;
margin-bottom:3px;


}

#outer{
	width: 1052px;
	background:url(../images/back.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	height:125%;
	padding-bottom:100px;
}

#right{
	float:right;
	width:414px;
	border-left:#CCCCCC 1px solid;

}

#left{
	float:left;
	width:600px;


} 