/** {  THIS IS CAUSING SPACE PROBLEMS!

	margin: 0px;

	padding: 0px;

}*/

html {

	overflow-y: scroll;		/* fixes FF scrollbar width readjustment */

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	text-align: left;
	letter-spacing: 1px;
}

a {color: #ffffff;/*font-size: 14px;*/}

a:hover {color: #00ff00;}

.more{float: left;}

.clear{clear:both;}

p{	margin: 20px 0px 20px 0px; /*line-height: 16px;*/}

#container {
	margin: 0px auto;
	width:873px;
}

#menu {
	background-image:url(images/menu.gif);
	/*width:862px;*/
	height:90px;
	position:relative;
}

#menu ul li{
	/*	top:50px;*/
	position:absolute;
	list-style-type: none;
}

#menu ul { /*NEW!*/
	padding-top: 50px;
	margin-left: 160px;
}

#m01 {left:160px;}

#m02 {left:305px;}

#m03 {left:450px;}

#m04 {left:590px;}

#m05 {left:730px;}

#menu a{
	/*font-family: verdana, arial, sans-serif;*/
	font-size: 12px;
	font-weight:bolder;
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
}

#menu a:hover {color: #00ff00;}

#header {
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
	width:873px;
	position: relative;
}

#logo {
	width:240px;
	height:46px;
	margin: 0px 0px 0px 80px;
	/*float:left;
	display:inline;*/
}

#bot {
	background-image: url(images/techlogo.jpg);
	width:400px;
	height:300px;
	float:right;
	margin-right:40px;
}

#context {
	/*width:350px;*/
	margin: 50px 50px 0px 50px;
}

#welcome {
	margin: 10px 0px 0px 90px;
	/*float:left;
	width:350px;
	display:inline;*/
	padding-right: 90px;
}

#welcome h2{
	margin: 0px 0px 20px 0px;
}

/*#welcome p{
	width:350px;
}*/

#welcome img{
	border: solid 3px #ffffff;
}

#middle {
	background-image:url(images/middle.gif);
	width:873px;
	height:21px;
	clear: both;
}

#middle2 {
	background-image:url(images/middle2.gif);
	width:873px;
	height:22px;
}

#content {
	background-image:url(images/content.gif);
	/*width:873px;*/
}

#left {
	float:left;
	width:258px;
	margin: 0px 0px 0px 85px;
	height:auto;
	display:inline;
}

#right {
	float:right;
	width:435px;
	margin: 0px 62px 20px 0px;
	display:inline;
}

#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}

#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:873px;
}

#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}

#footer a{
	font-size:11px;
}

span.nowrap{
	white-space: nowrap;
}

span.time {
	font-size: 10px;
}

h1 {
	text-transform:uppercase;
	font-size: 22px;
}
