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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* end of reset */



body {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
	line-height: 1;
}

#bodyLeft {
	text-align: left;
	width: 275px;
	position: absolute;
	left: 5px;
	top: 15px;
	


}

body>div#bodyLeft{
position:fixed;
}



#bodyRight {
	margin-left:275px;
	margin-top: 15px;
	width:740px;
	text-align: left;

}

#main{
background:#fff;
margin-left:300px;
width:564px;
}


.logoImage {
	margin: 0px 0px 72px 0px;
}

ul.mainNav li {
	font-size: 65px;
	color: #b2b2b2;
	text-decoration: none;
	display: block;
	margin: 0px 0px 5px 0px;
}

ul.mainNav li a {
	font-size: 65px;
	color: #e5e5e5;
	text-decoration: none;
	display: block;
	margin: 0px 0px 5px 0px;
}

ul.mainNav li a:hover {
	font-size: 65px;
	color: #b3b3b3;
	text-decoration: none;
}

ul.portfolioNav {
	margin: 15px 0px 20px 40px;

}

ul.portfolioNav li {
	color: #4c4c4c;
	font-size: 15px;

}

ul.portfolioNav li a {
	font-size: 15px;
	color: #b3b3b3;
}

ul.portfolioNav li a:hover {
	font-size: 15px;
	color: #595959;
}

.portfolioList-left {
	float: left;
	text-align: left;
	width: 222px;
	margin: 0px 5px 0px 0px;
}

.portfolioList-right {
	float: left;
	text-align: left;
	width: 420px;
}

.portfolio-title a {
	font-size: 55px;
	color: #595959;
	text-decoration: none;
	letter-spacing: -.02em;
}

.portfolio-title a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

.pics {  
    height:  430px;  
    width:   642px;  
}

p {
	color: #595959;
	font-size: 12px;
	width: 375px;
	margin: 10px 0px 0px 0px;
	letter-spacing: .06em;
	line-height: 1.20em;
}

p.imageNumber {
	font-size: 15px;
	margin: 20px 0px 0px 0px;
}

#titleBlock {
	width: 642px;
}

#backNext {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #808080;

}

#backNext a {
	color: black;
	text-decoration: none;
}

#backNext a:hover {
	color: #808080;
	text-decoration: none;
}

#photoTitle {
	font-size: 20px;
	color: black;
}

input.single {
	border: 1px solid #4c4c4c;
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 10px 0px;
}

input.buttonSubmit {
	border: 1px solid #4c4c4c;
	background: #d9d9d9;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 10px 0px;
	color: #4d4d4d;
}

input.buttonSubmit:hover {
	border: 1px solid #4c4c4c;
	background: #4c4c4c;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}

textarea.messageBox {
	border: 1px solid #4c4c4c;
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 10px 0px;
}

#aboutPar p{
	font-size: 13px;
	color: #4c4c4c;
	line-height: 1.35em;
	letter-spacing: .04em;
}

#aboutPar p a {
	color: #4d4d4d;
}

#aboutPar p a:hover {
	text-decoration: none;
}

#aboutPar p a.richard {
	color: #e5e5e5;
	text-decoration: none;
}

.floatClear {
	clear: both; 
	height: 10px;
}

.copyRight {
	margin: 150px 0px 0px 0px;
	color: #b3b3b3;
}