/* CSS */

body {
width:800px;
text-align:center;
margin:auto;
}


p, div, tr, td {
	
font-family: Arial, Helvetica, sans-serif;
	
font-size: 12px;
	

}


a:link {
	
color: #CC3333;
	
text-decoration: 
none;
}

a:visited {
 
color: #CC3333;
  
text-decoration: none;

}



a:hover {
	
color: #999999;
	
text-decoration: none;

}



a:active {

color: #CC3333;

text-decoration: none; 

}


.header {
	
background-image: url(images/header.jpg);
	
height: 101px;
	
width: 800px;
	text-align: right;

}


.graySqaures {
	
background-color: #EEEEEE;
	
line-height: 20px;

}


#topNav {

font-size: 11px;

}

.getShoes {
	
background-image: url(images/diabetic_how_to_start.jpg);
	background-repeat: no-repeat;
	
background-position: top;
	
line-height: 30px;
}