html{min-height: 100%; margin-bottom: 1px;}

body{
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin: 0;
}

table.main{
	border: 1px solid #FF9900;
}

table.topnav{
	border-bottom: 5px solid green;
}

td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.7em;
}

td.content{
	padding: 10px;
}

a{
	color: #FF9900;
}

a.nav{
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}

a.nav:hover{
	color: #F90;
}

a.nav.current{
	color: green;
}

h1{
	font-size: 2em;
	color: green;
}

h2{
	font-size: 1.5em;
	margin-bottom: 5px;
}

hr{
	border: none 0;
	border-top: 1px solid #F90;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.underline{
	border-bottom: 1px solid green;
}

.white{
	color: #FFFFFF;
}

.h100{
	height: 100%;
}

#pictCtnr{
	width: 560px;
	text-align: left;
	padding: 10px;
}

#pictCtnr img{
	margin: 5px;
	/*border: 2px solid #F90;*/
}

#largeCtnr{
	width: 100%;
	text-align: center;
}

#siteTitle{
	padding: 5px;
	background-color: green;
	color: #FFF;
}

/* Navigations */

#navcontainer{
	background-color: #FFF;
	margin-bottom: 15px;
}

#navcontainer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li{
	margin: 1px 0 0 0;
}

#navcontainer a{
	-moz-box-sizing: padding-box;
	display: block;
	background-color: #F90;
	color: #FFF;
	width: 125px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover{
	background-color: green;
	color: #fff;
}