/* CSS Document */

body{
background-color:#BEBEBE;
padding:0;
margin:0;
font-family: arial;
}
#wrapper{
border:1px solid #000;
background-color: #fff;
overflow:hidden;
margin:0 auto;
width:900px;
}
#header{
}
#header img{
float:left;
}
#table1{width:550px; height:430px; float:left;}
#table1 img {margin:12px 0px 0px 21px; background-color:#FFF; border:1px solid #000; text-align:center;}
#table2{width:900px; height:220px; clear:both}
#table2 img {margin:8px 0px 0px 21px; background-color:#FFF; border:1px solid #000; text-align:center;}
#ads{
width:350px;
height:430px;
float:left;
text-align:center;
margin:15px 0 0 -9px;
}
#midlink{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:43px;
color:#FF0000;
font-weight:bold;
text-align:center;
margin-bottom:2px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
#footer{
}
#footer img{
float:left;
}
