button {font-size:1.0em;
border-radius: 1px;
}

submit {font-size:1.0em;
border-radius: 25%;
}

.navbutton {
	border-radius: 15%;
}


.button {
	border-radius: 15%;
	font-size : 1.3em;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}



td {font-size:1.0em}
hs {font-size:1.7em;
	text-align:center;
}

select {
	font-size : 1.5em;
	background-color:lightgray;
}

body {
background-color: #F8A845;	
}

#header {
	width: 100%;
	top :0;
	left: 0;
	background-color:white;
	color:black;
	text-align:center;
	padding:2px;
	width:96%;
	border: 10px solid black;
	border-radius: 25px;
}

#nav {
	background-color:white;
	width:100%;
	top: 100px;
	left: 0;
	position:fixed;
}

#section {
	margin-top:10px;
	text-align:left;
	padding:2px;	
	width:96%;
	background-color:white;
	border: 10px solid black;
	border-radius: 25px;
}

#aside {
	margin-top:10px;
	float:left;
	padding:2px;
	font-size:1.0em;
	text-align:left;
	width:96%;
	background-color:white;
	border: 10px solid black;
	border-radius: 25px;
}

#footer {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	padding:0%;	
	width:96%;
	background-color:white;
	color:black;
	border: 5px solid black;
	border-radius: 25px;
	font-size:1.5em;
}



.picframe {
    margin-right: -5%;
    margin-left: -5%;
	margin: auto;    
    display: block;
	text-align : center;
} 


.picnav {
	width 5%;
}


.pictable {
	table-layout: fixed;
	width : 100%;
	height : 100%;
}



.linktext {
	border: 25px;
	border-color: #F8A845;
	border-radius: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1.7em;
	background-color: #F8A845;
}

#videoframe {
	margin-right: -5%;
	margin-left: -5%;
	margin: auto;
	display: block;
	text-align: center;
	background-color: lightblue;
}
