* {
	margin:0;
	padding:0;
}

body {
	background-color:#3292d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

a:link, a:visited, a:active {
	color:#3292d3;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:750px;
	padding:20px;
	margin:0 auto;
	margin-bottom:0px;	
	background-color:#fff;
	background-image:url(../images/langtonlane.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:150px;
}

#menu {
	padding-bottom:30px;
	height:10px;
}

#menu ul li {
	color:#3292d3;
	list-style-type:none;
	float:left;
	margin-right:8px;
	font-size:16px;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#content {
	clear:both;
	line-height:18px;
	padding-top:30px;
}

#content p {
	margin-bottom:10px;
}

#text {
	width:430px;
	float:right;
}

#image {
	float:left;
	width:300px;
	padding-top:5px;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:50px;
	height:20px;
	padding-bottom:20px;
	font-size:11px;
	line-height:18px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	color:#3292d3;
	line-height:normal;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
	color:#3292d3;
	line-height:normal;
}

#dates {
	text-align:center;
}

table.calendar {
	border-collapse:separate;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
}

table.calendar td, table.calendar th {
	padding:4px 8px;
	background-color:#f4f4f4;
	width:45px;
	text-align:center;
}

table.calendar td.green {
	background-color:#7bbc5e;
	color:#fff;
}

table.calendar td.blue {
	background-color:#3292d3;
	color:#fff;
}

table.calendar td.red {
	color:#FF0000;
}

.red {
	color:#FF0000;
}

#links {
	width:150px;
	float:right;
}

#blog {
	float:left;
	width:550px;
}

#links ul,
#links ol {
	margin-bottom:10px;
	margin-left:25px;
}

#links strong {
	font-size:12px;
	font-weight:bold;
}

.details {
	font-size:11px;
}

#text ul, #static ul, #blog ul,
#text ol, #static ol, #blog ol {
	margin-bottom:10px;
	margin-left:25px;
}

.left {
	float:left;
	margin-top:4px;
	margin-right:12px;
	margin-bottom:12px;
}

.right {
	float:right;
	margin-top:4px;
	margin-left:12px;
	margin-bottom:12px;
}
