/* CSS Document */

#oldboy{
	display: none;
}

#envelope {
	position: static;
	width: 610px;
	margin: 0 auto 0 auto;
	border: 1px solid #000033;
	padding: 5px;
	background: white;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
}

html>body #envelope {
	width: 600px;
}

#header img {
	margin: 5px 0 5px 0;
	display: block;
}

#content {
	width: 400px;
	float: left;
}

#sidebar {
	width: 195px;
	float: right;
}

#footer {
	border-top: 1px solid #000033;
	clear: both;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: justify;
	background-image:  url(http://www.dougalj.co.uk/images/gradient.jpg);
	background-repeat: repeat-x;
	text-align : center;
}

p {
	margin: 0 0 5px 5px;
	padding: 0;
}

em {
	text-decoration: underline;
	font-style: normal;
}

#menu{
	background: #0066cc;
	width: 100%;
	height: 20px;
	text-align: right;
}

#menu ul {
  	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
  	line-height: 20px;
	padding: 0 15px 0 0;
	display: inline;
}

h1{
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #0066cc;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}

h3{
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}

a{
	color: #000033; 
	text-decoration: none;
}

a:hover {
	color: #000033;
	text-decoration: underline;
}

.inputfooter{
	font-style: italic;
	margin: 0 0 20px 0;
}

/** List Used to display the validation **/
#validation {
	text-align: center;
	margin: 0 0 2px 0;
}

#validation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#validation li { 
	display: inline;
}

#validation img {
	border-style: none;
}

#links ul {
	margin: 0;
	padding: 0 0 5px 20px;
}

#links li {
	list-style-type: circle;
}

#filo ul {
	margin: 0;
	padding: 0 0 5px 20px;
}

#filo li {
	list-style-type: disc;
}