/* CSS Document */

	div.section3{
			border-color:#CCCCCC;
			width:200px;
			padding:0px;
			margin: 5px 0;
			position:relative;
			clear:both;
		}
			div.section3 h3{
				margin-bottom:0px;
			}
			div.section3 li{
				float:left;
			}
			div.pane3{
				overflow:hidden;
				clear:left;
				margin: 0px 0 0 0px;
				position:relative;
				width:200px;
				height:670px;
			}

			ul.elements3 li{
				width:200px;
				height:700px;
				font-weight:bolder;
				 /* border:1px black solid;  */
				text-align:center;
				position:relative;
				background-color:#fff;
			}
			
			
				ul.elements3 li a{
				/*
					bottom:20px;
					color:#933;
					font-size:12px;
					left:125px;
					position:absolute;
				*/
				font-size:10px;
				color: #996600;
				
				}
				ul.elements3 li a:visited{
				color: #996600;
				}
			
				
				ul.elements3 li p{
					color:#666;
				}
			#pane-options ul.elements3 li{
				margin:5px;
			}

