/*
Orange:#fcb03b
Blue: #0872ba
Grey: #e3e3e3
*/

body {
	background: #e3e3e3;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

a:link {
	color: #000077;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #0872ba;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #fcb03b;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #fcb03b;
	outline: none;
	text-decoration: none: none;
}

#header {
	background-image: url(noah.png);
	background-repeat: repeat-x;
	height: 225px;
	line-height: 225px;
	text-align: center;
}

#content {
	padding: 7% 10% 10% 10%;
	text-align: left;
	font-size: medium;
	float: none;
}

#reel {
	text-align: center;
	font-size: medium;
	clear: both;
}

#vid {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

#ind {
	margin-left: 30px;
}

#menu {
	padding: 0% 10% 0% 10%;
}

#menuitem {
	float: left;
	width: 25%;
	line-height: 10px;
	font-size: medium;
}

#menuitemCurrent {
	float: left;
	width: 25%;
	line-height: 10px;
	font-size: medium;
	text-decoration: underline;
}

#smalltext {
	font-size: smaller;
}

#about {
	text-indent: 30px;
}

#vidrow {
	clear: both;
	padding: 10%;
	float: left;
}

#art {
	padding: 10%;
	float: left;
}

#thumbs {
	
	
}

#maintitle {
	font-size: x-large;
	font-weight: bold;
}

#fp {
	width:100%;
}






