body {
	background-color:#FFFFCC;
	border-style:none;
	font:10pt Arial;
	font-weight:bold;
}

a {
	color:red;
	text-decoration:none;
}

a:link {	
	color:red;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:none;
	}
	
.layout1 {
	background-color:#CCFFCC;
	width:802px;
	color:black;
	text-align:left;
	float:left;
	border-style:solid;
	border-color:black;
	padding-left:30px;
	padding-right:30px;
}

.layout2 {
	width:460px;
	float:left;
	padding-left:40px;
}

.layout3 {
	width:300px;
	height:150px;
	text-align:center;
	float:left;
}

.layout4 {
	width:260px;
	height:100px;
	float:left;
	text-align:center;
	font:1em Arial;
	font-weight:bold;
}

#photos { 
	width:300px; 
	height:200px; 
	position:absolute;
}

#photos img { 
	width:300px; 
	height:200px;
}