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

body {
	text-align: left;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	color: #FFF;
	background-image: url(../spimages/background.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
	color: #3AE6A0;
	font-weight: lighter;
	text-transform: lowercase;
	border-left-width: thin;
	border-left-color: #56E9AE;
	border-left-style: dotted;
	padding-left: 3px;
	margin: 2px;
}
p, h1, {
	text-align: centre;
	}

#header {
	background-image: url(../spimages/header.gif);
	height: 150px;
	width: 1000px;
	text-align: right;
	margin-bottom: 5px;
}
#header ul{
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#header li{
	text-align: right;
	display: inline;
}
#header li a:link {
	display: inline;
	margin-right: 15px;
	background-color: #FF0;
	color: #000;
	width: 110%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bolder;
}
#header li a:hover {
	display: inline;
	margin-right: 15px;
	background-color: #000;
	color: #FFFF2B;
	width: 110%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bolder;
}
#header li a:visited {
	display: inline;
	margin-right: 15px;
	background-color: #CCC;
	color: #000;
	width: 110%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bolder;
}

#container {
	positiion: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-bottom: 0px;
}
#menu {
}
#links {
	padding: 15;
	text-align: left;
	border: 0;
	position: absolute;
	margin: 0px;
	background-color: #333;
	list-style-type: none;
}
#content {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	bottom: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	float: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

#content body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#links ul a:active {
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
#rightsidebar {
	clear: right;
	float: right;
	width: 300px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	padding-left: 5px;
}
.box-landscapes {
	background-color: #FFF;
	height: 100px;
	width: 110px;
	color: #061A32;
	text-align: center;
	background-image: url(../workings/P1000981.jpg);
	background-position: 5px 20px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	display: inline;
	margin: 5px;
	float: left;
	clear: none;
}
.box-people {
	background-color: #FFF;
	height: 100px;
	width: 110px;
	color: #061A32;
	text-align: center;
	background-image: url(../workings/Firetones_29JUNE08_118.jpg);
	background-position: 5px 20px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	display: inline;
	margin: 5px;
	float: left;
	clear: none;
}

.styling{
	background-color:#FFFF2B;
	color:#000;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#digitalclock {
	text-align: right;
	top: 0px;
	position: relative;
	left: 0px;
	float: right;
	width: 50%;
	clear: right;
}
#container #rightsidebar p {
	text-align: left;
	font-weight: bold;
}
