body {
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 0 0 0 0; 	
}
.rightpane {
	font-size: 12px;
	overflow: auto; 
	width: 450px; 
	height: 520px; 
	border: 0px; 
	overflow-X: hidden;
	text-align: left;
}

#wrapperindex {
	background-image: url(/menu_images/bg2_index.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 800px;
}
#wrapperportfolio {
	background-image: url(/menu_images/bg2_portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 800px;
}

.mainTable {
	width: 100%;
	height: 100;
	border-width: 0;
	padding: 0;
}

.thumbs {
	margin-right: 10px;
}
img {
	border: none;
}

.rightcell {
	background-color: #FFFFFF;
	background-image: url(/menu_images/bg3.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	margin-top: 40px;
}
.leftcell {
	background-attachment: scroll;
	background-image: url(/menu_images/bg1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 200px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	list-style-type: disc;
	line-height: 1.8em;
}
.submenu a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.submenu a:hover {
	font-weight: bold;
	color: #9933CC;
	font-style: italic;
}
.submenu a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #000000;
}
a:link {
	color: #000000;
}
a:hover {
	color: #9933CC;
}


