* {
  padding: 0;
  margin: 0;
}
body {
  background: url('') center ;
  margin: 20px 0;
}
p { color: #650B8F;
	font-style: italic;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman",  sans-serif;
        text-align: center;
}



h1 { color: #650B8F;
	font-style: italic;
	font-size: 15px;
	font-family: "Georgia", "Times New Roman",  sans-serif;
        text-align: right;
}

h2 { color: #038A42;
	font-style: italic;
	font-size: 10px;
	font-family: "Georgia", "Times New Roman",  sans-serif;
        text-align: right;
}

a, a:link, a:visited { 
font-weight : bold; 
font-style: italic;
text-decoration : none; 
color : #650B8F; 
} 

a:hover, a:active { 
font-weight : bold;
font-style: italic; 
text-decoration : none; 
color : #000000; 
}
#container {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px 0 5px;
}
#header {
  z-index : 0;
  height: 181px;
  position: relative;
  background: url('head5.gif') center bottom no-repeat;
}


#bat {
 width: 800px;
 height: 12px;
float: right;
position: relative;
background: right;
 }

#content {
 height: 440px;
}

td{line-height: 10px}

#left_column {
  float: left; 
  height: 440px;
  width:200px;
   
  background: url('IMG_7160_color_OK_3.jpg') bottom no-repeat;
}


#right_column {
  z-index : 10;
  float: right;
  height: 400px;
  width:580px;
}

td{line-height: 10px}

#footer {
  z-index : 100
  float: center; top;
  width: 800px;

  
  height: 40px;
  color : #D11778;
  
}

td{line-height: 10px}







.clear {
  clear: both;

