		* {
			
			margin: 0;
			padding: 0;
			}
			
		body {
			background-image: url(../images/list_bg.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			font: 13px Georgia, "Times New Roman", Times, serif;
			}
		
		h2 {
			font-size: 16px;
			font-weight: normal;
			}
			
		#wrapper {
			height: 300px;
			margin: 340px auto 0 auto;
			width: 300px;
			}
		
		#header {
			height: 37px;
			margin: 0 0 10px -5px;
			width: 297px;
			}
		
		#options {
			font-size: 10px;
			margin: 17px auto 0 auto;
			text-align: center;
			width: 297px;
			}
			
			#options a:link {
				color: black;
				}
			
			#options a:visited {
				color: black;
				}
			
			#options a:hover {
				color: #987626;
				}
				
		.field {
			border: 1px solid #999;
			margin: 5px 0;
			width: 175px;
			}
		
		.button {
			float: right;
			margin: 0 15px 0 0;
			}
		
		.desc {
			font-size: 13px;
			line-height: 1.6em;
			margin: 5px 0 5px 0;
			width: 290px;
			}
