/* CSS Document */

body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
}

a:link {color: #64B535}
a:visited {color: #64B535}
a:hover {color: #686868}
a:active {color: #64B535}

#leftbackground {
/* replace this value with the height of your header. */
	margin-top: 0px;
	margin-bottom:  0;
	margin-left:  0;
	margin-right:  0;
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #FFFFFF;
	color:  #64B535;
}

#rightbackground {
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url(../layoutimages/body_bg.gif) top right repeat-y;
	color:  #64B535;
}

#leftcolumn {
	float:  left;
	width:  200px;
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url(../layoutimages/body_bg.gif) top left repeat-y;
	color:  #64B535;
}

#rightcolumn {
	float:  right;
	width:  200px;
	margin:  0; 
	padding:  0;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  url(../layoutimages/body_bg.gif) top right repeat-y;
	color:  #64B535;
}

#contentarea {
	margin-top:  50;
	margin-bottom:  0;
	margin-left:  250px;
	margin-right:  250px;
	background-color:  #FFFFFF;
	color:  #000000;
	height:  1%; /*  IE hack related to float:  left bug.  */
}

#leftcolumncontent {
	position:  absolute;
/* replace this value with the height of your header. */
	top:  39px;
	left:  13px;
/* replace with the width of your left column div */
	width:  200px;
/* Replace URL and background color attributes with the attributes corresponding with your background URL and color, respectively */
	background:  #FFFFFF;
	color:  #64B535;
}

#rightcolumncontent {
	position:  absolute;
	top:  42px;
	right:  0;
	width:  200px;
	background:  #FFFFFF;
	color:  #64B535;
	left: 1049px;

}

#columnsize {
	clear:  both;
/* this is the lowest possible value that will ensure three columns.  Do not lower this value, or your layout will break up. */
	height:  1px; 
	overflow:  hidden;
	border:  none;
	margin:  0; 
	padding:  0;
	background:  transparent;
}

#header {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  40px;
	background:  #B4DA9D;
	color:  #000000;
	overflow:  hidden;
	background-color: #B4DA9D;

}

#footer {
	margin:  0;
	padding:  0;
/*  Replace with the width of your footer.  Optional. */
	width:  100%;
/* Replace with the height of your footer.  Optional.  */
	height:  40px;
/* Replace with the background image and colour of your footer.  */
	background:  #B4DA9D;
	color:  #000000;
}
