body {
	background: #F0F8FF;
	font-size: 12px;
	font-family: Arial;
	margin: auto;
}

a, a:visited {
	color: #333366;
	text-decoration: none;
}

a:active {
	color: #3399CC;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}
	

#header {
	background-image: url('images/tilingWater.jpg');
	background-position:  left top;
	background-repeat: repeat-x;
	font-variant: small-caps;
	text-align: left;
	height: 150px;
	margin-right: 50px
}


/* -------- Navbar Stuff -----*/

#nav {
	font-size: 14px;
	font-weight: bold;
	background-image: url('images/vertTilingWater.jpg');
	background-position:  left 50%;
	background-repeat: repeat-y;
	width: 150px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
	font-variant: small-caps;
	line-height: 20px;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #999999;
	border-right: 2px solid #666666;
}

#nav h1 {
	font-variant: small-caps;
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
}


/* ------- Main Content -------- */

#content {
	background: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 50px;
	margin-left: 200px;
	border-top: solid 2px #999999;
	border-left: solid 2px #999999;
	border-bottom: solid 2px #666666;
	border-right: solid 2px #666666;
}

#content h1 {
	color: #333366;
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	font-variant: small-caps;
}

#content strong {
	color: #333366;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

#content p {
	font-size: 12px;
	margin-left: 10px;
}

#content a, #content a:visited {
	color: #0066FF;
	text-decoration: none;
}

#content a:active {
	color: #33CCFF;
}

#content a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

.product {
	text-align: center;
	font-variant: small-caps;
	margin: 10px;
}

#pictureRight {
	float: right;
	text-align: right;
	clear: right;
	margin-left: 20px;
}

#pictureLeft {
	float: left;
	text-align: left;
	clear: left;
	margin-right: 20px;
}

/* ------- Footer -------- */

#footer {
	text-align: center;
	color: #000000;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 200px;

}

#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:active {
	color: #3399CC;
}

#footer a:hover {
	color: #3399CC;
	text-decoration: underline;
}