body {
	background-color: white;
	color: black;
	margin-top: 0;
	margin-left: 0;
}

.header {
	margin: 0;
	top: 0;
	left: 0;
	Xposition: absolute;
	position: relative;

	width: 700px;
	height: 250px;
	border-right: 1px solid #9a5b38;
}

.header_left {
	background-image: url(images/rfid-corner-tl.gif);
	width: 209;
	height: 232;
	position: absolute;
	top: 0;
	left: 0;
}

.header_right {
	height: 232;
	position: absolute;
	left: 450px;
	top: 0;
	Xfont-size: 32pt;
	font-size: 28pt;
	text-align: center;
	font-family: Verdana;
}

.header_text {
	position: absolute;
	Xleft: 209;
	left: 150;
	top: 155px;
	width: 300px;
	font-size: 16pt;
	font-family: Verdana;
}

.header_text2 {
	color: #DDDDDD;
}

.header_text3 {
	color: #EEEEEE;
}

.title_link {
	color: black;
	text-decoration: none;
}

.title_link2 {
	color: #DDDDDD;
	text-decoration: none;
}

.nav {
	position: relative;
	width: 700px;
	border-right: 1px solid #9a5b38;
	height: 27px;
}

.menu_button {
	position: absolute;
	Xbackground: url(images/rfid-underline-sm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 150px;
	height: 27px;
}

.menu_text {
	position: relative;
	left: 50px;
	width: 90px;
	text-align: center;
	Xfont-variant: small-caps;
	font-family: Arial;
}

.menu_a {
	text-decoration: none;
	color: black;
}

.menu_a:hover {
	text-decoration: underline;
}

#menu_forum {
	left: 25;
}

#menu_directory {
	left: 200px;
	XXtext-decoration: overline;
}

.content {
	position: relative;
	width: 700px;
	border-right: 1px solid #9a5b38;
Xcolor: #9a5b38;

}

.right_edge {
	position: absolute;
	top: 0;
	left: 700px;
	width: 209px;
	height: 100%;
	background-image: url(images/rfid-edge-r.jpg);
}

.innercontent {
	margin-left: 20;
	margin-right: 20;
}

.footer {
	position: relative;
	width: 700px;
	border-right: 1px solid #9a5b38;
	border-bottom: 1px solid #9a5b38;
	color: #666666;
	font-family: Verdana;
	font-size: small;
}

.bottom_edge {
	background-image: url(images/rfid-edge-b.jpg);
	position: absolute;
	height: 232px;
	Xwidth: 700px;
	width: 100%;
}

.bottom_right_edge {
	background-image: url(images/rfid-corner-br.jpg);
	height: 232px;
	width: 209px;
	position: absolute;
	left: 700px;
}

