﻿/* ====================================
CSS - Level 3
Jon Grubb
jongrubb.co.uk

style.css - main stylesheet
==================================== */
html {
	overflow-y:scroll;
	height:680px;
	background-color:#0A51A1; 
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
}
body {
	min-width:960px;
	width:960px;
	height:100%;
	margin:0px auto;
	text-align:center;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
} 
a:link, a:active, a:visited {
	color:#009;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#009;
	text-decoration:none;
	font-weight:bold;
}
img {
	border:0px;
}
h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
}
form {
	width:400px;
}
.textfield {
	width:100%;
	border:1px solid #0B52A2;
	margin:0px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#0B52A2;
}
.submitbutton {
	margin:0px 0px 2px 0px;
	color:#333;
}
#wrapper {
	width:940px;
	height:100%;
	margin:0px auto;
	text-align:left;
}
#top {
	width:930px;
	padding:5px 5px 5px 5px;
	background-color:#0B52A2;
	background-image:url('../images/bg_top.png');
	background-repeat:repeat-x;
}
#nav {
	float:left;
	width:938px;
	margin:1px 0px;
	padding:7px 1px 7px 1px;
	font-size:1.2em;
	background-color:#CCC;
	background-image:url('../images/bg_nav.png');
	background-repeat:repeat-x;
	color:#CCC;
}
#nav ul {
	list-style:none none outside;
	margin:0px;
	padding:0px;
}
#nav li {
	float:left;
}
#nav a:link, #nav a:active, #nav a:visited {
	padding:0px 4px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#image {
	margin:0px 0px 1px 0px;
	width:940px;
	height:200px;
	float:left;
}
#content {
	float:left;
	width:616px;
	height:350px;
	margin:0px 1px 0px 0px;
	padding:5px;
	background-color:#FFF;
	background-image:url('../images/bg_content.png');
	background-repeat:repeat-x;
	background-position:top;
	line-height:1.4em;
}
#copyright {
	margin:50px 0px 0px 0px;
	padding:5px;
	font-size:0.8em;
}
#panel {
	float:right;
	width:303px;
	height:350px;
	padding:5px;
	background-color:#FFF;
	background-image:url('../images/bg_panel.png');
	background-repeat:repeat-x;
	background-position:top;
	line-height:1.4em;
}
#panel h1 {
	color:#333;
}