@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}
#wrapper #logo {
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 22px;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/TechHeaderImg.jpg);
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/TechHeaderImg.jpg);
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	clear: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	clear: right;
	background-color: #CCCCCC;
}
p {
	margin: 20px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #CCCCCC;
}
a {
	color: #000000;
}
s

