/* **************Positioning - begins************* */
#page {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	z-index: 5;
	}
	
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	z-index: 50;
	}
	
#content {
	position: absolute;
	width: 500px;
	top: 60px;
	left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
	line-height: 24px;
	padding-bottom: 70px;
	z-index: 15;
	}

#title {
	position: absolute;
	top: 0px;
	left: 296px;
	z-index: 20;
	}

#photocredit {
	position: relative;
	bottom: 4px;
	right: 10px;
	text-align: right;	
	font-size: 12px;
	z-index: 25;
	}
	
.photocredit {
	position: relative;
	bottom: 4px;
	right: 10px;
	text-align: right;	
	font-size: 12px;
	z-index: 25;
	}
#copyright {
 	position: relative;
	left: 0px;
	bottom : -60px;
	font-size: 12px;
	color: #626262;
	}	
/* ************** Positioning - ends ************* */

/* ************* Styles - begin ******************** */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
	
h1 {font-size: 20px;}
h2 {font-size:18px; color: #990000;}

td {
	padding: 0px 0 0 0;
	vertical-align:top;
	}
.time {color:#990000;}


#content a img {
	padding-right: 6px; 
vertical-align:middle;
outline:none;
border: none;
} 
#content a:link{
	color: #0072bc;
	text-decoration: none;
	outline:none;
	border: none;
	
}
#content a:visited {color: #0072bc; text-decoration: none; outline:none; border: none;}
#content a:hover {color: #082847; text-decoration: underline; outline:none; border: none;}
#content a:active {color: #0072bc; text-decoration: none; outline:none; border: none;}

/* ************** Styles - end ************* */

