html, body
{
    width: 100%;
	 min-height: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
	 background: #fff url(images/background_corner.jpg) no-repeat;
}

#canvas
{
    position: relative;
    width: 623px;
    min-height: 100%;
    height: auto;
    margin-left: 10%;
    margin-right: auto;
	 border-right: 7px solid #069;
}
/* IE Height Fix */
/*\*/
* html #canvas {
	height: 100%;
}
/**/

#title
{
    position: relative;
    width: 630px;
    height: 180px;
	 margin-right: -7px;
    background: transparent url(images/title_background.gif) no-repeat;
}

#titletext
{
	width: 80%;
   position: relative;
	top: 90px;
	left: 90px;
}

#navibar
{
    position: absolute;
    bottom: 0;
    left: 90px;
	 height: 34px;
}

#contents
{
	background: #fff url(images/background_corner_right.gif) no-repeat top right;
	position: relative;
	width: 100%;
	padding-bottom: 4em;
}
#contents #main
{
	width: 65%;
	float: left;
	padding: 1em 0 3em 4em;
}
#contents #sidebar
{
	width: 25%;
	float: right;
	padding: 2em 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 1em 0.5em;
	text-align: right;
}

.clearboth {
	visibility: hidden;
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}
