body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
}

img {
	border:0px;
	}

#container {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	}

#header {
	width:800px;
	height:270px;
	background:url(images/header.png) no-repeat;
	}

#maincontent {
	width:800px;
	height:auto;
	margin-top:-10px;
	}

#left {
	width:260px;
	height:auto;
	float:left;
	margin-top:40px;
	}

#right {
	width:520px;
	height:auto;
	float:right;
	margin-top:40px;
	padding-top:10px;
	}

#right p {
	padding-left:20px;
	color:#006600;
	}