body {
background-image:url(../Images/bg.jpg);
background-position:top center;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

#wrapperIndex {
width:982px;
min-height:900px;
margin:auto;
background-image:url(../Images/wrapper_bg.jpg);
}

#wrapper {
width:982px;
min-height:900px;
margin:auto;
background-image:url(../Images/wrapper_bg.jpg);
}

	#header {
	width:100%;
	}
	
	#mainContent {
	width:100%;
	height:inherit;
	}
	
		#leftBar{
		width:232px;
		min-height:500px;
		float:left;

		}
		/* This is to collapse the space between leftBar_Top and leftBar_Col*/
		#leftBar p {
		margin: 0;
		}
		
		#rssscroller{
		width: 180px;
		height: 225px;
		border: 1px dotted #FFFFFF;
		padding: 5px;
		background-color: #7FB3EE;
		}
			
			#leftBar_Top{
			width:100%;
			height:40px;
			background-color:#2F79CE;
			}
			
			#leftBar_Col {
			width:225px;
			padding: 0px 3px 3px 3px;
			}
						
		
		#rightBar{
		width:745px;
		min-height:500px;
		float:right;
		background-color:#FFF;
		}

					
			#rightBar_Top{
			width:100%;
			height:40px;
			background-image:url(../Images/rightBar_Top_bg.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			background-color:#022F94;
			}
			
			#rightBar_Col{
			width:100%;
			background-image:url(../Images/rightBar_bg.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			}
			
			#homepage_Col{
			width:100%;
			background-image:url(../Images/homepage_bg.jpg);
			background-position:top right;
			background-repeat:no-repeat;
			}

			
				#contentArea {
				width:680px;
				padding-top:20px;
				}
					
					#laptop {
					width:240px;
					height:180px;
					float:left;
					margin-right:28px;
					padding-bottom:8px;
					margin-bottom:8px;
					}
				
					#testimonials_hp {
					min-height:213px;
					width:680px;
					background-image:url(../Images/testimonial_hp_bg.jpg);
					background-position:bottom center;
					background-repeat:no-repeat;
					text-align:left;
					margin-top:10px;
					padding-bottom:20px;
					}
					
						#testimonials_hp_content {
						width:495px;
						margin-top:0px;
						}
					
					
							
					
	
	#footer {
	width:100%;
	height:175px;
	background-image:url(../Images/footer_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFF;
	}
		
	
	
	
/* About Us */
#dottedSection {
	background-image:url(../Images/dotted.gif);
	background-position:bottom center; 
	background-repeat:repeat-x; 
	padding-bottom:10px;
	margin-bottom:15px;
	width:95%;

}
#learnMoreContainer {
	text-align:right;
	padding-right:20px;
}

#subLinkContainer {
	text-align:right;
	background-color:#E5E5E5;
}
#subLinkContainer2 {
	padding-bottom:10px;
}
#subLinkSpacing {
	padding-top:10px;
}


#h1Heading{
	margin-top:20px;
	padding-bottom:4px;
	margin-bottom:0px;
}


#learnMore {
width:101px;
height:23px;
background-image:url(../Images/learnMore.gif);
cursor:hand;
}

#learnMore:hover {
background-image:url(../Images/learnMore2.gif);
} 

#subLinks {
width:210px;
height:37px;
background-image:url(../Images/subLinks.jpg);
background-position:center;
background-repeat:repeat-x;
text-align:right;
border-bottom:1px solid #666;
border-right: 1px solid #666;
cursor: hand;

}

#subLinks:active {
background-image:url(../Images/subLinks_active.jpg);
background-position:center;
background-repeat:none;
} 

#subLinks:hover {
background-image:url(../Images/subLinks_rollover.jpg);
background-position:center;
background-repeat:none;
} 


