	body, html, ul, p, div, input {
		margin:					0px;
		padding:				0px;
		line-height:			100%;
		}
	body, html {
		width: 100%;
		font-family:			verdana, helvetica, arial, serif;
		font-size:				12px;
		}
	body {
		background-image:	url(../../public/layout/bg.gif);
		background-repeat:	repeat-x;
		}
	#wrapper {
		width:					1100px;
		margin:					0px auto auto auto;
		}
	

	#container {
		margin:						10px 0;
		}

	#containerLeft {
		width:	190px;
		float:	left;
		font-family:			"trebuchet ms", arial, helvetica, serif;
		}

	#containerRight {
		width:					190px;
		float:					right;
		font-family:			"trebuchet ms", arial, helvetica, serif;
		}

		#containerRight h1, #containerLeft h1 {
			margin:					0px;
			padding:				0px;
			padding-left:			10px;
			font-weight:			normal;
			font-family:			georgia, times new roman, sans-serif;
			line-height:			35px;
			background-color:		#A5D3A5;
			height:					35px;
			border-bottom:			1px solid #cccccc;
			font-size:				1.5em;
			color:					#000000;
			}




		#containerLeft .box, #containerRight .box{
				font-size:				12px;
				padding:				12px;
				margin:					0 0 10px 0;
				background-color:		#F5FFE6;
				border:					1px solid #A5D3A5;
				}
		
		#container .box p, 		#container .box div {
			margin-bottom:				10px;
			}



		#containerMiddle {
			float:left;
			padding:0;
			width:710px;
			}





		 .readMore {
			text-align:					right;
			}

		 .readMore a {	
			font-weight:				bold;
			font-size:					1.1em;
			color:						#6BAF6B;
			}




		#footer {
			clear:					both;
			padding:				10px;
			border:					1px solid #cccccc;
			margin:					10px 0 10px 0;
			text-align:				center;
			}


	#copyright {
			padding:				10px;
			font-family:			"trebuchet ms", arial, helvetica, serif;
			font-size:				1.2em;
			background-color:		#F5FFE6;
			text-align:				center;
			border:					1px solid #cccccc;
			}

.footer {
	clear: both;
	}

a img {
	border:	0px;
	}

	 .roundButtonBlack, .roundButtonGreen, .roundButtonBlackWide, .roundButtonGreenWide {
				cursor:				pointer;
				background-color:	transparent;
				border:				none;
				height:				20px;
				font-family:			georgia, times new roman, sans-serif;
				}

	 .roundButtonBlack {
				width:				70px;
				background-image:	url(../../public/layout/btn_black.gif);
				color:				white;
				}

	.roundButtonGreen {
				width:				70px;
				background-image:	url(../../public/layout/btn_green.gif);
				color:				black;
				}

	.roundButtonGreenWide {
				background-image:	url(../../public/layout/btn_green_wide.gif);
				width:				140px;
				color:				black;
				}

	 .roundButtonBlackWide {
				background-image:	url(../../public/layout/btn_black_wide.gif);
				width:				140px;
				color:				white;
				}

form img, form input[type=button], form input[type=submit] {
	cursor: pointer;
	}




