html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #001780;  /* FG COLOUR 1 */
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}



.main {
	background-color: #b2c0ff;  /* BG COLOUR 1 */
	background-image: url('../images/bg1.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 100%;
	width: 800px;
	border-left: solid 30px #000000;
	border-right: solid 30px #000000;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}



.title {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.subtitle{
	color: #071a71;  /* FG COLOUR 2 */
}
.note{
	
}
.link{
	font-size: 11px;
}
.comment{
	font-style: italic;
}
.subtext {
	font-size: 10px;
}



a{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
tr {
	height: 100%;
}
td {
	height: 100%;
}



.content {
	border: solid thin #001780;  /* FG COLOUR 2 */
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 12px;
	background: #7f91e6;  /* BG COLOUR 2 */
}
.leader {
	background: #6f81d6;  /* BG COLOUR 3 */
}
.grid {
	height: 288px;
	text-align: center;
}
.sample {
	height: 102px;
	text-align: center;
}



.content .note {
	margin-bottom: 20px;
}
.content .comment {
	margin-bottom: 20px;
}
.content img{
	float: right;
	border: solid thin #001780;  /* FG COLOUR 2 */
	width: 300px;
	height: 300px;
}
.content .linkbar {
	margin-top: 0px;
	vertical-align: middle;
	height: 14px;
}
.content .linkbar img {
	width: 12px;
	height: 12px;
	float: none;
	border: none;
}
.content .linkbar a {
	text-decoration: none;
}
a:hover .grid {
	background: #6f81d6;  /* BG COLOUR 3 */
	border: solid thin #000000;
}
.grid a {
	text-decoration: none;
}
.grid img{
	float: none;
	border: solid thin #001780;  /* FG COLOUR 2 */
	width: 250px;
	height: 250px;
}
.grid .title {
	font-size: 14px;
}
.grid .subtitle {
	font-size: 10px;
	margin-left: 5px;
}
.content iframe {
	border: solid thin #001780;  /* FG COLOUR 2 */
	margin-top: 20px;
}
.content object embed {
	border: solid thin #001780;  /* FG COLOUR 2 */
	margin-top: 20px;
	width: 400px;
}
.description .title {
	font-family: inherit;
	font-size: 14px;
	color: inherit;
}
.description .subtitle {
	font-style: italic;
	margin-left: 4px;
}
.description .subtext {
	margin-left: 4px;
}
.header {
	margin-bottom: 10px;
}
.header .title {
	font-size: 24px;
}
.footer {
	margin-top: 10px;
	width: 100%;
}
.footer .subtext {
	margin-top: 10px;
}
.like {
	margin-top: 20px;
}
.twitfeed {
	height: 300px;
	width: 240px;
}
.twitfeed .title {
	margin-bottom: 20px;
}
.twitfeed .title a {
	text-decoration: none;
}
.twitfeed .description {
	margin-bottom: 10px;
}
.twitfeed .description .note {
	margin: 0px;
}
.panel {
	height: 300px;
}
.panel img {
	border: none;
	width: inherit;
}
.sample img {
	height: 100px;
	width: 100px;
}
.linkbar {
	margin-top: 20px;
}
.linkbar a img {
	width: 20px;
	height: 20px;
	border: none;
}
.linkbar .image {
	text-decoration: none;
}
.linkbar td {
	width: 50px;
	text-align: center;
	font-size: 10px;
}
.feed .title a {
	text-decoration: none;
}
#simon {
	float: right;
	width: 185px;
	height: 300px;
}



.banner {
	background: #000000;
	text-align: center;
	height: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	
}
.banner img{
	width: 468px;
	height: 60px;
	border: none;
}



.news .feed {
	margin: 0px;
	padding: 0px;
}
.news .feed .item {
	margin-bottom: 10px;
	border: solid thin #555555;
	padding: 2px;
	background: #fff8d2;
}
.news .feed .item .date {
	font-size: smaller;
	color: #666666;
}
.news .links {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 0px;
}





