html, body{
	margin: 0px;
	padding: 0px;
}
body{
	margin-top: 20px;
	background-color: #C8E6F6;
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
}
h1{
	font-family: times new roman, serif;
	font-size: 18pt;
	font-variant: small-caps;
	color: #006699;
}
h2{
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
p{
	font-size: 11pt;
	line-height: 140%;
}
a{
	color: #006699;
}
a:hover{
	color: #006699;
}

/* MENU */

#menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 160px;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
}
#menu li{
	margin: 0px;
	padding: 0px;
}
#menu a{
	display: block;
	width: 160px;
	border-bottom: 1px solid #006699;
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
	line-height: 200%;
	text-decoration: none;
}
#menu a:hover{
	background: url(images/menubg_over.gif) repeat-y;
	color: #006699;
}
#home{
	margin-top: 30px;
	border-top: 1px solid #006699;
}

/* FRIENDS */

#back_next img{
	border: 0px;
	margin-bottom: 20px;
}
#letter{
	background: #C8E6F6 url(images/lettersbg.gif);
	border: 1px solid #006699;
}
#letter p{
	margin: 20px;
}
#letter img{
	margin: 20px;
	float: right;
	border: 5px solid #FFFFFF;
}
#friends_photos img{
	border: 4px solid #FFFFFF;
}
#friends_photos img:hover{
	border: 4px solid #000000;
}