
HTML  {
	height: 100%;
}

BODY  {
	font-family: verdana, sans serif;
	font-size : 11px;
	font-weight: normal;
	color: #666;
	background-color: #fff;
	height: 100%;
	margin: 0px;
	background-image : url(gfx/blank.gif);
}

#stretcherDiv {
														border: solid 0px #66f;
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-color: #fff;
}
	#titleDiv {
														border: solid 0px #66f;
		width: 100%;
		border-bottom: solid 0px #E9E680;
		background-color: transparent;
		background-image : url(gfx/blank.gif);
		overflow: hidden;
	}
	#frontDiv {
														border: solid 0px #f66;
		position: relative;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-color: #fff;
		background-image : url(gfx/blank.gif);
		overflow: visible;
	}
		#action {
														border: solid 0px #000;
			position: absolute;
			width: 100%;
			height: 158px;
			top: 0px;
			left: 0px;
			overflow: hidden;
		}
			#imgOne {
				position: absolute;
				width: 230px;
				height: 158px;
				top: 0px;
				left: 0px;
			}
			#imgTwo {
				position: absolute;
				width: 230px;
				height: 158px;
				top: 0px;
				left: 235px;
			}
			#imgTre {
				position: absolute;
				width: 230px;
				height: 158px;
				top: 0px;
				left: 470px;
			}
		#navigate {
														border: solid 0px #000;
			position: absolute;
			display: block;
			width: 100%;
			height: 20px;
			top: 170px;
			left: 0px;
		}

	#headerDiv {
														border: solid 0px #66f;
		width: 100%;
		border-bottom: solid 0px #E9E680;
		background-color: transparent;
		background-image : url(gfx/blank.gif);
		padding-left: 130px;
		overflow: hidden;
	}
	#middleDiv {
														border: solid 0px #f66;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-color: #fff;
		background-image : url(gfx/blank.gif);
		overflow: hidden;
	}
		#navDiv {
														border: solid 0px #66f;
			width: 180px;
			height: auto;
			color: inherit;
			background-color: transparent;
			padding-top: 20px;
			padding-right: 10px;
			border-top: solid 0px #E9E680;
			border-right: 0px;
			border-bottom: 0px;
			border-left: 0px;
			float: left;
			text-align: right;
		}
		#contDiv {
														border: solid 0px #66f;
			width: 450px;
			height: auto;
			color: inherit;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 25px;
			padding-left: 27px;
			background-color: transparent;
			background-image: url(gfx/blank.gif);
			border-top: 0px solid black;
			border-right: 0px solid black;
			border-bottom: solid 1px #E9E680;
			border-left: solid 1px #E9E680;
			line-height: 150%;
			overflow: visible;
			float: left;
		}
	#copyDiv {
														border: solid 0px #66f;
		width: 510px;
		font-family: verdana, 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: verdana, sans serif;
	font-size : 18px;
	font-weight : normal;
	color: #666;
	background-color: inherit;
}

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

H4  {
	font-family: verdana, sans serif;
	font-size : 18px;
	font-weight : normal;
	color: #c60;
	background-color: inherit;
}

B  {
	font-family: verdana, sans serif;
	font-size : 11px;
	font-weight : bold;
	color: #c60;
	background-color: inherit;
}

A  {
	font-family: verdana, sans serif;
	font-size : 11px;
	font-weight: bold;
	color: #c60;
	text-decoration : none;
}
A:Visited  {
	font-family: verdana, sans serif;
	font-size : 11px;
	font-weight: bold;
	color: #c60;
}
A:Hover  {
	font-family: verdana, sans serif;
	font-size : 11px;
	font-weight: bold;
	color: #cc9;
}

img  {
	border: 0px;
}

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

.inputClass {
	width: 250px;
	font-family: verdana, sans-serif;
	font-size : 11px;
	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: verdana, sans-serif;
	font-size : 11px;
	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;
}

.contentHeaderImage {
	margin-left: 0px;
}

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