	/* Background color and Text type */
	body {
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	/* Page setting */
	#page {
		width: 1024px;
		left: 50%;
		margin-left: -512px; /* - (width/2) */
		position: relative;
		max-width: 1024px;
		border: 1px solid black;
		overflow: auto;
	}
	
	/* Logo */
	#logo {
		width: 1024px;
		height: 106px;
		background-image: url(./homeimages/logo.gif);
	}
	
	/* Menu */
	#menu {
		width: 1000px;
		border: 0;
		height: 25px;
		padding: 5px 12px;
		text-align: center;
		background-color: #B4CD8B;
	}
		#menu a {
				display: block;
				width: 115px;
				height: 15px;
				padding: 5px 0;
				text-align: center;
				text-decoration: none;
				background-color: #00733A;
				margin: 0 5px;
				color: #FFFFFF;
				float: left;
				font-size: 11px;
			}
				#menu a:hover {
					background-color: #D6212A;
				}	
	
	/* Contact information */
	#contact {
		width: 140px;
		color: #00733A;
		left: 50%;
		margin-left: -70px; /* - (width/2) */
		position: relative;
		padding-top: 65px;
	}
		#contact h1 {
			font-size: 10px;
			padding: 0;
			margin: 0;
		}
		#contact p {
			font-size: 9px;
			width: 140px;
			padding: 0;
			margin: 0;
		}
	
	/* Content */
	#slideShow {
		float: right;
		height: 240px;
		background-image: url(./homeimages/slideshow/f1.jpg);
	}
	
	#content {
		width: 530px;
		float: left;
		color: #000000;
	}
		 #content h1 {
			padding: 0;
			margin: 0;
			font-size: 10px;
		}
		
		#content p {
			font-size: 9px;
			margin: 5px 0;
		}
		
		#content li {
			font-size: 9px;
			padding-top: 3px;
		}
		
	#leftContent {
		width: 205px;
		background-image: url(./homeimages/cell.gif);
		padding-left: 35px;
		padding-right: 17px;
		float: left;
		min-height: 240px;
	}
	
	#rightContent {
		width: 205px;
		background-image: url(./homeimages/cell.gif);
		padding-left: 35px;
		padding-right: 15px;
		float: left;
		min-height: 240px;
	}
	
	.closeCell {
		width: 257px;
		background-image: url(./homeimages/bottomcell.jpg);
		float: left;
		height: 20px;
	}
	
	.colorButtons {
		float: left;
		width: 235px;
		text-align: right;
		padding: 10px;
	}
		.colorButtons p { padding: 0; text-align: right;}
		.colorButtons a, .colorButtons a:hover, .colorButtons a:visited, .colorButtons a:active {
			display: block;
			float: right;
			text-decoration: none;
			color: #FFFFFF;
			width: 155px;
			height: 16px;
			padding: 17px 20px;
			text-align: left;
			margin-bottom: 5px;
			font-size: 12px;
		}
	
	/* Links */
	a.menuLink, a.menuLink:hover, a.menuLink:visited, a.menuLink:active {color : #FFFFFF; text-decoration: none;}
	a, a:hover, a:visited, a:active {color : #94AC54; text-decoration: none; font-size: 10px; font-weight: bold;}
	
	a.blue {background-image: url(./homeimages/blue.jpg);}
	a.green {background-image: url(./homeimages/green.jpg);}
	a.red {background-image: url(./homeimages/red.jpg);}
	a.yellow,  a.yellow:hover, a.yellow:visited, a.yellow:active {
		background-image: url(./homeimages/biggreen.jpg);
		height: 39px;
	}
	
	/* Create wrappers */
	.wrapper {float: none; clear: both;}
