
HTML  {
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
}

BODY  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight: normal;
	color: #666;
	background-color: #000;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	background-image : url(gfx/blank.gif);
}

#stretcherDiv {
														border: solid 0px #66f;
	width: 715px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-color: #000;
}
	#headerDiv {
														border: solid 0px #66f;
		width: 100%;
		background-color: transparent;
		background-image : url(gfx/blank.gif);
		overflow: hidden;
	}
	#middleDiv {
														border: solid 0px #f66;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-color: #000;
		background-image : url(gfx/blank.gif);
		overflow: hidden;
	}
		#navDiv {
			width: 180px;
			height: auto;
			color: inherit;
			background-color: transparent;
			padding-top: 10px;
			border-top: solid 1px #E9E680;
			border-right: 0px;
			border-bottom: 0px;
			border-left: 0px;
			float: left;
			text-align: right;
														border: solid 0px #66f;
		}
		#contDiv {
			width: 450px;
			height: auto;
			color: inherit;
			padding-top: 6px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 27px;
			background-color: transparent;
			background-image: url(gfx/blank.gif);
			border-top: 0px;
			border-right: 0px;
			border-bottom: solid 1px #E9E680;
			border-left: solid 1px #E9E680;
			line-height: 150%;
			overflow: visible;
			float: left;
														border: solid 0px #66f;
		}
	#copyDiv {
		width: 563px;
		font-family: arial, helvetica, sans serif;
		font-size: 10px;
		color: #999;
		background-color: transparent;
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		float: left;
		overflow: hidden;
	}
	#footerDiv {
														border: solid 0px #66f;
		width: 600px;
		padding-left: 0px;
		background-color: transparent;
		overflow: hidden;
	}

H2  {
	font-family: arial, helvetica, sans serif;
	font-size : 18px;
	font-weight : normal;
	color: #666;
	background-color: inherit;
}

H3  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight : bold;
	color: #c60;
	background-color: inherit;
}

B  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight : bold;
	color: #fff;
	background-color: inherit;
}

A  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight: bold;
	color: #ff9;
	text-decoration : none;
}
A:Visited  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight: bold;
	color: #ff9;
}
A:Hover  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight: bold;
	color: #fff;
}

A.editThumb  {
	color: #fff;
	background: transparent;
	border: solid 1px #006;
	width: 100px; 
	height: 100px; 
	margin-top: 25px; 
	margin-right: 0px; 
	margin-bottom: 25px; 
	margin-left: 40px;
	float: left;
}
A.editThumb:Visited  {
	color: #fff;
	background: transparent;
	border: solid 1px #006;
}
A.editThumb:Hover  {
	color: #fff;
	background: transparent;
	border: solid 1px #fff;
}

img  {
	border: 0px;
}

.formBoldClass  {
	font-family: arial, helvetica, sans serif;
	font-size : 12px;
	font-weight : normal;
	color: #666;
	background-color: inherit;
}

.inputClass {
	width: 250px;
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #666;
	background-color: #eec;
	border-top: #cc9 solid 1px;
	border-right: #cc9 solid 1px;
	border-bottom: #cca solid 1px;
	border-left: #cca solid 1px;
	margin-bottom: 5px;
}

.sendItClass {
	width: 250px;
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #666;
	background-color: #eec;
	border: #cca solid 1px;
}

.hRule {
	color: inherit;
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: #cc9 solid 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.hrImg {
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}

.portfolioText {
	display: block;
	margin-left: 1px;
}