a:link, a:visited {

	color: orange;

	text-decoration: underline;

	font-size: 14px;

}

a:hover, a:active {

	color: white;

	cursor: northeast;

	font-size: 14px;

}

a.port:link, a.port:visited {

	font-size: 17px;

	font-weight: normal;

	text-decoration: none;

	font-style: italic;

}

body {

	background: #f4f59b url('images/back.jpg') top left no-repeat;

	color: white;

	font-family: trebuchet MS, verdana;

	font-size: 14px;

	margin-top: 0px;

	margin-left: 0px;

	overflow: hidden;

}

h2 {

	font-size: 17px;

	font-weight: normal;

}

img.thumb {

	border: solid 1px white;

}

#nav { 

	width: 800px;

	height: 91px;

	margin-top: 0px;

}

#mobileNav {
    display: none;
}

#innerNav {

	margin-left: 260px;

	margin-top: 40px;

	width: 445px;

	height: 60px;

	border: solid 0px white;

	overflow: hidden;

}

#main {

	margin-left: 250px;

	margin-top: 0px;

	width: 445px;

	height: 290px;

	border: solid 0px white;

	overflow: auto;

}

#main li {

	margin-left: 14px;

}

#vidMain {
	padding-left: 36px;
}

.note {

	text-decoration: overline;

}