/* HOME PAGE  */
	#main {
		width: 750px;
		margin: 0 auto;
		padding: 0 0 20px 10px;
		font-weight: 200;
		clear: both;
		position: relative;
		top: -15px;
		border-bottom: 2px #000 solid;
	}
	
	#left {
		float: left;
		width: 210px;
		font-size: .8em;
		text-align: justify;
		color: #45433d;
	}
	
		#left h2 {
			color: #222;
			font-weight: 200;
			font-size: 1.3em;
			border-bottom: #000 1px solid;
			font-variant: small-caps;
		}
		
		#left a {
			border-bottom: 1px #414141 dotted;
			text-decoration: none;
			color: #000
			}
		
		#left a:hover {
			color: #f6c42a;
		}
	
	#content {
		width: 530px;
		color: #45433d;
		float: right;
		display: block;
	}
	
	#meat {
		width: 370px;
		float: left;
		font-size: .8em;
		text-align: justify;
	}
	
	#meat h2 {
			color: #222;
			font-weight: 200;
			font-size: 1.3em;
			border-bottom: #000 1px solid;
			font-variant: small-caps;
		}

	#meat a {
		color: #000; 
		text-decoration: none;
		border-bottom: 1px #000 dotted;
	}	
	
	#meat a:hover {
		color: #f6c42a;
	}	
	
	#meat img {
		border: 1px #000 dashed;
		margin-right: 5px;
		padding: 0 4px;
	}	
	
	#meat p {
		padding: 10px;
	}
	
	
	#right {
		float: right;
		width: 150px;
		font-size: .8em;
		text-align: justify;
		color: #45433d;
	}
	
		#right h2 {
			color: #222;
			font-weight: 200;
			font-size: 1.3em;
			border-bottom: #000 1px solid;
			font-variant: small-caps;
		}
		
		#right a {
			border-bottom: 1px #000 dotted;
			text-decoration: none;
			color: #000
			}
		
		#right a:hover {
			color: #f6c42a;
		}
	
	
		
		
/* CONNECT */

#left ul {
	list-style-type: none;
	padding-left: 10px;
}

li.linkedin {
	background: url('images/linkedin.gif') no-repeat left;
	padding: 2px 0 0 30px;
	height: 16px;
	margin: 0;
}

li.facebook {
	background: url('images/facebook.gif') no-repeat left;
	padding: 2px 0 0 30px;
	height: 16px;
	margin: 0;
}

li.twitter{
	background: url('images/twitter.gif') no-repeat left;
	padding: 2px 0 0 30px;
	height: 20px;
	margin: 0;
}

li.fours{
	background: url('images/foursquare.jpg') no-repeat left;
	padding: 2px 0 0 30px;
	height: 20px;
	margin: 0;
}


/* END CONNECT  */

/* GREETING */

#greeting {
	width: 710px;
	margin: 0 auto 10px auto;
	padding: 15px 20px;
	border-top: #000 1px solid;
	border-bottom: #000 2px solid;
	text-align: right;
	font-size: .8em;
	color:#222;
	clear: both;
}

	.greet {
		text-transform: uppercase;
		font-size: 1.25em;
		text-align: left;
		margin: 0 0 5px 0; 
		font-style: italic;
	}

/* END GEETING */

	#footer {
		width: 760px;
		font-size: .9em;
		color: #000;
		margin: 2px auto 0 auto;
		padding: 0;
		border-top: 1px #333 solid;
		position:relative;
		top: -15px;
	}
		