html, 
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	width: 79%;
	margin: auto;
	font-size: 100%;
	text-align: left;
	margin-top: 10px;
	background-color: #FBFBFB;
}

#container {
	width: 90%;
	position: absolute;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	display:block;
	position:fixed;
	width: 85%;
	height: 300px;
	font-size: 1em;
	padding: 15px;
	text-align: right;
	margin-bottom: 2em;
	background-color: #FFFFFF 
}
#logo {
	width: 270px;
	height: 105px;
	margin: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.twotiermenu {
	display:block;
	text-align: left;
	font-size: 0.8em;
	margin-top: 50px;
    padding: 15px 0px 15px 0px;
	margin-bottom: 0px;
}


.menutop {
	display:block;
	float: left;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	font-size: 1.2em;
	padding-bottom: 20
        px;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
		margin-right: 30px
}

a:link,a:visited {
	color: #850A49;
	text-decoration: none;
}

a:hover,a:active {
	color:  #D0C9FE;
	text-decoration: none;
}



#maincontent{
	width:80%;
	margin-top: 400px;

		
}
	
#sidebar {
	display:block;
	float: left;
	background-color: #FBFFFF;
	height: 2000px;
	width: 225px;
	margin: 20px 40px 20px 10px;
	background-image: url(_Images/Pict_Kokopelli_240px14trans.jpg);
	background-repeat: repeat-y;
	font-variant: normal;
	font-style: italic;
}
#sidebarcomments {
	font-size: 0.75em;
	padding: 5px;
	height: 300px;
	width: 200px;
	font-style: normal;
}

.maincontent_title {
	font-size: 1.5em;
	color: #C1B5FF;
	padding: 0px;
	text-align: left;
	height: 50px;
	width: 80%;
}

.txt_small{
	font-size: 0.6em;
}

.txt_main{
	font-size: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
}

.txt_main {
	font-size: 1.7em;
	margin-top: 2em;
}
.txt_main_h2_color{
	color: #CD32BF;
	color: #C1B3FF;
	font-size: 1.7em;
}

.txt_all_links {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.txt_sidebar {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
.txt_sidebar_h1 {
	color: #C1B5FF;
	font-style: normal;
	font-size: 1.25em;
}
.txt_sidebar_h2 {
	font-style: normal;
	font-size: 0.8em;
}
.txt_main_DOI {
	color: #00F;
}






#footer {
	height: 60px;
	width: 880px;
	background-color: #FFF;
	clear: both;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 2em;
}
#menubottom {
	font-size: 50%;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 110px;
	float: left;
	padding: 0px;
}
