* {
	margin: 0px;
	padding: 0px;
}



body {
	background-image: url(../images/repeater_bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
}
#mainContentArea {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 220px;
	
	
}
#App-Area {
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	
}


#mainWrapper {
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	width: 851px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}




#footer { 
        font-family: Trebuchet MS; 
        font-size: x-small;
        padding:0px;
        margin:0px;
		padding-bottom:0px;
		background-image:url(../images/footer-bg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		width: 851px;
		height:250px;
		}

#footer a { 
        color:#fff;
         }

#footer a:hover {
        text-decoration: none;
        }

#sidebar { 	width: 300px; 	
			float: right; 	
			background: url(../images/sidehead.gif) no-repeat 0 15px; 	
			padding: 20px 15px 15px 0; } 
			
#sidebar .buffer { padding: 15px 25px 10px; 		
				   background: #E8E8E8 url(../images/sidefoot.gif) no-repeat 0 bottom; 	} 
				   
#sidebar ul li { line-height: 1.5em; 			
				 font-size: 0.9em; 			
				 padding: 4px 0 4px 16px; 			
				 background: url(../images/bullet2.gif) no-repeat 0 7px; 		


