@charset "utf-8";
/* CSS Document */
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: 20px;
	background-color:#e5e5e5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#848484;
}
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;
}
.clear{
	clear:both;
	}

/* Div Structure */
#wrapper{
	width:965px;
	margin:85px auto;
	}
	#logo{
		float:left;
		margin-bottom: 100px;
		width:230px;
		height:59px;
		}
	#headerContact{
		width:300px;
		font-size:13px;
		float:right;
		margin-top: 8px;
		text-align:right
		}
#content{
	border-bottom:1px solid #bababa;
	padding-bottom:45px;
	}
	#contentLeft{
		width:235px;
		margin:0px 20px 0px 0px;
		float:left;
		}
	#contentRight{
		width:700px;
		margin:0px 0px 0px 0px;
		float:right;
		}

#contentHeader{
	float:right;
	width: 100%;
	border-bottom:1px solid #bababa; 
	font-style: italic;
	text-transform:lowercase;
	font-size:11px;
	padding-bottom: 6px;
	text-align: center;
	margin:0px 0px 20px 0px;
}

#recentThumb{
	margin-right: 11px;
	margin-bottom: 11px;
	float:left;
}

#recentThumbEnd{
	margin-bottom: 11px;
	float:left;	
}

#portfolioThumb{
	margin-right: 20px;
	margin-bottom: 18px;
	float:left;
}

#portfolioThumbEnd{
	margin-bottom: 14px;
	float:left;	
}

p {
	margin-bottom: 10px;
}

#backLink {
	float: left;	
}
#rightLink{
	float:right;	
}
/* Typeography */
#content h2{
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	float: left;
	text-align: left;
	font-weight:normal;
}

/* Image Styles */
#content img{
	border:3px solid #bababa;
	}
	
	#content img:hover{
	border:3px solid #666;
	}
#copyright{
	float: right;
	margin-top: 12px;
}

/* A Styles */

a, a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #848484;
}
a:hover {
	text-decoration:underline;
}

a.emailLink, a.emailLink:visited {
	text-decoration:none;
	font-weight: normal;
	color: #848484;
}
a.emailLink:hover {
	text-decoration:underline;
}