/* Bristol Four

Author: James Loveridge [http://quiffy.net/]

 */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0 0;
	}
	

/* DIV Layout Boxes */

#container {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	}

#header {
	background-image: url(img/header.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 700px;
	}
	
#left {
	background-image: url(img/left.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 476px;
	}
	
#content {
	background-color: #FFFFFF;
	float: left;
	width: 600px;
	height: 476px;
	}
	
#right {
	background-image: url(img/right.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 476px;
	}
	
#footer {
	background-image: url(img/footer.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 700px;
	}
	
#sidebar {
	float: left;
	width: 100px;
	height: 456px;
	padding-top: 20px;
	}
	
#main {
	float: left;
	width: 490px;
	height: 456px;
	padding-top: 20px;
	padding-left: 10px;
	}

/* Text */
.footer {
	text-align: center;
	padding-top: 40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	}
	
a {
	text-decoration:none;
	}
a:link {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #990000;
}
a:active {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}