html, body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: white;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
}

#mastercontainer
{
	width: 1000px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header
{
	width: 1000px;
	height: 100px;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #000000;
}

#navbar
{
	width: 1000px;
	color: white;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	background: url(layout/navbar-background.png) repeat-x transparent;
}

#main-split
{
	width: 1000px;
	color: white;
	background: url(layout/main-back.png) repeat-y transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main-content
{
	float: left;
	width:730px;
	margin: 0 0 0 0;
	background: transparent;
}

#main-sidebar
{
	float: right;
	width:230px;
	margin: 0 0 0 0;
	background: transparent;
}

div.clearFloat
{
	height: 0px;
	clear: both;
}

#footer
{
	width: 1000px;
	height: 50px;
	color: white;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
	text-align: center;
	background: url(layout/footer-background.png) repeat-x transparent;
}

p, ul
{
	margin-top: 0px;
	font-size: 14px;
}

div.artGallery
{
	width: 680px;
	margin: 10px 10px 10px 10px;
	background: #545454;
	border: 1px solid white;
	text-align: center;
}

div.artFrame
{
	float: left;
	text-align: center;
	height: 360px;
	width: 325px;
	border: 1px solid black;
	background: transparent;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	
}

div.artFrameTitle
{
	font-size: 1.5em;
	text-align: center;
	background: black;
	height: 50px;
	width: 325px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: table-cell;
    vertical-align: middle;
}

div.artFrameImage
{
	text-align: center;
	background: #2f2f2f;
	height: 310px;
	width: 325px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.floatCenterDiv
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

table.artTable
{
	border: 1px solid white;
	text-align: center;
	background: #2f2f2f;
}

img.vertCenter
{
	margin: 5px 5px 5px 5px;
}

/* Inherited from the old version of biophysengr.net below this line */

h1
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4169E1;
}


h2{ color: #4169E1; }
h3{ color: #4169E1; }
h4{ color: #4169E1; }
h5{ color: #4169E1; }
h6{ color: #4169E1; }

a:link
{
	color: #4169E1;
}

a:visited
{
	color: #4169E1;
}

img.floatRight
{
	float: right;
	height: 31px;
	width: 88px;
	border: 0 none red;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}

img.mainBanner
{
	/* height: 125px; */
	width: 850px;
	border: 0 none red;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


img.navButton
{
	/*height: 40px;*/
	border: 0 none red;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}