@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background-color:#c1c2c2;
	overflow-x:hidden;
	
}

body, div, ul, li, input, select, textarea, p, h1, h2, h3 {
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	list-style:none;
}

#container{
	margin:auto;
	text-align:left;
	min-width:920px;
	position:relative;
	margin:0 auto;
	height:auto;
	width:1000px;
	overflow:visible;
}

#container .table_top{
	background-image:url(../images/top_img.gif); 
	background-repeat:no-repeat;
	height:12px;
	width:1000px;
	margin:0pt;
	padding:0pt;
	float:left;
	overflow:visible;
}

#container .table_middle{
	background-image: url(../images/mid_img.gif);
	background-repeat: repeat-y;
	width:1000px;
	height:auto;
        margin:0pt;
	padding:0pt;
	float:left;
	overflow:visible;
}

#container .table_bottom{
	background-image: url(../images/bottom_img.gif);
	background-repeat:no-repeat;
	height:11px;
	width:1000px;
	margin:0pt;
	padding:0pt;
	float:left;
}
.borderTable {	
border: 1px solid #c3c3c3;
}