@charset "utf-8";
/* CSS Document */

body {
	background-color: #FEFEFE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
#container {
	float: left;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/web-design-bristol-uk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header {
	width: 200px;
	text-align: left;
	float: right;
	margin: 5px;
}
#content {
	width: 440px;
	float: left;
	overflow: auto;
	height: 195px;
	text-align: justify;
	padding: 5px;
	margin-top: 80px;
}
#web-design-uk {
	float: left;
	width: 460px;
	margin-left: 280px;
	height: 300px;
	margin-top: 150px;
}
#header h1 {
	color: #C80000;
	font-size: 10px;
	text-align: justify;
	margin-top: 17px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}