/* CSS*/
* {margin: 0; padding:0; border: 0; list-style-type: none} /* set sane defaults */
body{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFF;
	color: #999;
}

a, a:visited {color:#999; text-decoration:none}
a:hover {color:#AAA; text-decoration:none}



#title {
	position: absolute;
	top: 320px;
	left: 0px;
	width: 250px;
	text-align: right;
	margin-right: 20px;
	background-color: #cbeeff;
}
#title .white {
	background-color: #FFF;
}

#text {
	position:absolute;
	top: 499px;
	left: 0px;
	width: 250px;
	text-align: right;
}

#pictures {
	position: absolute;
	top: 320px;
	left: 250px;
	width: 1300px;
	background-color: #FFF;
}
#pictures p {display: inline;}

.title{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #F0F;
	text-decoration:none;
}

.base{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #FFF;
	text-decoration:none;
}





