* {
margin: 0;
padding: 0;
}

body {
background: #8A0000 url("images/bg.jpg") repeat-x;
text-align: center;
font: normal 14px/18px arial, tahoma, sans-serif;
line-height: 18px;
color: #ffcc66;
padding-top: 40px;
}

a {
color: #ffcc66;
font-weight: bold;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 800px;
background: #8A0000 url("images/Jubilee_01.jpg") no-repeat;
background-position: top left;
}

#wrapper {
width: 800px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #ffcc66;
margin: 0 auto;
text-align: left;
}

img {
border: none;
vertical-align: bottom;
float: left;
padding-right: 4px;
}

#content {
float: right;
width: 416px;
margin: 42px 40px 0 350px;
}

.title {
font-style: italic;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: normal;
}

#footer {
text-align: center;
clear: both;
width: 800px;
padding-top: 25px;
vertical-align: bottom;
}

#copy {
	font-size: 10px;
	text-align: center;
	width: 800px;
	padding-top: 5px;
}

/*
.form {
border: 1px dashed #ffcc66;
padding: 5px;
font-size: 11px;
}
*/