


			#pages
			{
				background:#343402;
				padding:16px;
			}

				#tabs
				{
				
				}

					#tabs a
					{
						background:#505050;
						border:1px solid black;
						border-bottom:0;
						color:white;
						display:block;
						float:left;
						font-weight:bold;
						height:20px;
						padding:6px 24px 0 20px;
						margin-right:1px;
						text-decoration:none;
					}

					#tabs a:hover
					{
						text-decoration:underline;
					}

				#page
				{
					background:#666666;
					border:1px solid black;
					min-height:256px;
					padding:16px;
				}

					#links
					{
						float:left;
						margin-top:16px;
						width:144px;
					}

						#links a
						{
							color:white;
							display:block;
							font-weight:bold;
							line-height:1.5em;
							margin-bottom:16px;
							text-decoration:none;
						}

						#links a:hover
						{
							text-decoration:underline;
						}

					#content
					{
						float:right;
						width:514px;
					}

						#slideshow
						{
							border:1px solid black;
							height:140px;
							float:right;
							margin:16px 0 32px 16px;
							position:relative;
							width:210px;
						}

							#slideshow img
							{
								height:140px;
								width:210px;
							}

							#slideshow input
							{
								width:128px;
							}

							#slideshow-toolbar
							{
								background:#505050;
								border:1px solid black;
								border-top:0;
								height:18px;
								left:-1px;
								padding:5px 8px 0 8px;
								position:absolute;
								top:141px;
								width:194px;
							}

								#slideshow-toolbar a
								{
									color:white;
									font-size:7pt;
									font-weight:bold;
									text-decoration:none;
								}

								#slideshow-back
								{
									float:left;
								}

								#slideshow-forward
								{
									float:right;
								}

						#text
						{
							color:white;
						}

							#text p
							{
								line-height:1.5em;
								text-indent:24px;
							}


