/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #FFCC00;
	background-image: url(bg_maincorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.buttons a, a:active a:focus a:link a:visited a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.LinkPageItems a, a:visited {
	color: purple;
	text-decoration:underline;
	font-weight:normal;
}

.LinkPageItems a:hover {
	text-decoration: underline;
	color: red;
	background: yellow;
	font-weight:normal;
}

.LinkPageItems td {
	text-align:center;
}

li.HorizontalMenu {
	display: inline;
	border: 1px solid red;
	padding-left: 0em;
	padding-right: 0em;
	margin-left: 0em;
	margin-right: 0em;	
}

li.HorizontalMenu a {
	color:	white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color:#FF6600;	
}

li.HorizontalMenu a:visited {
	color:	white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color:#FF6600;	
}

li.HorizontalMenu a:hover {
	color:	white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color:#FF3300;	
}

#LinkArea {
	text-align: center;
	top:0px;
	left:0px;
	width:700px;
}

#RightSkyScraper {
	position:absolute;
	left:700px;
	width:120px;
	height:600px;
	top:60px;
}
