* {
	font-family:corbel;
	font-size:106%;
}

html {
	background-color:#747270;
	background-image:url('img/greyGradient.jpg');
	background-repeat:repeat-x;
	height:100%;
}

body {
	background-image:url('img/vertLogoBg.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	height:100%;
	overflow-x: hidden;
}


#top {
	background-color:#fa9a12;
	height:48px;
	font-size:150%;
	color:#747270;
	width:852px;
	float:left;	
}

#topLeft {
	background-color:#fa9a12;
	width:50%;
	float:left;
	margin-left:-426px;
	height:48px;
	overflow:hidden;
}

#topRight {
	background-color:#ffffff;
	width:50%;
	float:left;
	margin-right:-426px;
	height:48px;
	overflow:hidden;
}

#portMenu {
	font-size:150%;
}

#portThumbs img{
	margin:11px;
	margin-right:0px;
	margin-top:0px;
	margin-left:10px;
	padding:0px;
}

table {
	margin:0px;
	padding:0px;
	border:0px;
}
tr {
	margin:0px;
	padding:0px;
	border:0px;
}
td {
	margin:0px;
	padding:0px;
	border:0px;
}

#middle {
	width:100%;
	background-image:url('img/vertLogo.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#content {
	width:772px;
	margin-left:auto;
	margin-right:auto;
	min-height:628px;
	color:#ffffff;
	padding:40px;
}


.cred1 {
	margin-top:10px;
	font-size:70%;
}
.cred2 {
	font-size:55%;
}

.aboutToggle {
	padding:10px;
	padding-left:15px;
	margin:0px;
	font-size:15px;
}
.aboutBullet {
	width:15px;
	float:left;
	font-size:15px;
}
.aboutLink {
	float:left;
	width:290px;
	font-size:15px;
}



h2 {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
	font-size:140%;
	font-weight:normal;
	text-decoration: underline;
}



A:link
{
	color:#ffffff;
	text-decoration: none;
} 
A:visited
{
	color:#ffffff;
	text-decoration: none;
} 
A:hover
{
	/*color:#f99b1c;*/
	color:#e5e5e5;
	text-decoration: none;
} 



#top A:link
{
	color:#747270;
	text-decoration: none;
} 
#top A:visited
{
	color:#747270;
	text-decoration: none;
} 
#top A:hover
{
	color:#4c4a49;
	text-decoration: none;
} 