body {
	background-color: #fff;
}

/* template */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 1000px;
	height: 38px;
	background-image: url(images/w3ctemplate_01.png);
}

#middleheader {
	width: 1000px;
	height: 420px;
	background-image: url(images/w3ctemplate_02.png);
}

#screenhold {
	position: absolute;
	top: 70px;
	width: 1000px;
}

#lcd {
	width: 486px;
	height: 325px;
	position: relative;
	left: 462px;
	background-image: url(images/lcdtemplate.png);
}

#content {
	width: 1000px;
	background: url(images/w3ctemplate_03.png) repeat-y;
	padding-top: 21px;
}

#columns {
	width: 900px;
	margin-left: 55px;
	margin-top: 90px;
}

#left {
	float: left;
	width: 38%;
	font-size: 20px;
	line-height: 40px;
	padding: 10px;
}

#right {
	float: right;
	width: 52%;
	font-size: 20px;
	line-height: 40px;
	padding: 10px;
}

#centre {
	line-height: 25px;
	padding: 190px 1px 1px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#bottomimage {
	height: 160px;
	width: 1000px;
	background: url(images/w3ctemplate_05.png) no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 1px;
}

/* template */

/* text */

h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0 0 0 40px;
	width: 350px;
	padding-top: 15px;
	padding-left: 10px;
	font: bold 20px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#ourworktitle {
	font: bold 20px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 45px;
}

#centre img {
	float: left;
	padding-right: 40px;
	padding-bottom: 10px;
}

#space {
	height: 245px;
	padding-top: 1px;
	padding-bottom: 12px;
}

p {
	padding: 0;
}

#first {
	width: 370px;
	margin-left: 50px;
	line-height: 40px;
	font-size: 20px;
}

/* text */

/* images */

ul {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 477px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px 10px 10px 20px;
	height: 40px;
	background: url(images/menu.png) no-repeat center top;
}

li {
	float: left;
	text-indent: 27px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 6px;
}

li a {
	text-decoration: none;
	font-weight: bold;
	color: #b1b1b1;
}

li a:hover {
	color: #ff0300;
}

