body {
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#819A9A;
	color:#336666;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}

a {color:#336666;}
img {border:0;}

#wrapper {width:100%;}

#container {
	width:720px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	
}

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

#mb {
	width:720px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;

}

#main {
	float:left;
	width:550px;
	margin-left:20px;
	background-image:url(images/left-bar.png);
	background-repeat:no-repeat;
}
#main h1 {font-size:24px;text-align:center;}
#main h1, h2, p, ul {margin-left:70px;}
#rbar {
	float:left;
	width:150px;
}

#mb div.clear {width:720px;clear:both;}

#footer {
	clear:both;
	width:700px;
	height:34px;
	text-align:center;
	font-size:12px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}