﻿/* Style Sheet for Ginger Giraffe - SWC 13-Nov-2005 */
/* v2 21-Jan-2007 */
body {
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #ff8c00;
}
a:active {
	color: #ff8c00;
}
h1, h2, h3, h4 {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff8c00;
}
table {
	border: none;
	border-collapse: collapse;
	padding: 10px;
	margin: 0px;
}
img {
	border: 0;
}
/*	IDs	*/
#Content {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding:0 5px 0 px
}
#Header {
	padding: 5px 0 0 0;
	text-align: left;
	width: 100%;
	height: 100px;
	margin: 0;
}
#Logo {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
#GGNavbar {
	width: 135px;
	float: left;
	margin-right: 5px;
	margin-left: 0;
	text-align: left;
}
#GGLinksPanel {
	background-color: #FFCC99;
	font-size: 0.8em;
	padding: 5px;
}
#CentrePanel {
	padding: 0 10px;
	text-align: left;
	margin: -10px 130px 0 140px;
}
#CentrePanelWS {
	padding: 10px;
	text-align: left;
	margin: -10px 0 0 140px;
}
#Sidebar {
	width: 120px;
	float: right;
	margin-left: 5px;
	text-align: left;
}
#SidebarPanel {
	background-color: white;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right-style: outset;
	border-right-width: 3px;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	padding: 0 4px 0 4px;
}
/*	Classes	*/
.bottom * {
	vertical-align: text-bottom;
}
.left	{
	float: left;
	margin-right:5px
}
.right	{
	float:right;
	margin-left: 3px
}
.SmallText {
	font-size: xx-small;
	bottom: -2px;
}
.SmallerText {
	font-size: small;
}
.SidebarHead {
	font-weight: bold; /*	font-size: smaller; */;
	color: #ff8c00;
	bottom: -2px;
}
.SubHead {
	font-size: 0.5em;
}
.AltRow {
	background-color: #FFC184;
}
.Flash {
	background-color: #ff8c00;
	color: #ffffff;
	font-size: small;
	padding: 7px;
}
.Flash A {
	color: #ffffff;
	font-weight: bold;
}
.Flash A:HOVER {
	color: #ffffff;
}
.Flash A:ACTIVE {
	color: #ffffff;
}
.Flash A:VISITED {
	color: #ffffff;
}
.photo {
	border-bottom-style : inset;
	border-bottom-width : thick;
	border-bottom-color : Gray;
	border-left-color : Gray;
	border-left-style : outset;
	border-left-width : 1px;
	border-right-color : Gray;
	border-right-style : inset;
	border-right-width : thick;
	border-top-color : Gray;
	border-top-style : outset;
	border-top-width : 1px;
}
.wallpaper {
	background-image:url("images/wallpaper.jpg")
}
.wallpaper3 {
	background-image:url("images/wallpaper3.jpg")
}

.brClear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
