body
{
	background-color: #dfc7ad;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	line-height: 1.5em;
}
td
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
}
a
{
	color:#fff;
}

#psBackground
{	
	width: 895px;
	height: 625px;
    padding: 0 0 0 0;
    background-image: url(../images/ps_back2.jpg);
	background-repeat:no-repeat;
}
#psTop
{
 	padding-right:20px;
 	float:right;
 	width: 300px;
}
#psContentPushTop
{
	border:1px solid black;
	float:left;
	padding-top: 100px;
}
#psContentPushLeft
{
	border:1px solid black;
	float:left;
	padding-left: 100px;
}
#psContentContainer
{
	float:left;
}
#psContentTop
{
	width:250px;
	height:50px;
	margin-left:170px;
	margin-top:60px;
	padding-left: 14px;
	text-align:center;
	font-size:14px;
	line-height: 1.1;
}
#psContent
{
	height: 384px;
	width:384px;
	float:left;
	overflow:auto;
	padding-left: 10px;
	margin-left:102px;
	margin-top:0px;
	/*background-color:#dfc7ad;*/
	background-color:#000000;
	opacity: 0.5; filter: alpha(opacity=50);
	border:4px solid #dfc7ad;
	visibility:hidden;
}
#clock1
{
	width:325px;
	margin-left:140px;
	margin-top:398px;
	text-align:center;
	line-height:1em;
	font-style:italic;
}
#psMenu
{
 	padding-right:40px;
 	padding-top:10px;
 	font-size:18px;
 	/*line-height: 1.6em;*/
 	float:right;
 	width: 190px;
}
#psPlayer
{
	padding-right:20px;
 	float:right;
 	width: 300px;
 	text-align:center;
 	padding-top: 5px;
}

/* Menu */
ul.thumb {
	list-style: none;
	margin: 0; 
	padding: 0px;
	text-align:left;
	line-height:0.6;
}
ul.thumb li {
	/**margin: 0;*/
	/*float: right;*/
	/*position: relative;*/  /* Set the absolute positioning base coordinate */
	/*width: 110px;
	height: 110px;*/
}
ul.thumb li img {
	/*width: 100px; height: 100px;*/ /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: none;
	padding: 1px;
	/*position: absolute;*/
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:url(images/menu/thumb_bg.png) no-repeat center center;*/  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}



/* Guestbook */
.gbDelimiter
{
	width: 350px;
	height:1px;
	background-color: #fff;
	font-size:1px;
}

h1
{
	color:#fff;
}
h3
{
	display: inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
h4
{
	display: inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
}


