/* CSS Document */

		Body{	margin: 0;
						padding: 0;
						font: 11px Arial, Helvetica, sans-serif;
						color: #000000;
						text-align:center;
		}
		#Wrapper {	 	
						 
						text-align:left;
						position:relative;
						margin-right: auto;
						margin-left: auto;
						width:659px;
						height:99%;
						background-image:url(images/wrapper_bg.gif);
						background-repeat: repeat-y;
															
		}
		a {				color:#767676;
		 				text-decoration:none;
		}
		a:hover {		color:#767676;
						text-decoration:underline;
		}							
		#top {
						xborder: 1px solid red;	
		}
		#content  {
						margin:0px 10px 0px 10px;
						background-color:#e7e7e7;
						height:99%;
		}
		#content table{

						margin: 0px 0px 0px 40px;
						vertical-align:top;
						}
		
		#content table td {
						
						vertical-align:top;
						}
		
		#content table p {
						
						vertical-align:top;
						margin:0px 0px 6px 0px;
						}
						
		.spacer  {
						background-image:url(images/spacer.gif);
						background-repeat:repeat-x;
						width:250px;
							
		}
		.bund  {
						background-image:url(images/bund.gif);
						background-repeat:no;
						width:659px;
							
		}
