/* 3 column layout with header and footer */

#wrapper {text-align: left;
	  margin: auto;
	  width: 1000px; }

#container { }

#header {margin: 0px;
	 background: #C6F1A4; }

#col-a {float: left; 
	background: #C6F1A4; }

#col-b {float: right;
	background: #C6F1A4; }

#content {float: left;
	  background: #C6F1A4; }

#footer {clear: both;
	 background: #C6F1A4; }

a:link {color: #000000;
	text-decoration: none; 
	border: 0}

a:visited {color: #000000;
	   text-decoration: none; }

a:hover {color: #FFFFFF; }

