html {
	background-image: url('bg.jpg');
	background-color: #DDDDDD;
}
body {
	font-family: "Lucida Grande", "Arial CE", Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	background-image: url('bg.jpg');
	background-color: #DDDDDD;
	font-size: 1em;
	padding: 0px;
	overflow: auto;
	width: 900px;
	margin: auto;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	display: inline;
}

.topic		{	padding-left: 30px;	}

table.main	{	margin-left: 50px;
			width: 100%;	}
table.content	{	border-style: dotted;
			border-width: 1px;
			width: 70%	}
.dotted		{	border-style: dotted;
			border-width: 1px;
			margin-top: 0.5em;	}
img		{	border: none;	}
td		{	vertical-align: top;	}

.smaller	{	font-size: 10pt;	}
p.par		{	padding-left: 20px;	}
a:link          {       color: black;
			font-weight: bold;
			text-decoration: underline;     }
a:visited       {       color: black;   }
a:hover         {       color: gray;    }
a.navlink	{	font-weight: bold;	}

.header         {       padding-bottom: 8pt;
                                font-weight: bold;      }
.name           {       font-size: 20pt;        }
.foottext	{	font-size: 10pt;
			padding-left: 15px;	}
.relevantlinks	{	font-size: 9pt;
			text-align: center;	}
.usercount	{	text-align: right;
			padding-right: 15px;	}
.footer         {       font-size: 8pt; 	}


div.item * {
		text-align: center !important;
		vertical-align: top;
}
div.item a:link,div.item a:visited, div.item a:active {
		text-decoration: none;
		color: #444444;
		font-weight: bold;
}
div.item {
       	width: 30%;
       	display: block;
       	float: left;
       	margin-bottom: 0.4em;
}
span.desc {
       	font-size: 0.9em;
}
span.subdesc {
	font-size: 0.8em;
	color: #aaaaaa;
}
img.arrow {
	position: relative;
	right: 1.5em;
	top: 3px;
}
div.album {
       	clear: both;
       	margin-bottom: 0.4em;
       	padding: 0px 0px 3px 0px;
       	background-image: url('./bggrey.png');
       	width: 95%;
       	font-weight: bold;
       	color: #eeeeee;
       	padding-left: 4%;
       	cursor:pointer;
        -moz-border-radius: 10px;
}
div.album:hover {
       	color: #dddddd;
}
div.albums {
	padding-left: 1em;
	display: none
}
div.item:hover {
	opacity: 0.75;
}
div#people div.item {
	width: 20%;	
}
h1 {
	margin-left: 2em;
    margin-top: 1em;
}
p.validation {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
img.icon {
	float: left;
}
table.smallfont {
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.smallfont td {
    font-size: 9pt;
    padding: 3px;
    border: 1px solid #aaa;
}
