/* Layout settings
//============================= */

	body {
		margin: 0px;
		background: #000000;
	}

	#layout {
		width: 100%;
		height: 100%;
	}


/* Page header settings
//============================= */

	#header {
		width: 790px;
		height: 100px;
		background: #5D1D1A url(../images/layout/header.gif) no-repeat;

	}

	#header h1 {

		font-family: Arial;
		font-style: italic;
		font-size: 34px;
		color: #FFFFFF;

		margin: 0px;

		position: relative;
		top: 0px;
		left: 30px;
	}

	#header span {

		font-family: Arial;
		font-size: 24px;
		color: #FFFFFF;

		float: right;
		display: none;
	}

	#header div {

		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;

		padding-left: 80px;
		padding-top: 10px;

	}


	#header-right {
		background: #2F0A08 url(../images/layout/header-right.gif) repeat-y;
	}

	#header-title {

		background: #450303;

		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;

		text-align: center;
	}

/* Navigation settings
//============================= */

	#linkbar {
		width: 790px;
		height: 22px;
		background: #990000;
	}

	
	#linkbar table {
		width: 100%;
	}


	#linkbar table td a {
		display: block;
		width: 100%;
		height: 20px;

		padding-top: 2px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
	}

	#linkbar table td a:hover {

		background: #770000;

	}

	#linkbar-right {
		background: #400000 url(../images/layout/linkbar-right.gif) repeat-y;
	}

/* Page content area settings
//============================= */

	#content {
		width: 790px;
		background: #EEEEEE;


		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}

	#content .text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}

	#content-right {
		background: #444444 url(../images/layout/content-right.gif) repeat-y;
	}

	#content h1 {
		font-family: Arial;
		font-style: italic;
		font-size: 22px;
		color: #943924;

		text-align: center;
	}


	#content .TextTitle {

		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
		color: #943924;
	}

	#content .spacer {
		height: 2px;
		background: #943924;
	}

	#content a {
		color: #000000;
	}

	#content a:hover {
		color: #990000;
	}


	.tableOrder td {
		border-bottom: 1px solid #943924;
	}

/* Footer settings
//============================= */


	#footer {
		width: 790px;
		height: 50px;
		background: #7D7B7B;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
	}

	#footer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}

	#footer-right {
		background: #1C1C1C url(../images/layout/footer-right.gif) repeat-y;
	}