* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	color:#000000;
	font-family: Helvetica;
	margin:0;
	padding:0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

h1,h2,h3 {font-size:100%;}

h1 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:2px solid #daa520;
	text-align:left;
	color:#daa520;
	margin-bottom:5px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,247,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,247,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7e0',GradientType=0 ); /* IE6-9 */
}

h2,h3 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:2px solid #daa520;
	text-align:left;
	color:#daa520;
	margin-bottom:3px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,247,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,247,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,247,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7e0',GradientType=0 ); /* IE6-9 */
}

header,article,footer,aside,time,nav { display: block; }

article div {
	text-align:center;
}

article p {
	display:block;
	padding:5px;
	border:1px dotted #EEE;
	margin:0px 5px 10px 5px;
	font-size:smaller;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

border-radius: 5px;        /* CSS3‘ˆÄ */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
-moz-border-radius: 5px;   /* Firefox—p */  
}

ul li {
	list-style:none;
	width:49%;
	overflow:hidden;
	float:left;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	margin:0px 1px 1px 1px;

background: rgb(196,142,62); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(196,142,62,1) 0%, rgba(193,157,36,1) 51%, rgba(158,122,23,1) 58%, rgba(112,77,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,142,62,1)), color-stop(51%,rgba(193,157,36,1)), color-stop(58%,rgba(158,122,23,1)), color-stop(100%,rgba(112,77,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(196,142,62,1) 0%,rgba(193,157,36,1) 51%,rgba(158,122,23,1) 58%,rgba(112,77,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(196,142,62,1) 0%,rgba(193,157,36,1) 51%,rgba(158,122,23,1) 58%,rgba(112,77,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(196,142,62,1) 0%,rgba(193,157,36,1) 51%,rgba(158,122,23,1) 58%,rgba(112,77,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(196,142,62,1) 0%,rgba(193,157,36,1) 51%,rgba(158,122,23,1) 58%,rgba(112,77,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48e3e', endColorstr='#704d1c',GradientType=0 ); /* IE6-9 */

border-radius: 5px;        /* CSS3‘ˆÄ */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
-moz-border-radius: 5px;   /* Firefox—p */  
}

nav {
	list-style:none;
	overflow:hidden;
	clear:both;
	border:1px solid #EEE;
	margin:5px 0px 1px 0px;
	background:#7f7867;
}

ul li a {
	font-family:Verdana, arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0.3em 0.3em;
	margin:0px;
	height:2.5em;
	display:block;
	font-size:smaller;
}

nav a {
	font-family:Verdana, arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:10px 0px;
	border:1px solid #EEE;
	margin:3px 100px;
	display:block;
	font-size:smaller;

background: rgb(234,231,220); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,231,220,1) 0%, rgba(155,148,132,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,231,220,1)), color-stop(100%,rgba(155,148,132,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,231,220,1) 0%,rgba(155,148,132,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,231,220,1) 0%,rgba(155,148,132,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,231,220,1) 0%,rgba(155,148,132,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,231,220,1) 0%,rgba(155,148,132,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7dc', endColorstr='#9b9484',GradientType=0 ); /* IE6-9 */

border-radius: 5px;        /* CSS3‘ˆÄ */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
-moz-border-radius: 5px;   /* Firefox—p */  
}

ul li a:active {
background: rgb(193,164,124); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,164,124,1) 0%, rgba(191,168,91,1) 51%, rgba(155,136,82,1) 59%, rgba(109,95,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,164,124,1)), color-stop(51%,rgba(191,168,91,1)), color-stop(59%,rgba(155,136,82,1)), color-stop(100%,rgba(109,95,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,164,124,1) 0%,rgba(191,168,91,1) 51%,rgba(155,136,82,1) 59%,rgba(109,95,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,164,124,1) 0%,rgba(191,168,91,1) 51%,rgba(155,136,82,1) 59%,rgba(109,95,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,164,124,1) 0%,rgba(191,168,91,1) 51%,rgba(155,136,82,1) 59%,rgba(109,95,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,164,124,1) 0%,rgba(191,168,91,1) 51%,rgba(155,136,82,1) 59%,rgba(109,95,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a47c', endColorstr='#6d5f4d',GradientType=0 ); /* IE6-9 */
}

nav a:active {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

footer p {
	clear:both;
	border-top:2px solid #daa520;
	text-align:center;
	font-size:smaller;
	padding:5px;
	color:#daa520;
}

footer p a {
	text-decoration:none;
	color:#daa520;
}

img {border:0;}
