body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #000;	

	}
.mainborder {
	width:750px;
	background-color: #ffffff;
	}
.top {
	width:750px;
	height:121px;
	}
	/* START MENU*/
.menu {
	float: left;
	height:28px;
	width:750px;
		}
.menudiv {
	color: #ffffff;
	background-color: #c8c8c8;
	height:28px;
	}
		
.menu ul{
	float:left;
	color:#000000;
	margin-top: 5px;
	
}
.menu li{
	float:left;
	margin-right: 20px;
	margin-left: 0px;
	list-style:none;	
}



	/* START CONTENT*/
.content{
	width:750px;
	height:auto;
	}
.contentleft {
	width:421px;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom: 0;
	}
.boxL1 {
	width:421px;
	height:294px;
	background-image: url(../images/image1.gif);
	background-repeat: no-repeat;
	}	
.boxL1a {
  	padding-top: 217px;	
	padding-right:20px;
	text-align:right;
	}	
	

.boxL2 {
	width:421px;
	height:177px;
	background-image: url(../images/box1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.boxL2a {
	padding-top:5px;
	padding-right:7px;
	padding-left: 7px;
	}	
.cl{
	margin:0; padding:0 auto;
}	

.cl li{
	margin:5px 0 5px 0;
	list-style: url(../images/pim1.gif);
}	
	
	
	/* START right*/	
.contentright {
	width:329px;
	float:left;
	background-color:#FFFFFF;
	}	
.contentBox {
	width:329px;
	height:193px;
	background-image: url(../images/image2.gif);
	background-repeat: no-repeat;
	}	
.image1 {
  	padding-top: 73px;	
	padding-right:20px;
	text-align:right;
	}		
	

.clear {
	height:2px;
	}
	
	
	/* START FOOTER*/
.footer {
	float:left;
	border-top: solid thin #ff0000;
	padding:10px;
	width: 730px;
			
	}
	

	

	
