body { 
	padding: 0px;
	margin: 0px;
	background-color: #EBF5FC; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}

/*The color in the wrapper is actually the color of the nav div. It's switched to trick the browser into extending the nav div the full length of the page*/
div#wrapper {
	padding: 0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #000080;
	background-color: #FBD7A1;
}


.photos {

	padding: 15px;



}


div#header {
	
	padding: 0px;
	margin: 0px;
	text-align: center;

}
	
div#content {

	width: 520px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	float: right;
	background-color: #FFFFFF;
	
	
}

/*The CSS for the homepage content*/
div#overview {

	width: 520px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 160px;
	float: right;
	background-color: #FFFFFF;
	
}

/*The CSS for the Made in India? page content*/
div#video {

	width: 520px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 180px;
	float: right;
	background-color: #FFFFFF;
	
}

/*The CSS for the reference page content*/

div#references {

	width: 520px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 190px;
	float: right;
	background-color: #FFFFFF;

}

/*The CSS for the online dating page content*/
div#online {

	width: 520px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 60px;
	float: right;
	background-color: #FFFFFF;

}

/* No color is specified because it's been switched with the wrapper div to make it extend the whole way down the page*/
div#nav {

	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;

}
	h1 {
		
		font-size: 20px;
		text-align: left;
		
}
		
	
	h2 {
		font-size: 17.5px;
		text-align: left;	
}

	h3 { 

		font-size: 15px;
		text-align: left;

}

	h4 {	
		font-size: 14px;
		text-align: left;
}

div#bottom {
	

	font-size: 10px;
	color: blue;
	text-align: center;
	

}


a:link {

	color: blue;

}

a:visited {

	color: purple;

}

a:hover {

	color: fuchsia;

}