﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
 font-family: Tahoma, Trebuchet MS, Arial, Helvetica;
 font-size: 1em;
 background-image: url('images/bubbles.jpg');	
 background-repeat:repeat;
}

h1,h2,h3,h4,h5{
  border-bottom: solid 1px #d8dfea;    
  padding:6px 3px 3px 3px;
  margin: 12px 0 12px 0;
}
h1{
    font-size:1.4em;
}
h2{
    font-size:1em;
}
   
a {
 text-decoration:none;
}
a:hover
{
 text-decoration:underline;
}
a:visited {
}
li{
  list-style: none;
}
p{
  margin-bottom:12px;
}
#c1 {
	margin: 24px 0 12px 0;
	text-align: center;
}
#c2 {
  text-align:left;
  width:1000px; 
	background-color: #ffffff;
}
.banner {
	height: 200px;
	width: 1000px;
	background-color: #fed47a;
}
#wrLeft {
  background-color: #EBDCC3;
  margin:20px 0 20px 12px;
  padding:20px 20px 20px 20px;
  width:325px;
   min-height:600px;
}
#wrRight{
  margin:20px 0 20px 12px;
  padding:20px 20px 20px 20px;
  min-height:600px;
  width:500px;
}
#wlLeft {
  width:650px;
  min-height:600px;
}
#wlRight{
  width:350px;
  min-height:600px;
}