/* AURELIO.NET english hotsite
   CSS license: public domain */

body
	{
	font-family	: Arial, sans-serif;
	color		: #333;
	text-align	: center;
	}
#header
	{
	padding-top	: 1em;
	}
#body
	{
	width		: 740px;
	margin		: 3em auto;
	border		: 2px dashed #9c6;
	padding		: 2em 0;
	}
a
	{
	font-weight	: bold;
	text-decoration	: none;
	}
a:link
	{
	color		: #693;
	border-bottom	: 1px dashed #693;
	}
a:visited { color:purple; }
a:hover   { color: red  ; }
h1, h2
	{
	text-align	: center;
	color		: #693;
	}
#photo
	{
	float		: left;
	margin-left	: 50px;
	width		: 250px;
	text-align	: center;
	}
#links
	{
	padding		: 0 2em;
	margin-left	: 300px;
	font-size	: 85%;
	line-height	: 140%;
	text-align	: left;
	}
li
	{
	padding-bottom	: 1em;
	color		: #999;
	}
h2
	{
	clear		: both;
	padding-top	: 1.5em;
	}
table
	{
	margin		: 0 auto;
	color		: #666;
	}
img
	{
	border		: 1px solid #666;
	}

/**********************************************************/
#albums table {
	border-collapse	: collapse;
	font-size	: 85%;
	}
#albums td
	{
	border-bottom	: 1px solid #ddd;
	padding		: .2em 1em;
	}
#albums a
	{
	font-weight	: normal;
	border-style	: none;
	border-width	: 0;
	}
#albums tr:hover {
	background-color: #cf9;
}	

/**********************************************************/
#about
	{
	text-align	: center;
	}
#about th
	{
	padding-bottom	: 2em;
	font-weight	: normal;
	}
#about td
	{
	margin		: 0;
	vertical-align	: bottom;
	text-align	: center;
	width		: 350;
	}

/**********************************************************/
#footer
	{
	text-align	: center;
	}

