body {

	background:url('../images/main-bg.png') no-repeat center top;

}

#content-left {
	/*width: 485px;*/
	float:left;
	/*padding: 10px;*/
	
	padding:10px 20px 10px 10px;
	width:475px;
}

#content-right {
	width: 207px;
	float:right;
	padding-top: 60px;
}

	#content-right  p {
		font-family:verdana;
		font-size: 1.2em;
		padding-left: 8px;
		
	}
	
	#content-right  p  a{
          /* color:#A7006E; */
font-family:verdana;
font-size:1em;
/* text-decoration:underline; */
	}
	
	#content-right  p.box-heading{
		font-family:arial;
		font-size: 1.8em;
		margin-top: 0;
		
	}
	
	#content-right ul {
		list-style: none;
	}
	
	#content-right ul li{
		margin-bottom: 5px;
		margin-left:10px;
	}
	
	#content-right ul li a{
		font-family:verdana;
		font-size: 0.9em;
		/*background:url('../images/triangle.png') +0px +5px no-repeat;*/
		/*padding-left:10px;*/
		text-decoration: none;
		color: black;
		
	}
	
.blue-box {
	width: 207px;
	float:left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.blue-box-top {
	width:207px;
	height:16px;
	background:url('../images/blue-top.png') no-repeat;
	float:left;
}

.blue-box-content {
	background:url('../images/blue-middle.png') repeat-y;
	width:207px;
	float:left;
}

.blue-box-content a {
text-decoration: none;
color: #000;
}


.blue-box-bottom{
	width:207px;
	height:23px;
	background:url('../images/blue-bottom.png') no-repeat;
	float:left;
}




.green-box {
	width: 207px;
	float:left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.green-box-top {
	width:207px;
	height:16px;
	background:url('../images/green-top.png') no-repeat;
	float:left;
}

.green-box-content {
	background:url('../images/green-middle.png') repeat-y;
	width:207px;
	float:left;
}



.green-box-bottom{
	width:207px;
	height:17px;
	background:url('../images/green-bottom.png') no-repeat;
	float:left;
}
