body {
	background-color: #5B5A49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#mainBox {
	width:750px;
	height:550px;
	margin:30px auto 0 auto;
}
#pageTop {
	width:750px;
	height:30px;
	background-image: url(library/gfx/bg_top.jpg);
}
#pageMiddle {
	width:690px;
	height:440px;
	margin:0;
	padding:0px 30px 0px 30px;
	position:relative;
	background-image: url(library/gfx/bg_middle.jpg);
	background-repeat: repeat-y;
}
#pageBottom {
	width:750px;
	height:30px;
	background-image: url(library/gfx/bg_bottom.jpg);
}
/*
#pageBox {
	width:690px;
	height:440px;
	padding:10px;
	background-color: #474637;
	position:relative;
}
*/
#pageLeft, #pageRight {
	width:325px;
	height:430px;
	margin:0;
	padding:5px;
	background-color: #8D8B72;
	position:absolute;
	top:0px;
}	
#pageLeft {
	left:30px;
}
#pageLeftInterior {
	width:325px;
	height:430px;
	background-color: #5D5C4A;
}	
#navBar {
	width:287px;
	height:12px;
	padding:17px;
	margin:0 auto 0 auto;
	background-color: #8D8B72;
	border: 1px solid #3E3D2F;
}
#navBar table tr td a:link, #navBar table tr td a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#navBar table tr td a:hover {
	color: #DAC46B;
}
#bioBox, #pricingBox, #contactBox {
	width:240px;
	height:200px;
	padding:30px 50px 50px 50px;
}
#portfolioBox {
	width:285px;
	height:250px;
	margin:20px;
}
#pricingBox {
}
#contactBox table tr td a:link, #contactBox table tr td a:visited, #portfolioBox table tr td a:link, #portfolioBox table tr td a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}
#pageRight {
	right:30px;
}
#pageRightInterior {
	width:325px;
	height:430px;
}
#thumbTable {
	position:absolute;
	right:5px;
	bottom:5px;
	background-color: #5D5C4A;
	height: 80px;
}

/* text styles*/

.navCurrent {
	color: #DAC46B;
	font-weight:bold;
}
.bioText {
	line-height:1.6;
	color: #e5e5e2;
	text-indent: 1.5em;
	text-align: left;
}
.enlargePic:link, .enlargePic:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.MWcreativeText {
	font-weight:bold;
}
.bioListText {
	line-height:1.6;
	color: #e5e5e2;
	text-align: left;	
}
.copyrightText {
	color: #e5e5e2;
}
.portfolioText {
	color: #e5e5e2;
	font-weight:bold;
}