/*---------------------------------------------------------------------- Elements
*/

body {
	margin:0;
	background-color:rgb(153,153,102);
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size:8pt;
}

p	{ margin:12 0 }

h1	{ font-size:medium; color:#ffffcc; margin:6 0 }
h2	{ font-size:xx-small; color:#660000; margin:0 }
h3	{ font-size:xx-small; color:#ffffcc; margin:0 }
h4	{ font-size:small; color:rgb(255,255,204); margin-bottom:2 }

table {
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size:8pt;
	color:black;
}


/*
a			{ font-size:xx-small; }
*/
a			{ font-size:8pt; }
a:link		{ color: #ffffcc; text-decoration: none; }
a:visited	{ color: #ffffcc; text-decoration: none; }
a:hover		{ color: #ffffcc; text-decoration: underline; }

/*----------------------------------------------------------------------picturePanel 
*/
#picturePanel {
	width:250;
	border:0;
	margin: 0 0 0 15;
}
#picturePanel 
	img {
		width:250;
		border:0;
		margin: 4 0;
	}

/*----------------------------------------------------------------------homesProfile	
*/
#homesProfile	{ font-size:xx-small; color:#ffffcc;}
#homesProfile 
	.title		{ background-color:#666633;}

/*----------------------------------------------------------------------#homesInfo 
*/
#homesInfo p	{ margin:0 0 0 20;}

/*----------------------------------------------------------------------pressArticles	
*/
#pressArticles	{}
#pressArticles	
	img			{ border:0; float:right; margin-left:20;}
	.title		{ font-size:xx-small; color: #ffffcc; }

/*----------------------------------------------------------------------copyright 
*/
.copyright		{ font-size:xx-small }

.album {
		font-size:xx-small;
		color: black;
	}
.album img {
		border:0;
		margin: 4;
		float:none
	}



