html { 
			height: 100%;
			padding: 0px;
			margin: 0px;
			}

body { 	
			height: 100%;
			background-color: #ffffff;
			padding: 0px;
			margin: 0px;
			}

h1			{
			margin-bottom: 5px;
			font-family: sans-serif;
			font-size: 0.875em;
			font-weight: 600;
			}

p			{
			font-family: sans-serif;
			font-size: 0.875em;
			}
			
table.vita		{
					width: 100%;
					border-top: 1px solid #aaaaaa;
					padding: 10px 5px 10px 5px;

					}
			
td.vitaleft	{
					width: 25%;
					height: auto;
					padding-bottom: 15px;
					padding-right: 15px;
					vertical-align:top;
					font-family: sans-serif;
					font-size: 0.8em;
					font-weight: normal;
					}
					
td.vitaright			{
					width: 75%;
					height: auto;
					padding-bottom: 10px;
					vertical-align:top;
					font-family: sans-serif;
					font-size: 0.8em;
						}
	


#wrapper {
					width:760px;
					height: auto;
					min-height: 100%;
					background-image:url(images/back2.png);
				    	background-repeat: repeat-y;
					background-color: #ffffff;
					color:#000000;
					margin-left:auto;
					margin-right:auto;
					}

#header				{
					width:730px;
					height: 80px;
					background-color: #ffffff;
					color: #000000;
					position: relative;
					top: 0px;
					left: 15px;
					border-bottom: solid 1px #aaaaaa;
					padding-left: 0px;
					}

#logo		{
			height: 58px;
			width: 150px;
			padding-right: 5px;
			float: left;
			position: relative;
			top: 11px;
			left: 10px;
			padding-top: 0px;
			margin:0px;
			}
			
#headline 		{
				position: relative;
				float: right;
				height: auto;
				width: 545px;
				padding: 0px;
				margin: 0px;
				top: 47px;
				text-align: left;
				font-family: sans-serif;
				font-size: 0.975em;
				font-weight: 600;
				}
					
			
#box		{
			width: 730px;
			height: auto;
			min-height: 500px;
			padding: 0px;
			background-image:url(images/gradient.png);
			background-repeat: repeat-x;
			background-color: #ffffff;
			position: relative;
			left:15px;
			top:0px;
			}
		
#text {
			width: 510px;
			height: auto;
			min-height: 95%;
			position:relative;
			margin-left: 175px;
			padding: 10px;
			text-align: justify;
			}

#text  a:link, #nav  a:visited	{
						color: #777777;
						text-decoration: none; 
						border-bottom: 1px  dotted #777777;														
						}

#text a:hover				{
						color: #bbbbbb;
						text-decoration: none; 
						border-bottom: 1px  solid #bbbbbb;
						}

#small		{
			font-family: sans-serif;
			font-size: 0.8em;
			}			
			
#nav			{
			width: 150px;
			height: auto;
			margin-top: 17px;
			padding-right: 10px;
			float:left;
			position: relative;
			top: 0px;
			left: 0px;
			border-right: 1px solid #aaaaaa;
			font-family: sans-serif;
			font-size: 0.875em;
			}			
			
			
#nav ul		{
			margin: 0; 
			padding: 0;	
			list-style-type: none;
			}
  
#nav li 		{
			list-style-image: none;
			margin-bottom: 5px; 
			text-align: right;
			letter-spacing: 1px;
			line-height: 22px;
			}



#nav  a:link, #nav  a:visited	{
														color: #000000;
														text-decoration: none; 
														padding-bottom: 0px;
														
														}

#nav a:hover	{
								color: #777777;
								text-decoration: none;
								
								}

#nav a#current {
									color: #777777;
									text-decoration: none;
									
									}

	
