a img {
	border:none;
}
html{
	font-family:"Trebuchet MS";
	color:#003374;
}
body{
	font-family:"Trebuchet MS";
}
#container{
	width:800px;
	height:600px;
	margin:30px auto;
	background-image:url("images/bg.jpg");
	background-repeat:no-repeat;
	position:relative;
}
#content{
	width:500px;
	height:500px;
	position:absolute;
	left:75px;
	top:65px;
}
#over #content{
	width:385px;
	height:500px;
	position:absolute;
	left:190px;
	top:65px;
}
#content p{
	font-size:9pt;
	line-height:13pt;
}
#content h1{
	font-size:10pt;
	font-weight:bold;
	display:block;
	margin-bottom:-10px;
}
#content h1:first-child{
	margin-top:0px;
}
#fotos{
	width:115px;
	position:absolute;
	left:75px;
	top:65px;
}
#fotos img{
	margin-bottom:25px;
}
#john, #rommy{
	position:absolute;
	top:315px;
	left:0px;
}
#rommy{
	left:250px;
}
#john a, #rommy a{
	text-decoration:underline;
	color:#003374;
}
#john a:hover, #rommy a:hover{
	font-weight : bold;
}
#content a{
	text-decoration : underline;
	color : #003374;
}
#content a:hover{
	color : #fff;
	font-weight : bolder;
}
#nav{
	position:absolute;
	left:87px;
	top:550px;
}
#nav a{
	text-decoration:none;
	color:#003374;
	font-weight:bolder;
	font-size:20px;
}
#nav a:hover {
	color : #ACBDD2;
} 
#ashware{
	position:absolute;
	left:0px;
	top:600px;
	width:800px;
	text-align:right;
}
#ashware a{
	text-decoration : none;
	color : #ACBDD2;
	font-size : xx-small;
	font-weight : bold;
} 