html, body
{
	margin: 0px;
	min-width: 900px;
	top: 0px;
	padding: 0;
}

#Page
{
	background-position: right top;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(clock.jpg);
	background-repeat: no-repeat;
}
#logo
{
	position: relative;
	right: auto;
	left: auto;
	text-align: center;

}
h1
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: xx-large;
}
h2
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: x-large;
}
h3
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: large;
}
h4
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: large;
}

p, li
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: small;
        line-height: 20px;
}
#twitter
{
	position: relative;
	float:right;
	width: 290px;
	height: 450px;
	top: 0px;
	margin-left: 20px;
}
.SpottedGroup
{
	padding: 2px;
	clear: both;
	width: 100%;
	height: 105px;
	position: relative;
	border: 1px solid #993366;
	margin-bottom: 10px;
}

.SpottedGroup h3
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.SpottedIcon
{
	margin: 0px;
	width: 110px;
	height: 67px;
	float: left;
	padding: 0px;
	position: relative;
	border: none;
	text-decoration: none;
}
.SpottedLinks
{
	width: 110px;
	height: 67px;
	float: left;
	border: none;
}
.SpottedIcon img
{
	padding: 2px;
	border: 1px solid #C0CFEF;
}
.SpottedLinks img
{
	padding-top: 6px;
	border: none;

}
.SpottedDescription
{
	width: 110px;
	height: 67px;
	float: left;
	width: 500px;
	border: none;
}

#LeftBackground {
background-color:black;
background-image:url("LeftBgPhotos.jpg");
background-position:right top;
background-repeat:no-repeat;
height:970px;
margin-right:450px;
z-index:-10;
}

#RightBackground {
background:url("RightBgPhotos.jpg") no-repeat scroll left top black;
height:970px;
margin-left:450px;
z-index:-10;
}

.column {
position:absolute;
top:0;
width:50%;
z-index:-10;
}

.left {
left:0;
z-index:-10;
}

.right {
right:0;
z-index:-10;
}

#MiddleBackground  {
margin:0 auto;
text-align:left;
width:900px;
}
