@charset "UTF-8";
/* CSS Document */


*{
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	}
	
.clear{
	clear:both;
	}	
	
a{
	color:#000;
	}
	
	
a:hover{
	color:#fff;
	background:#000;
	}

body{
	font:12px/17px "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:30px;
	
	}
	
.left{
	position:fixed;
	left:0px;
	top:0px;
	}
	
.right{
	position:fixed;
	right:0px;
	top:0px;
	}
	
.shell{
	width:600px;
	margin:45px auto 0px auto;
	}
	
.shell .site_header{
	text-align:center;
	margin-bottom:18px;
	}

.shell .header{
	margin:20px 0px;
	}

p.top{
	margin-top:15px;
	}
	
.shell .able, .shell .pas{
	width:269px;
	float:left;
	margin:0px 15px;
	text-align:center;
	}
	
.shell .headshot{
	float:left;
	}

.shell .contact_info{
	float:left;
	margin-top:50px;
	
	}

.shell .contact_info .call_me{
	background:url(../images/call_me_bg.jpg) bottom left repeat-x;
	padding-bottom:2px;
	}
	
.shell .contact_info .social_left{
	width:178px;
	float:left;
	margin-top:30px;
	}
	
.shell .contact_info .social_right{
	width:228px;
	float:left;
	margin-top:30px;
	}	
	
.shell .contact_info p.top{
	margin-top:8px;
	}	
	