body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/site_back.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
}

.linkteam-logo
{
	background-image: url(images/site_logo.jpg);
	background-repeat: no-repeat;
	width: 443px;
	height: 236px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

.linkteam-body
{
	background-color: #003366;
	width: auto;
	min-height: 200px;
}

.linkteam-foot
{
	background-color: #000000;
	background-image: url(images/site_foot_back.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 120px;
	color: #006699;
	padding: 20px;
}

.linkteam-foot h3
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

.linkteam-foot ul
{
	list-style: none;
	margin: 0px;
	margin-top: 3px;
	padding: 5px;
	padding-left: 5px;
	border-left: 1px #003366 solid;
}

.linkteam-foot li
{
	margin: 8px;
}

.linkteam-foot .left
{
	width: 300px;
	color: #006699;
	float: left;
}

.linkteam-foot .right
{
	width: 250px;
	color: #006699;
	float: left;
}

