body {
	background-color: #FF9900;
	margin: 0px 0px;
	padding: 0px;
	text-align:center; /*hack from http://bluerobot.com/web/css/center1.html*/
	}
div {width: 433px;
	text-align: center;
	margin: 0px auto;
	background-color: #FF9900;
	border-color: #FF9900;
	border-style: solid;
	border-width: 0px;
	}
p {font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 16px;
	margin: 2px 15px;
	}
	
/*there are 2 different navigation classes depending on how many pictures you have: if you 
only have a couple in the directory, use .navigation; if you have a lot use .widenav...or just 
always use .widenav...i can't remember :P */


.navigation {font-family: verdana, san-serif;
	text-align: center;
	text-valign: center;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 5px auto;
	padding: 5px;
	}
.links {font-family: verdana, san-serif;
	text-align: center;
	text-valign: center;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 5px auto;
	padding: 5px;
	}
.widenav {font-family: verdana, san-serif;
	text-align: left;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	padding: 5px;
	}
.copyright {font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
	}
a:link {font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	}
a:visited {font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	}
img {margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: #FF9900;
	}
