/*** http://www.alistapart.com/articles/holygrail ***/
/*** The Essential CSS ***/
body {
	min-width: 520px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#container {
	padding-left: 160px;      /* LC fullwidth */
	padding-right: 180px;     /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: left;
}
#content {
	padding: 0 10px;       /* CC padding */
	width: 100%;
}
#navi {
	width: 140px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 180px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}
#sidebar {
	width: 140px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;      /* Don't forget to adjust RC fullwidth in ie.css. */
}
#footer {
	clear: both;
}

/***** Main menu *****/
.menu {
	height:30px;
	width:140px;
	text-align:center;
	line-height:2em;
	background:url(../images/Log_button_big.jpg);
}

.menu a {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

#menuimage {
	margin: 5px 0;
}

/*** Just for Looks ***/

a {
	color: black;
}

body {
	margin: 0;
	padding: 0;
	background-image: url("../images/logbg.jpg");
	font-family: "Georgia";
}

img {
	border: none;	
}

img.blackborder {
	border: 5px solid black;	
}

.quote {
	font-style: italic;
	/*font-size: small;*/
}

#header {
	background:url(../images/headerlog.jpg) top center repeat-x;
}

#header H1{
	margin: 15px 15px 0;
	font-variant: small-caps;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

#header H1 img{
	vertical-align: middle;
}

#footer {
	font-size: small;
	text-align: center;
	padding: 15px 0;
	background:url(../images/Log_horizontal_divider.jpg) top center repeat-x;
}

#navi {
}

#content {
	padding-top: 15px;
}

#content h3{
	text-align: center;
	font-style: italic;
}

#content h3:first-letter {
	font-size: 1.5em;
}

#content p{
	font-family: "Arial";
}

#sidebar {
	padding-top: 15px;
	/* background: #999; */
}

#container .column {
left:inherit;
	/* padding-top: 1em;
	text-align: justify; */
}
