/*** The All So Important RESET! ***/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, aside, footer, header, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:  1.2vw;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
aside, footer, header, menu, nav, section {display: block}

/************************ Basics ************************/
html {
	width: 100%;
	height: 100%;
}
h1 {
	display: inline;
	font-size: 1.8vw;
	line-height: 0;
	color: #FFF;
	text-align: center;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h2 {
	display: inline;
	font-size:  1.5vw;
	line-height: 0;
	color: #FFF;
	text-align: center;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
/************************ layout ************************/
header {
		color: #FFF;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 10px;
}

body {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5;
	background-color: #A69978;
		     width: 100%;
	height: 100%;

}
#wrapper {
	margin-top: 5px;
	background-color: #A69978;
		text-align: center;
	     width: 100%;
		 	height: auto;
}

footer {
    text-align: center; font-size: 12px;
    color: #888; margin-top: 10px;
	bottom: 0; position: fixed;
	background-color: #5C4423;
	width: 100%;}


/************************ nab ************************/	
#nav{} 
nav ul {
	list-style: none;
	display: block;
	clear: right;
	background-color: #5C4423;
	padding-left: 4px;
	height: 30px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}

nav ul li {
    display: inline; padding: 0px 20px 5px 10px;
    height: 30px;
}

nav ul li a {

    color: #E5BF8E; text-decoration: none;
	
    font-size: 1.2vw; font-weight: bold;
}
/************************ link ************************/
a.new {text-decoration: none; color: #FFFFFF;		text-shadow: 1px 2px #000000;}
a.new:visited {text-decoration: none; color: #FFFFFF;}
a.new:hover {text-decoration: none; color: #F50303;}
/************************ table ************************/
td, th {
    border: 2px solid #5C4423;
	text-align: center;
}

table {
    width: 100%;
	background-color: #BD9568;

}

tr {
    height: 30px;
}

td { 
	width: 12%;
}
/************************ frame ************************/
iframe {	background-image:url(../images/cows.jpg);
	}
