/* CSS Document */

body {
	background-color: #333333;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #99FF33;
	text-decoration: none;
}

a:active {
	color: #99FF00;
	text-decoration: none;
}

#intro-text {
	position:absolute;
	left:150px;
	top:10px;
	width:800px;
}

#about-text {
	position:absolute;
	left:150px;
	top:10px;
	width:800px;
}

#photographers-inc {
	position:absolute;
	left:10px;
	top:10px;
	width:140px;
}

#photographer-intro {
	position:absolute;
	left:150px;
	top:10px;
	width:800px;
}

#photo-detail {
	position:absolute;
	left:150px;
	top:10px;
	width:600px;
}
