@import url("reset.css");
@import url("fonts.css");

/* CSS structure of div elements */

body {
		background-image: url(images/sine_long.gif);
		background-position: top;
		background-repeat:no-repeat;
		font-family: verdana;
		}

#leftsine {
  float:left;
  background-image:url(images/sine_left.gif);
  background-position:top;
  background-repeat:repeat-x;
  }

#rightsine {
  float:right;
  background-image:url(images/sine_right.gif);
  background-position:top;
  background-repeat:repeat-x;
}

#main {
  width: 772px;
  margin: 15px auto; /* center */
  text-align: left;
  background-image:url(images/main_background.gif);
  background-color: #e2eaf9;
  background-repeat: no-repeat;
  text: #000;
  }

#maincolumn {
  float: right;
  width: 580px;
  margin: 0px;
}

#column {
  float: left;
  width: 190px;
  margin: 0px;
  }
  
#content {
   margin: 0px;
   }

#footer {
  clear: both;
  width: 780px;
  margin: 0 auto; /* center */
  background: #fff;
  }

.clearFloats {
	clear: both;
	visibility: hidden;
	}