@charset "utf-8";
/* CSS Document */

body {
	margin: 5px 0 5px 0; 
	padding: 0 0 0 0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#0d0d0e;
	color:#CCCCCC;
	font-family:"Gill Sans MT", Calibri, "Californian FB", Arial;
	font-size:large;
}

h1 {
	font-size:x-large;
	margin: 10px 10px 10px 10px;
}

h2 {
	font-size:large;
	margin: 10px 10px 10px 10px;
}

p, .content {
	margin: 10px 10px 10px 10px;
	text-align:left;
}

.albumlink {
	background:#3e3e3e;
	cursor:hand;
	width:245px;
	float:left;
	margin:10px 0 0 10px;
	padding:5px 5px 5px 5px;
	height:65px;
	vertical-align:middle;
	text-align:left;
	border-color:#999;
	border:solid thin;
	text-decoration:none;
}


.albumlink:hover {
	background:#515050;
	cursor:hand;
	text-decoration:underline;
}

.thumblink {
	background:#3e3e3e;
	cursor:hand;
	width:110px;
	float:left;
	margin:10px 10px 10px 10px;
	padding:5px 0px 5px 5px;
	height:60px;
	vertical-align:middle;
	text-align:center;
	border-color:#999;
	border:solid thin;
}

.thumblink:hover {
	background:#515050;
	cursor:hand;
}


.thumb {
	float:left;
	padding:5px 5px 5px 5px;
}

.confirm  {
	color:#F00;
}

img {
	border:none;
}

a, a:link, a:active, a:visited
{
	color:#CCCCCC;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

a:link.disabled, a.disabled, a:active.disabled, a:visited.disabled, a:hover.disabled {
	color:#333;
	text-decoration:none;
}

.spacer{
	font-size:x-small;
	text-align:right;
	padding:25px 5px 5px 5px;
	line-height:100%;
	float:none;
	clear:both;
}

a.nou, a:link.nou, a:active.nou, a:visited.nou {
	text-decoration:none;
	color:#CCCCCC;
}

a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}