body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #bad0ec;
	}

#content {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	margin-top: auto;
	}

a:link, a:active, a:visited {
	color: #0480fe;
	text-decoration: none;
	}
	
a:hover {
	color: #e25120;
	text-decoration: none;
		}

#header {
	position: absolute;
	top: 0px;
	left: 10px;	
	width: 1080px;
	height: 180px;
	}

#quotes {
	position: absolute;
	top: 190px;	
	left: 20px;	
	width: 444px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	font-style: italic;
	z-index:100;
	}
	
#current_date {
	position: absolute;
	top: 190px;	
	left: 860px;
	width: 221px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	font-style: italic;
	text-align: right;
	z-index: 1;
	}

table.photos {
	background-color: #c0d0a3;
	border: 3px ridge #7ea06f;
	text-align: center;
	}
	
table.goals_dreams {
	border: 3px ridge #4e6faa;
	text-align: center;
	}
	
th.blue {
	background-color: #648ffe;
	color: #ffffff;
	font-family: Arial, san-serif;
	font-size: 16px;
	text-align: center;
	font-weight:normal;
	}
	
th.blueberry {
	background-color: #75a1d0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	}
	
th.bluepurple {
	background-color: #4e6faa;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	}
			
th.cadetblue {
	background-color: #5f9ea0; 
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	}

th.greenberry {
	background-color: #c0d0a3;
	color: #000000;
	font-family: Arial, san-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	}	

th.greenearth {
	background-color: #7ea05f;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	}
		
th.khaki {
	background-color: #f0e68c;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	}
	
th.darkkhaki {
	background-color: #808000;
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-weight:normal;
	font-family: Arial, san-serif;
	}
	
th.sienna {
	background-color: #8e6b23;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight:normal;
	font-family: Arial, sans-serif;
	}
	
td.width200px {
	width: 200px;
	}	
	
td.width3px	{
	width: 3px;
	}

td.left {
	padding-left: 10px;
	text-align: left;
	}
	
td.right {
	padding-right: 10px;
	text-align: right;
	}	

font.footer_slash {
	font-size: 16px;
	color: #363a5f;
	}

