
body {
	padding: 0px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: #000;
	color: #ffe;
}

.spacer { clear: both; }

#page {
	/* text-align: center; */
	margin-top: 135px;
}

#container, #containerEmpty {
	margin-left: 100px;
	width: 900px;
	height: 500px;
}

#container {
	background: url("siteimages/stripe-bottom.gif") repeat-x bottom;	
	height: 430px;
}

#container .right {
	margin-top: 25px;
}

#topnav, #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
	color: #777;
}

a img { border: 0px;}

.thumbContainer { 
	margin: 4px;
	width: 56px;
	height: 56px;
	float: left;
	border: 1px solid #444; 
}

li ul { 
	position: absolute;
	display: none; 
	left: 0px;
}

li:hover ul { display: block; }

#topnav li ul li { float: left;}
#topnav li ul { top: 25px; }

#topnav li#home { background: #f9f5d8;}
#topnav li#portfolio { background: #dde; }
#topnav li#bio { background: #e3e4b8; }
#topnav li#details { background: #e6d6c6; }
#topnav li#investment { background: #eececf; }
#topnav li#contact { background: #dbd3e2; }
#topnav li#blog { background: #f0eade; } 

/* backup navs */

#topnav
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 900px;
	white-space: nowrap;
	font-family: Verdana, Tahoma, sans-serif;
	color: #000;
	background: #fff;
	list-style: none;
}

#topnav li
{
	position: relative;
	font: 13px/15px Verdana, Tahoma, sans-serif;
	text-align: center;
	padding: 4px 0px 6px 0px;
	width: 128px;
	float: left;
	color: #000;
}

#topnav li a  {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #777;
}

#topnav li a:hover
{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}

#topnav li:hover ul, #topnav li.over ul {
	display: block;
}

#topnav li ul  {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topnav li ul.left  { left: 12px; }
#topnav li ul.right { right: 12px; }

#topnav li ul.left li  { float: left; }
#topnav li ul.right li { float: right; }

#topnav li li { 
	padding: 4px 0px 6px 0px; 
	background: #dde;
}

#topnav li li a {
	padding: 0px 10px;
}

#topnav li li a:hover {
	padding: 0px 10px;
}

#topnav li#home { background: #f9f5d8;}
#topnav li#portfolio { background: #dde; }
#topnav li#bio { background: #e3e4b8; }
#topnav li#details { background: #e6d6c6; }
#topnav li#investment { background: #eececf; }
#topnav li#contact { background: #dbd3e2; }
#topnav li#blog { background: #f0eade; }

/* IE5/Mac fixed width fix */

li>ul {
	top: auto;
	left: auto;
}


.column { float: left; }

.left { width: 260px; margin-top:15px; }
.mid { width: 290px; margin-top:15px; }
.right { width: 350px; margin-top:15px; }

#portfolio { 
	width: 640px;
	float: left;
}

#pic_preview {	
	width: 360px;
	float: left;
}

#logo {
	margin-top: 60px;
}

.mainText {
	margin: 40px 44px;
	font-size: 16px;
	font-style: italic;
	line-height: 2em;
}

.scrollcontent {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.25em;
	width: 350px;
	height: 276px;
	overflow: auto;
	background: #000;
	border-bottom: #333;
	margin-top:15px;
	
}

/* jScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #000 url("siteimages/scroll-up.gif") no-repeat center;
	height: 28px;
}
a.jScrollArrowUp:hover {
	background-color: #000;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #000 url("siteimages/scroll-down.gif") no-repeat center;
	height: 28px;
}

a.jScrollArrowDown:hover {
	background-color: #000;
}

.center {
	text-align: center;
}

#footer {
	margin-left: 100px;
	padding: 50px 0px 10px 0px;
	width: 900px;
	font-size: 12px;
}

#footer .medium { margin-right: 70px; }
#footer .small { margin-right: 80px; }
