/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 0px;
}
html { overflow-y: scroll; }
body {
	font: 12px/1.4 Helvetica, sans-serif;
	background: #333;
	color: #000;
}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group {
	display: block;
	text-align: center;
	width: 650px;
	margin-left: 40px;
} /* close commented backslash hack */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
a:focus {
	outline: 0;
	padding-left: 0px;
}

#page-wrap {
	width: 780px;
	margin: 20px auto 5px;
	background: #91c7ff;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: #eee;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: auto;
	border-radius: 20px;
	border: 3px solid #000;

}



IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#main-content {
	padding: 14px;
	height: auto;
}


h1 {
	font: bold 32px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 14px;
	color: #333;
	text-shadow: 1px 1px 1px white;
}
p { margin: 0 0 15px 0; }

a.txt2 {
	font-family: 'volkhov', serif;
	color:#000;
	text-decoration:none;
	text-transform:none;
	font-size:18px;

}

a.txt3 { font-family: 'volkhov', serif;
    color:#333;
	text-decoration:none;
	text-transform:none;
	font-size:14px;	

}

a.txt4 { font-family: 'volkhov', serif;
    color:#009;
	text-decoration:none;
	text-transform:none;
	font-size:14px;	

}

a.txtRED { font-family: 'volkhov', serif;
    color:#900;
	text-decoration:none;
	text-transform:none;
	font-size:14px;	

}

a.txtLINK { font-family: 'volkhov', serif;
    color:#900;
	font-weight:bold;
	text-decoration:underline;
	text-transform:none;
	font-size:14px;	

}

a.txtBOLDul{ font-family: 'volkhov', serif;
    color:#900;
	font-weight:bold;
	text-decoration:underline;
	text-transform:none;
	font-size:14px;	

}

a.txtBOLD { font-family: 'volkhov', serif;
    color:#000;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size:18px;	

}

a.txtBOLDsm { font-family: 'volkhov', serif;
    color:#036;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size:14px;	

}

a.txtBOLDbio { font-family: 'Veranda', serif;
    color:#036;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size:14px;	

}

a.txtBOLDsm2 { font-family: 'volkhov', serif;
    color:#036;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size:15px;	

}
 
nav ul {
	list-style: none;
	background: #154c85;
	padding: 0px 30px;
	width: 400px;
	position: relative;
	left: 0px;
}
nav ul li { display: inline; }
nav ul li a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 10px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-text-stroke: 1px transparent;
	font: bold 11px/16px "Lucida Grande", "Verdana", sans-serif;
	color: #eee;
	text-decoration: none;
	margin: 0 15px 0 0;
}
nav ul li a:hover {
	color: #CCC;
}	
nav ul li a:active, nav ul li a.current {
	background: #1b435e;
	position: relative;
	top: 1px;
}

footer {
	color: #900;
	margin: 0 auto;
	width: 500px;
	text-align: center;
}
.vid {
	position: relative;
	height: auto;
	width: 650px;
	left: 50px;
	right: auto;
	text-align: center;
	margin-left: 40px;
}

a img {
    border: 0;
}
