/* The Duke of Wellington in Epping, Essex */

h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	font-family: Times New Roman, Times, serif;
}

h1 {
	font-size:24pt;
}

h2 {
	font-size:18pt;
	text-decoration:overline underline;
}

body {
	margin:0px; 
	background-color:#1a1a1a;
	background-image:url(../images/background.png);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color:#FFCC00;
}

p, li, #footer {
font-size:1.1em;
}

img {
	border:none;
}

a:hover {
	text-decoration:underline;
	color:#990000;
}

#wrapper {
	margin: 0 auto;
	color:#ffcc00;
	width:76em;
	background-color:#5B0000;
	padding: 10px 0px 10px 0px;
	background-image: url(../images/background2.png);
	background-repeat: repeat;
}

#board {
	float:left;
	width:24.4em;
	background-color:#000000;
	background-image:url(../images/background3.png);
	background-repeat:repeat;
	color: #FFCC00;
	padding-bottom:10px;
	margin-bottom:10px;
}

#pane {
	position:relative;
	top:10px;
	left:10px;
	width:224px;
	border: 1px solid #ffffff;
	height:346px;
}

#duke-logo {
	position:absolute;
	top:10px;
	left:10px;
	background-image:url(../images/duke-logo.png);
	width:204px;
	height:68px;
}

#duke {
	position:absolute;
	top:88px;
	left:10px;
}

#column1 {
	padding-left:30px;
	float:left;
	width:24.4em;
	text-align:center;
}

#column2 {
	padding-right:3em;
	float:right;
	width:44em;
}

#footer {
	clear:both;
	margin: 10px 30px 0px 30px;
	padding: 4px 0px 4px 0px;
	border-top: solid 1px #ffcc00;
	text-align:center;
}

.section {
	clear:left;
	padding-top: 5px;
}

.center {
	text-align:center;
}

.thumbnail {
	float: left;
	width: 130px;
	height: 98px;
	margin: 7px;
	border: 1px solid #ffcc00;
}

.thumbnail:hover {
	border-color:#990000;
}

/* Microformats */

.org, .country-name {
	display:none;
}

.tel {
	margin-top:10px;
}

.vcard {
	font-size:1.1em;
}