a img {
	border: 0px;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*layout*/

html {
	/* The following lines ensure everything is centered on the page. */	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #eeeeee; /* Set the background for the unused space on the screen. */
}

body {

	/* border: 1px solid blue; */ /* For debug - remove this! */
	
	/* The following lines ensure the page hugs the top of the browser window. */
	top: 0px;
	margin-top: 0px;

	margin-bottom: 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Set the main font for the site. */
}

#everything {
	width: 960px;
	
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	/* border: 1px solid red; */ /* For debug - remove this! */
}

#header {
	height: 80px; /* Height of the header image. */
	background: #78a2d2 url(images/unionflag.jpg) no-repeat right; /* Set the header image and then a background colour that matches. */
	font-size: 0.6em; /* For the "Skip Navigation" link. */
	text-align: left; /* For the "Skip Navigation" link. */
}

#navigation {
	background-color: white; /* Set the menu bar background colour. */
	padding: 0.2em; /* Add some padding around the menu bar. */
	border-bottom: 1px solid black; /* Place a thin black line at the bottom of the menu bar. */
	text-align: center; /* Centre the menu bar. */
}

#navigation ul, #navigation li {
	display: inline; /* This makes the menu bar list horizontal. */
	list-style-type: none; /* This removes the bullet points from the menu bar list. */
}

/* #skipnav {
	display: inline;
	min-height: 100%;
}*/

#content {
	background-color: white;
	/* min-height: 100%; */
	/*border: 1px solid blue;*/  /* For debug - remove this! */
	/*display: inline;*/
	min-height: 500px;
	/*font-size: 1em;*/
	padding-left: 5px;
}

#leftcol {
	background-color: white;
	float: left;
	min-height: 500px;
	padding-left: 1px;
	width: 10em;
	padding-bottom: 1px;
}

#rightcol {
	background-color: white;
	float: right;
	min-height: 500px;
	padding-right: 1px;
	width: 10em;
	padding-bottom: 1px;
}

#twitter {
	font-size: 0.6em;
	padding: 1px;
	border: 1px dashed gray;
	margin-top: 2em;
}

#lastfm {
	font-size: 0.6em;
	padding: 1px;
	border: 1px dashed gray;
	margin-top: 2em;
}

#weather {
	font-size: 0.6em;
	padding: 1px;
	border: 1px dashed gray;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 127px;
}

#xboxcard {
        font-size: 0.6em;
        padding: 1px;
        border: 1px dashed gray;
        margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 107px;
}

#foot {
	clear: both;
	background-color: #eeeeee;
	font-size: 0.6em;
	padding: 0.6em;
}

#copyright {
	text-align: left;
	float: left;
	/* width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	bottom: 0; */
}

#lastupdate {
	text-align: right;
	float: right;
	/* padding-right: 1px; */
}

#contactform {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

#contactform input, #contactform textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contactform textarea {
	height: 90px;
}

#contactform textarea:focus, #contactform input:focus {
	border: 2px solid #900;
}

#contactform input.submit-button {
	width: 100px;
	float: right;
}


#contactform label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}
