html {
	height: 100%;
	background-color: #707070;
}

body {
	height: 100px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #707070;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFB4B2;
	padding-bottom: 4px;
}
#content {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #616161;
}
#message {
	padding-top: -20px;
	padding-bottom: -20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFB4B2;
	padding-left: 20px;
	background-color: #707070;
	width: 650px;
}
#leftcolumn {
	float: left;
	width: 550px;
	position: relative;
	background-color: #707070;
	padding-top: 10px;
	padding-left: 20px;
}
#rightcolumn {
	float: right;
	width: 150px;
	padding-left: 7px;
	position: relative;
	background-color: #272727;
	padding-right: 5px;
}
	
#pagewrapper {
	height: 100%;
	padding: 0;
	position: relative;
	width: 770px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	}
	
#page {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 770px;
	background-color: #707070;
	}p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}
#rightcolumn p {
	border-bottom: 2px solid #616161;
	font-size: 95%;
	line-height: 1.4;
	color: 979797;
}
#menu {
	background-color: #707070;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #303030;
}
#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #707070;
}
a:link {
	color: #FF9C9F;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	color: #FF9C9F;
	font-size: 12px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6600FF;
	margin: 0px;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	float: left;
	list-style-position: outside;
	list-style-type: none;
}
#menu li {
	float: left;
	padding-right: 10px;
	list-style-position: outside;
	list-style-type: none;
}
.portthumb {
	float: none;
	padding-right: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #272727;
	border-right-color: #272727;
	border-bottom-color: #272727;
	border-left-color: #272727;
}
#clear {
	clear: both;
}
