body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(fox2.jpg);
}

a:link {
    color: rgb(173, 123, 18);
    text-decoration: none;
}
a:visited {
    color: rgb(173, 123, 18);
    text-decoration: none;
}

a:hover, a:active
{
    color: rgb(33, 38, 0);
    text-decoration: underline;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #333333;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 156px;
	width: 100%;
	background-image: url(Ylal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	/*border-bottom: 0px solid #fff;*/
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 175px;
	height: 400px;
	border-left: 1px solid #999999;
	padding-left: 10px;
}

#footer
{
	background-color: #CACACA;
	padding: 0px;
	font-size: 90%;
}

#contents { margin: 0 200px 40px 20px; }
#contentsother { margin: 0 10px 40px 20px; }
#contents p { line-height: 150%; }
.blogentry { border-bottom: 1px solid #999999; }
.imagefloat { float: right; }
.imagefloatCent { float: center; }
.imagefloatC { 
	float: right; 
	align: center;
	}
.imagefloatL { float: left; }


#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}