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



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #444 url(../Images/checkerboard-bkgd.jpg) repeat;
	margin: 0;
	padding: 0; }

#placeholder {
	margin: 0 auto;
	width: 430px;
	height: 100px;
	margin-top: 100px;
	padding-top: 510px;
	background: url(../Images/JessiSouthern_GD.jpg) no-repeat;
	background-position: top; }

#icons {
	width: 400px;
	text-align: center; }
	
	a.vimeo { background: url(../Images/vimeo_btn.png) no-repeat; background-position: 0 0; height:60px; width:60px; float:left; padding-right:20px; }
	a.vimeo:hover { background-position: 0 -60px; }
	
	a.email { background: url(../Images/email_btn.png) no-repeat; background-position: 0 0; height:60px; width:60px; float:left; }
	a.email:hover { background-position: 0 -60px; }
	
	a.resume { background: url(../Images/resume_btn.png) no-repeat; background-position: 0 0; height:60px; width:60px; float:left; }
	a.resume:hover { background-position: 0 -60px; }
	
	a.facebook { background: url(../Images/facebook_btn.png) no-repeat; background-position: 0 0; height:60px; width:60px; float:left; }
	a.facebook:hover { background-position: 0 -60px; }
	
	
#sampleList {
	width: 900px;
	margin: 0 auto;
	text-align: center; }
	
#whitePanel {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF; }
	
	




	
	
/*--- Text Formatting ---*/

p {
	margin: 0px;
	font-size: 10px;
	color: #777;
	padding-top:6px; }

h1 {
	color: #999;
	font-weight: normal;
	font-size: 16px; }

h2 {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	padding: 0px; }

a {
	text-decoration: none;
	color: #777; } 

a:hover {
	color: #5BB9B9;
	text-decoration:: none; }