@charset "utf-8";
/* CSS Document */

body {
background-color:#0066FF;
}

img {
border-style: none;
}

img.imgborder {
	border: 2px solid #0066FF;
}

#container {
	width:924px;
	height:500px;
	top: 1px;
	bottom:25px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	position: relative;
}

#header {
	width:920px;
	background-color: #FFFFFF;
	height: 123px;
	border: 2px solid #FFFF00;
}

#sidebar {
	background-color: #FFFFFF;
	height: 600px;
	width: 204px;
	float: left;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 2px solid #FFFF00;
}

#weather {
	float: left;
	clear: left;
	margin-top: 10px;
	width: 204px;
}

#twitter {
float: left;
margin-top: 10px;
border: 2px solid #FFFF00;
width: 204px;
clear: left;
display: none;
}

#quotes {
float: left;
clear: left;
margin-top: 25px;
margin-left: 20px;
}

#footer {
	bottom: 200px;
	float: left;
	background-color: #FFFFFF;
	height: 70px;
	width: 900px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	border: 2px solid #FFFF00;
	clear: left;
}

#content {
	padding: 15px;
	float: right;
	clear: right;
	width: 674px;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 2px solid #FFFF00;
	}
	
#content img {
	padding: 5px;
}

h1 {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
}

h3 {
	font-size: x-large;
	}
a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: none;
}
	
a:hover {
color: blue;
text-decoration: underline;
}

a:active {
color: blue;
text-decoration: underline;
}

.centre {
	text-align: center;
}


