
	/* site */

	BODY
	{
		margin: 0px;
		margin-bottom: 40px;
		background-color: #D2D2D2;
	}

	TABLE
	{
		font-size: 11px;
		color: #505050;
	}

	A
	{
		color: #3A3A3A;
	}

	#site
	{
		font-family: verdana, tahoma, arial;
		font-size: 11px;
		color: #505050;
		background-color: #E5E5E5;
		background-image: url(images/bar.gif);
		background-repeat: repeat-y;
	}


	/* layout */

	#header
	{
		background-image: url(images/header.jpg);
		width: 217px;
		height: 222px;
	}

	#menu
	{
		background-image: url(images/menu.jpg);
		width: 153px;
		height: 188px;
	}

	.menuItem
	{
		margin-left: 20px;
	}

	#middle
	{
		background-image: url(images/middle.jpg);
		width: 153px;
		height: 100%;
	}

	#footer
	{
		background-color: #E5E5E5;
		background-image: url(images/footerMiddle.gif);
		background-repeat: repeat-x;
		background-position: 0px 15px;
		width: 100%;
		position: relative;
	}

	#footerLeft
	{
		background-image: url(images/footerLeft.jpg);
		width: 169px;
		height: 47px;
	}

	#footerRight
	{
		background-image: url(images/footerRight.jpg);
		position: absolute;
		right: 0px;
		top: 15px;
		width: 522px;
		height: 32px;
	}

	#footerText
	{
		background-image: url(images/footerText.gif);
		position: absolute;
		right: 4px;
		top: 17px;
		width: 107px;
		height: 11px;
		font-size: 0px;
	}


	/* content */

	#content
	{
		min-height: 450px;
		padding: 17px;
		padding-left: 240;
	}

	#box
	{
		background-image: url(images/box.gif);
		width: 208px;
		height: 286px;
		float: right;
		margin: 10px;
	}


	/* overall */

	.anchor
	{
		position: absolute;
	}


