body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:10pt;
	color:#3e4f35;
}

img { behavior: url(iepngfix.htc) }

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:90px;
	background:url(images/flowers.png) top left repeat-x #718567;
	border-bottom:50px solid #c5e3bf;
}

#header h2 {
	color:#fff;
	font-size:22pt;
	position:relative;
	top:40px;
	left:10px;
}

#flers
{
	display:inline;
	float:right;
	background:url(images/flowers.png) no-repeat;
	width:158px;
	position: relative;
	left: 0px;
	top:-100px;
}

#links
{
    margin: 10px;
    text-align: center;
    border: solid 1px #aaaaaa;
    padding: 5px;
    height: 200px;
}

#links img
{
    border: none;
}

#links h2
{
    text-decoration: underline;
    line-height: 30pt;
}

#content {
	width:530px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

#content h2 {
	color:#3e4f35;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#3e4f35;
	font-size:12pt;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:177px;
	padding:0px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding-left:30px;
	width:145px;
	background:top left no-repeat #f2f7e9;
	color:#3e4f35;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}

#progress
{
    width:230px;
    text-align:center;
    font-size:24px;
    padding-top: 10px;
}

#cmalogo
{
	height:45px;
	margin:0px;
	padding-top:0px;
	display:inline;
	position: relative;
	left:-180px;
}

#cmalogo img
{
	border:0px;
}

#reawakenlogo
{
	height:21px;
	margin:0px;
	padding-top:0px;
	display:inline;
	position: relative;
	left:180px;
	top:-10px;
}

#reawakenlogo img
{
	border:0px;
}
	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#c5e3bf;
	padding:10px;
	color:#3e4f35;
	font-size:8pt;
	text-align:center;
	height:50px;
	position: relative;
	left: 0px;
}

#footertext
{
	text-align:center;
	display:inline;
	position:relative;
	left:0px;
	top:-10px;
}

a {
	color:#060;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}