	body { 
			margin: 0;
			padding: 0;
			font-size: 11px;
			font-family: georgia, times, serif; 
			text-align: center;
			color: #9E9E92;
			background-color:#FFFEF2;
		   }
#container{color: #9E9E92;line-height: 1.5em;width: 350px;margin: 0 auto;padding:200px 0 0 0;text-align: left;}
	
	#container:after {
			content:".";
			display:block;
			height: 0;
			clear: both;
			visibility: hidden;
			}			
			
	#name {
			padding: 0 13px 0 0;
			width: 166px;	
			height: 106px;
			line-height: 2em;	
			text-align: right;	
			border-right: 1px solid #E74524;
			float: left;
			}
			
	#contact {
			padding: 25px 0 0 13px;
			width: 155px;
			line-height: 1.5em;	
			text-align: left;
			float: right;  
			}
	
	a:link {
			color: #E74524;
			text-decoration: underline;
			background: transparent;
			}
	
	a:visited {
			color: #E74524;
			text-decoration: underline;
			background: transparent;
			}
	
	a:hover {
			color: #E74524;
			text-decoration: underline;
			background: transparent;
			}
	
	a:active {
			color: #E74524;
		    text-decoration: underline;
			background: transparent;
			}