body
{
	margin: 0;
	padding: 0;
	font: 85% sans-serif;
	text-align: center;
	color: #333;
	background-color: #dddddd;

}

a:link { color: blue; }
a:visited { color: blue; }

a:hover, a:active
{
	color: #fff;
	background-color: #13007C;
	text-decoration: underline;
}

h2
{
	color: #13007C;
	font: 200% cursive,sans-serif;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #13007C;
	font: 106% sans-serif;
	font-weight: bold;
	margin-top: 0;
}

h4{
    font-weight: bold;
	font-size: 1.2em;
	font-family: sans-serif;
	color: #13007C;
}

#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 135px;
	width: 100%;
	background-image: url(jilogo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	border-bottom: 1px solid #68548F;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #68548F;

}

#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: 150px;
	border-left: 1px solid #609215;
	padding-left: 15px;

}

#contents { margin: 0 180px 20px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #609215; }
.imagefloat { float: right; }
.imagefloat2 { float: left; }
#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 20px;
	width: 775px;
	text-align: right;

}

#skipmenu a
{
	color: blue;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #13007C;
	text-decoration: underline;
}


