@charset "utf-8";
body {
	margin: 0%;
	background-color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
	font-weight: normal;
}
p {
	margin-top: 0px;
	text-align: inherit;
	padding-left: 5px;
}
h1 {
	margin-top: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: small-caps;
	background-image: url(../images/text_box_trans.png);
	background-repeat: repeat;
	height: 17px;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 3px;
}
h2 {
	margin-top: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-variant: normal;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #FFFFA6;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFA6;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bigstockphoto_Computer_Motherboard_1940584.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.header {
	height: 55px;
	width: 855px;
	font-size: 24px;
	letter-spacing: 3px;
	padding-top: 15px;
	font-weight: bold;
	border-bottom-color: #999999;
	font-family: "Courier New", monospace, sans-serif;
	font-variant: normal;
	background-image: url(../images/company_name.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}

.navigation {
	height: 17px;
	font-family: "Courier New", monospace, sans-serif;
	font-size: 12px;
	clear: both;
	text-align: right;
	width: 900px;
	padding-top: 1px;
	font-weight: bold;
	font-variant: normal;
	background-image: url(../images/text_box_trans.png);
	background-repeat: repeat;
	padding-bottom: 1px;
}
.navigation a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:hover {
	text-decoration: none;
	color: #FFFFA6;
}
.navigation a:active {
	text-decoration: none;
	color: #FFFFFF;
}





.banner {
	height: 220px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 95px 50px;
	background-image: url(../images/banner.png);
}


.content_left {
	float: left;
	height: auto;
	width: 270px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	border-top-color: #CCCCCC;
}
.content_center {
	float: left;
	height: auto;
	width: 270px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	border-top-color: #CCCCCC;
}
.content_right {
	float: right;
	height: auto;
	width: 270px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	border-top-color: #CCCCCC;
}
.content_large_left {
	float: left;
	height: auto;
	width: 570px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	border-top-color: #CCCCCC;
}
.content_main {
	float: left;
	height: auto;
	width: 870px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	border-top-color: #CCCCCC;
}



.footer {
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", monospace, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 50px;
	text-align: left;
	clear: both;
	width: 885px;
	padding-left: 15px;
}


.both {
	clear: both;
	height: 0px;
	width: 0px;
}
