html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

body 
{
	background-image: url(../images/bg7.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-color: #000;
}

#bodyBackground 
{
	background-image: url(../images/bg8.jpg);
}

.three23 
{
	width: 880px; 
	float: left; 
	padding-top: 0px;
	height: auto; 
	padding-left: 30px;
	background-image: url(../images/bgContent.png); 
	background-repeat: repeat-y; 
	padding-bottom: 50px;
}

.header 
{
	height: 70px; 
	width:864px; 
	float: left;
	background-image: url(../images/headerBG.png); 
	margin-left: -30px; 
	margin-bottom: 40px;
}

.headerLeft 
{
	float: left; 
	margin-left: 30px; 
	margin-top:2px;
}

.headerRight 
{
	float: right; 
	margin-right: 85px; 
	margin-top: 0px;
}

.whoIam 
{
	width: 800px; 
	margin-bottom: 30px;
}

.clear 
{
	clear: both;
}

.spacer 
{
	margin-bottom: 40px;
}

.qualifications 
{
	margin-bottom: 50px;
	margin-top: 50px;
}

.workCollection 
{
	margin-left: 10px;
}

.workExamples 
{
	width: 234px; 
	float: left; 
	margin-right: 15px; height: 100px; 
	margin-bottom: 15px;
}

.workExamples2 
{
	width: 234px; 
	float: left; 
	margin-right: 15px; 
	height: 100px; 
	margin-bottom: 50px;
}

.title 
{
	margin-bottom: 20px; 
	float: left;
	margin-left: 10px; 
}

.title2 
{
	margin-bottom: 20px; 
	float: left;
	margin-left: 10px; 
}

.whoIamParagraph 
{
	float: left;
}

p.whoIamText 
{
	width: 400px;  
	text-align: justify;
	margin-bottom: 15px;
	margin-left: 10px; 
	
}

.whoIamPicture 
{
	float: right; 
	margin-right: 50px;
	margin-top: 3px;
}

a 
{
	color: #fff; 
	list-style: none; 
	text-decoration: none;
}

a:hover 
{
	color: #333; 
	text-decoration: underline;
}

p 
{
	font-size: 11px; 
	font-family: Arial; 
	color: #fff;
	line-height: 12px;
}

.work 
{
	width: 800px; 
	margin-top: 30px;
	margin-bottom: 50px;
}

.friends 
{
	margin-bottom: 30px; 
	margin-top: 50px;
}

.footer 
{
	padding-bottom: 50px;
	margin-top:50px; 

}

li 
{	
	font-size: 11px; 
	font-family: Arial; 
	color: #fff;
	line-height: 18px;
}

.pSpacer 
{
	margin-bottom: 10px;
}

.listElements 
{
	width: 220px; 
	float: left; 
	margin-left: 12px;
}

.listElements2 
{
	width: 350px; 
	float: left; 
	margin-left: 10px;
	clear: both;
}

.listElements li, .listElements2 li, .listElements3 li 
{
	font-style: italic;
}

.listElements3 
{
	width: 220px; 
	float: left; 
	margin-left: 12px;
}

.listElements4 
{
	float: left;
	margin-right: 60px; 
}

.friendsList 
{
	margin-left: 10px; 
	margin-top:20px;
}

.education 
{
	margin-top: 25px; 
	margin-left: 15px;
}

#contact 
{
	padding-top: 20px;
} 

.contactLeft 
{
	float: left;
	margin-left: 10px;
}

.contactRight 
{
	float: left; 
	margin-left: 100px; 
}

.contactRightText 
{
	margin-bottom:15px;
}

/***** Contact Form Styles ******/
input#name 
{
	height:16px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input#email 
{
	height:16px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea#message 
{
	height:110px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input#submit 
{
	height:25px;
	width:100px;
	background:#999;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 0px;
	cursor:pointer;
}

h1 {color:#fff; font-family:Arial, Helvetica, sans-serif;
font-size:16px;}

.extraThree23 {margin-top:50px; float: left; margin-left: 12px;}
.tweetlePeeps {width: 217px;float: left; margin-right:80px;}
.blogPostings {width: 217px; float:left; margin-right:80px;}
.additionalNetworks {width: 217px; float: left;}
.additionalNetworkIcons {display: block; margin-bottom: 5px;}
.additionalNetworkHeaders {margin-bottom: 25px;}




























