
				body {
					background-image: url('img/background.gif');
					background-repeat: repeat;
					}
				body, table {
					font-family: Verdana,Tahoma,  Helvetica, Arial, sans-serif;
					font-size: 12px;
					}
				textarea, input {
					font-family: Verdana,Tahoma,  Helvetica, Arial, sans-serif;
					font-size: 11px;
					border: 1px solid white;
					}
				#horizon        
					{
					position: absolute;
					top: 50%;
					left: 0px;
					width: 100%;
					height: 1px;
					overflow: visible;
					visibility: visible;
					display: block
					}
				
				#content    
					{
					margin-left: -415px; /* half the width */
					top: -263px; /* half the height */
					position: absolute;
					left: 50%;
					width: 830px;
					height: 526px;
					visibility: visible
					}
				.left {
					background-image: url('img/left.gif');
					background-repeat: repeat-y;
					}
				.right {
					background-image: url('img/right.gif');
					background-repeat: repeat-y;
					}
				.nav
					{
					color: #630;
					background-color: #fff;
					background-image: url('img/dotted.gif');
					background-position: bottom left;
					background-repeat: repeat-x;
					display: table;
					width: 160px;
					text-decoration: none;
					font-size: 12px;
					line-height: 15px;
					}
				.nav:hover
					{
					color: #963;
					}
				#main
					{
					color: #fff;
					padding: 10px; 
					}
				.center_block_left {
					margin-right: -10px;
					margin-top: 178px;
					float: right;
				}
				.center_block_right {
					margin-left: 0px;
					float: left;
				}
				.header {
					display: block; 
					border-bottom: 1px solid #cfbd9c; 
					text-transform: uppercase; 
					text-align: right; 
					font-weight: bold;
					line-height: 14px;
					color: #cfbd9c;
					padding: 0px;
					margin: 0px;
				}
		