/*****  My hobbies     ****************/

#pagecell{
	width: 100%;
	background-color: #993399;
	height: 510px;
}
.home{
	float: right;
}

#content{
/*	padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left'
	margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
/*	border-bottom-style: groove;*/
	width: 100%;
	height: 490px;

}

#content2{
	width: 100%;
}

#mainCenter {
	display: block;
	width: 100%;
}

#col1 {
	display: block;
	width: 25%;
	height: 490px;
	float: left;
	padding: 1%; 
}
#col2 {
	display: block;
	width: 73%;
	float: right;
	height: 490px;
	vertical-align: top;
	z-index: 0;
}
#picCell {
	display: block;
	border: 1px outset #990099;
	width: 97%;
	float: right;
	height: 490px;
	padding: 1%;
}
#pic img{
	text-align: center;
}
#titleframe {
	display: block;
	width: 97%;
	padding: 1%;
	border: 1px outset #990099;
	background-color: #CC99CC;
	color: #990099;
}

#thumbindex {
	display: block;
	width: 96%;
	height: 390px;
	padding: 1%;
	padding-left: 2%;
	background-color: #996699;
}

#thumbnail {
	width: 95%;
	float: left;
	height: 490px;
	padding: 0; 
}

#thumb {
	width: 100%;
}

#TopFrame {
	width: 97%;
	height: 490px;
	vertical-align: middle;
	border: 0px;
	text-align: center;
}

#BottomFrame {
	width: 97%;
	vertical-align: top;
	height: 392px;
	border: 0px;
}

a { color: #990099; text-decoration: underline; font-weight:normal;} 
a:hover	{ 
  color: #990099;
  text-decoration: underline;
  border-left: '1px' 'outset' '#336699';
  border-bottom: '1px' 'outset' '#336699';
}

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }
.titleContent2 { padding: 6px 0 6px 6px;
	color: #990099;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	 }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #990099;
}
.home{
	float: right;
}

.banner .title{
	font-size: 1.2em;
	font-weight: bold;
}

.banner .info{
	font-size: 0.9em;
}

.banner .email{
	font-weight: bold;
}

/* index frame */

.indexContent {
	width: 95%;
	border-bottom: 1px dotted #990099;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
	color: #990099;
}

.indexInfo .filename {
	text-align: center;
}

.indexInfo .date {
	color: #990099;
	font-weight: bold;
}
.small{
	font-family: Trebuchet MS, verdana, arial;
	font-size: small;   
}

/* file info */
.projectname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #336666;
	padding: 2px;
	text-align: center;
}

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding:  0px 6px 0px 6px;
	background-color: #FFCC99;
	text-align: left;
}

#piece{
	width: 97%;
	height: 100%;
	border: '1px' 'solid' '#cccccc';
	
}

#piece img{
	align: center;
	top: 2px;
	border: '1px' 'solid' '#cccccc';
}
.right { float: right;}

.content {
	font-size: 11px;
	color: #336666;
	border-bottom: 1px dotted #FFCC00;
	padding-top: 6px;
	padding-bottom: 6px;
}

.header{
	font-size: 9px;
	font-weight: bold;
	color: #993399;
	width: 15%;
}

.contentLast {
	font-size: 11px;
	color: #006666;
	padding-top: 6px;
}

