#header {
	background-color: #3366ff;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 192px;
}
#header #gglogo h5 {
	font-size: 11px;
	font-style: italic;
	line-height: 0px;
	color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/images/back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
#leftcol h3 {
	font-size: 14px;
	color: #FF6600;
	background-color: #FFFFFF;
	border: thin solid #FF6600;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#leftcol a:link {
	color: #ff6600;
	text-decoration: none;
	}
#leftcol a:visited {
	color: #ff6600;
	text-decoration: none;
	}
#leftcol a:active {
	color: #3366ff;
	text-decoration: none;
	}
#leftcol a:hover {
	color: #3366ff;
	text-decoration: none;
	}
	
#content #footer {
	font-size: small;
	color: #ffffff;
	background-color: #3366FF;
	padding: 10px;
	font-style: italic;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	width: 100%;
}
#content #footer a:link {
	color: #FFffff;
	}

#content #footer a:visited {
	color: #FF6600;
	}
#content #footer a:active {
	color: #FF6600;
	}
#content #footer a:hover {
	color: #FF6600;
	}
#gglogo {
	position: absolute;
	left: 425px;
	top: 20px;
}
#header #gglogo h1 {
	background-color: #FFFFFF;
	padding: 7px;
	border: thin solid #FF6600;
	font-size: 18px;
	color: #3366FF;
	background-position: center center;
}
#leftcol {
	left: 15px;
	top: 250px;
	position: absolute;
	width: 250px;
}
#content {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	float: right;
	position: absolute;
	left: 300px;
	top: 192px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 25px;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content img {
	border: thin solid #FF6600;
}
hr {
	border-top-color: #CC6600;
}
#product {
	margin-left: 50px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 50px;
}



#content h3 {
	font-size: 14px;
	color: #FF6600;
}

#content h1 {
	font-size: 18px;
	color: #3366FF;
	padding-left: 25px;
}
#content h2 {
	font-size: 14px;
	color: #3366FF;
	padding-left:30px;
}

