﻿body {
	background: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana;
	line-height: 140%;
}

#container {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 40px;
	background: #000;
}

#logo{
	margin: 20px 0px 10px 0px;
}

#index {
	margin: 0px;
	padding: 0px;
	height: 40px;
	padding-bottom: 10px;
}

#index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#index li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

a#home {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("home.gif");
	float: left;
	margin-right: 3px;
}

a#register {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("register.gif");
	float: left;
	margin-right: 3px;
}

a#link {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("link.gif");
	float: left;
}

a#home_on {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("home.gif");
	background-position: top right;
	float: left;
	margin-right: 3px;
}

a#register_on {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("register.gif");
	background-position: top right;
	float: left;
	margin-right: 3px;
}

a#link_on {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("link.gif");
	background-position: top right;
	float: left;
}

a#home:hover, a#register:hover, a#link:hover {
	background-position: top right;
}

#content {
	float: clear;
}

h1, h2 {
	font-size: 100%;
	border-left: solid 10px #000000;
	border-bottom: solid 1px #000000;
	padding-left: 10px;
}

#wss_bg {
	background-color: #ddd;
	margin: 0px;
	padding: 10px;
	height: 270px;
}

.wss_image {
	float: right;
	height: 250px;
	margin: 0px 0px 0px 10px;
}

#wss_title {
	font-size: 100%;
	line-height: 120%;
}

#wss_caption {
	font-size: 80%;
	line-height: 120%;
}

#alex_image {
	float: left;
	height: 150px;
	margin: 1em 10px 0px 0px;
}

#alex_profile {
	font-size: 80%;
	line-height: 120%;
	height: 150px;
	margin-bottom: 1em;
}

.float_clear {
	float: clear;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 600px;
}

td {
	vertical-align: top;
	border-color: #fff;
	line-height: 140%;
}

td.left {
	padding-right: 10px;
	width: 120px;
	white-space: nowrap;
}

.small {
	font-size: 80%;
}

#company, #division, #name, #email, #message {
	width: 100%;
}

#pii {
	margin-top: 1em;
	font-size: 80%;
	line-height: 120%;
}

a:link, a:visited {
	text-decoration: none;

}

a:hover, a:active {
	text-decoration: underline;

}

img {
	border: none;
}
