body {
	width: 100%;
	background: #02B8E8;
	background-image: url(img/browser-background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	margin: auto;
	width: 950px;
	background: #02B8E8 url(img/diagonal-stripe.jpg) repeat-x top left;
	font-size: 0.8em;
	color: Navy;
}

#logo {
	width: 350px;
	height: 170px;
	background: url(img/logo-background.png) no-repeat left;
	text-align: center;
	vertical-align: 50%;
}

#links #ticker #search {
	width: 600px;
}

#links {
	text-align: center;
	vertical-align: 50%;
	height: 80px;
	padding: 0px;
	margin: 0px;
}

#ticker {
	height: 15px;
	vertical-align: 50%;
	background-color: White;
	color: Navy;
	font-variant: small-caps;
	font-style: italic;
}

#ticker a {
	color: navy;
	text-decoration: none;
}

#menuHeader #contentHeader {
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

#menuHeader {
	background: url(img/leftcolumnHeaderBackground.gif);
}

#contentHeader {
	background: url(img/pageBodyHeaderBackground.gif);
}

#menu {
	width: 150px;
	background: #19378C url(img/leftcolumn-bottom-background.gif) no-repeat bottom left;
	vertical-align: top;
}

#pageBody {
	width: 800px;
	padding: 5px;
	background: White url(img/pageBody-background.gif) no-repeat bottom;
	vertical-align: top;
}

#pageFooter {
	width: 950px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
	color: Silver;
}

#pageFooter a {
	color: Silver;
	text-decoration: none;
}

#col1 #col2 #col3 {
	height: 2px;
}

#col1 {
	width: 150px;
}

#col2 {
	width: 200px;
}

#col3 {
	width: 600px;
}

#tentPole {
	min-height: 400px;
}

#adminBody {
	background-color: White;
	min-height: 500px;
	width: 80%;
	margin: auto;
	padding: 10px;
}

#contactUs {
	width: 400px;
}

#contactUs input {
	width: 235px;
}

.contactDetails {
	float: left;
	width: 22%;
	height: 160px;
	overflow: visible;
	border-left: 1px solid #02B8E8;
	color: #02B8E8;
	padding-left: 5px;
	margin-bottom: 20px;
}
.contactDetails h1 {
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px 0px 0px 0px;
}
.contactDetails table {
	font-size: 80%;
}
.contactDetails tr {
	vertical-align: top;
	margin: 0px 0px 5% 0px;
}

#catalogue table {
	width: 100%;
}

#catalogue td {
	width: 20%;
	text-align: center;
}

#catalogue img {
	border: none;
	margin: 0px 10px 0px 0px;
}

#catalogue h2 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

#catalogue a {
	text-decoration: none;
	color: Navy;
}

img {
	border: none;
}	