*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: show;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E6ECFF;
}

img
{
	border-width: 0px;
}

div#bigwrap
{
	width: 828px;
	margin: 0 auto;
}

div#wrapper
{
	width: 100%;
	float: left;
	background-image: url(../images/layout/wrapperbg.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

div#container
{
	width: 740px;
	margin: 0 auto;
}

div#header
{
	width: 100%;
	height: 130px;
}

div#siteimage
{
	width: 160px;
	height: 100%;
	float: left;
	background-image: url(../images/Site_Image.png);
	background-repeat: no-repeat;
}

div#titlebox
{
	width: 580px;
	height: 100%;
	float: right;
	background-color: #D0FF66;
}

div#titlebox p.a
{
	font-size: 48px;
}

div#titlebox p.b
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-top: 2px;
}

div#titlebox p.c
{
	font-size: 18px;
	margin-top: 7px;
}

div#userbar
{
	width: 100%;
	height: 25px;
	float: left;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	color: #6A9900;
	background-color: #0033CC;
	cursor: default;
}

div#userbar a
{
	color: #6A9900;
	text-decoration: none;
}

div#body
{
	width: 100%;
	float: left;
	background-image: url(../images/layout/bodybg.png);
	background-repeat: repeat-y;
}

div#left-column
{
	width: 160px;
	float: left;
	background-color: #D0FF66;
}
div#left-column a
{
	width: 160px;
	height: 61px;
	float: left;
	line-height: 165%;
	text-decoration: none;
	color: #000000;
	font-size: 26px;
	background-color: #D0FF66;
	background-image: url(../images/layout/navblock.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#left-column a:hover
{
	background-color: #F7FFE6;
}

div#left-column a.visiting
{
	background-color: #B1FF00;
}

div#right-column
{
	width: 40px;
	float: right;
	background-color: #D0FF66;
}

div#right-column div
{
	width: 100%;
	height: 61px;
	background-image: url(../images/layout/navblock.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#content
{
	width: 540px;
	float: left;
	color: #000000;
	font-size: 16px;
}

div#content div
{
	width: 500px;
	margin: 0 auto;
}

div#content div.body-top
{
	float: left;
	width: 540px;
	height: 20px;
	background-image: url(../images/layout/body-top.png);
	background-repeat: no-repeat;
}

div#footer
{
	width: 828px;
	float: left;
	margin: 0 auto;
	height: 130px;
	background-image: url(../images/layout/footerbg.png);
	background-repeat: no-repeat;
}