/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	height: 100%;
	margin: 0;
}
html{
	height: 100%;
}
tr {
	vertical-align: top;
	text-align: left;
}
.mainnav {
	font-size: 16px;
	font-weight: normal;
}
.head_left {
	background-image: url(http://www.spamint.com/img/head_left.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #999;
}
.head_logo {
	background-image: url(http://www.spamint.com/img/head_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #999;
	width: 90%;
	height: 80px;
	clear: both;
}
.head_right {
	background-color: #999;
}
.middle {
	padding-top: 5px;
	clear: both;
	background-image: url(http://www.spamint.com/img/black.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu {
	vertical-align:middle;
}
.menu a:link {
	color: #000;
	text-decoration: none;
}
.menu a:visited {
	color: #000;
	text-decoration: none;
}

.menu a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
.content {
	padding-top: 10px;
}
.bottom {
	height: 51px;
	padding-bottom: 10px;
	width: 90%;
	font-size: 10px;
	color: #999999;
	clear: both;
}
