body{width:100%;
	text-align:center;
	margin:0 auto;
	background: #000000;
	}
	
#wrap{width:832px; 
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	
#header{width:832px; 
	height:221px; 
	margin:0 auto; 
	background:url(images/header-image-portal.jpg); 
	}
	
#content{width:832px; margin:0 auto; padding:0;}

#content-left{width:413px; 
	height:361px; 
	float:left; 
	background:url(images/left-backimg-portal.jpg);
	}

#li-box-left{
	height:303px;
	float:right;
	width:363px;
	text-align:right;
	padding-top:120px;
	padding-right:35px;
}

#li-box-left li { 
	 height:20px;
     list-style-type: none;
     font:12px Verdana;
     padding-left:40px;
	 padding-right:20px;
     line-height:1.9em;
	 background:url(images/arrow-right.jpg) right no-repeat;
     }

#li-box-right{
	height:303px;
	float:left;
	text-align:left;
	width:363px;
	padding-top:120px;
	margin-left:-5px;
}

#li-box-right li { 
	 height:20px;
     list-style-type: none;
     font:12px Verdana;
     padding-left:20px;
     line-height:1.9em;
	 background:url(images/arrow-left.jpg) left no-repeat;
     }


#li-box-left a{
	text-decoration: none;
        color: #585858;
}

#li-box-left a:hover{
	text-decoration: none;
        color: #cb090a;
}

#li-box-right a{
	text-decoration: none;
        color: #585858;
}

#li-box-right a:hover{
	text-decoration: none;
        color: #cb090a;
}

#content-right{width:419px; 
	height:361px; 
	float:right; 
	background:url(images/right-backimg-portal.jpg);
	}
	
#footer{width:832px;
	height:59px;
	margin:0 auto; 
	background:url(images/footer-backimg-portal.jpg);}
