@charset "UTF-8";
body {
	font: 100% Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica, sans-serif;
}
a:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #B00000;
	text-decoration: none;
}
a:active {
	color: #348f39;
	text-decoration: none;
}
.andyPortal #container {
	min-height: 650px;
	max-height: auto;
	width: 800px;
	border: 0px;
	text-align: left;
	margin: 10% 0;
	padding: 0 0;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
}
.andyPortal #nav {
	height: 550px;
	width: 160px;
	padding: 0px 20px;
	float: left;
	font-size: 16px;
	font-variant: small-caps;
	text-align: right;
}
.andyPortal #navBuffer {
	height: 50px;
	width: 200px;
	float: left;
}
.andyPortal #title {
	height: 50px;
	width: 580px;
	padding: 0px 10px;
	float: right;
	font-size: 36px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.andyPortal #navBufferSub {
	height: 20px;
	width: 200px;
	float: left;
}
.andyPortal #subtitle {
	height: 20px;
	width: 580px;
	padding: 0px 10px;
	float: right;
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative;
}
.andyPortal #banner {
	height: 160px;
	width: 600px;
	float: right;
	position: relative;
}
.andyPortal #content {
	height: auto;
	width: 600px;
	font-size: 10px;
	font-variant: small-caps;
	float: right;
	position: relative;
}
.andyPortal #contact {
	height: 100px;
	width: 600px;
	border-top: dotted;
	border-top-width: 1px;
	text-align: left;
	font-size: 10px;
	font-variant: small-caps;
	float: right;
	position: relative;
}
.andyPortal #mobile {
	height: auto;
	max-width: 700px;
	min-width: auto;
	margin: 20px 20px;
	font-size: 72px;
	font-weight: bold;
	font-variant:small-caps;
}