html {
	height:101%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

h1 {
	font-size:150%;
	}
	
h2 {
	font-size:110%;
	color:#270092;
	}	
	




a:link, a:active, a:visited {
	text-decoration: none;
	color: #999;

}

a:hover {
	text-decoration: none;
	color: #270092;
}	


#copy a:hover, #contacts a:hover, #contacts2 a:hover, #products a:hover {
	text-decoration: none;
	color: #270092;
}	



#container {
	position:relative;
	margin:auto;
	width: 100%;
	height:750px;
	min-height:750px;
	background-image: url(images/wave.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#wrapper {
	margin: auto;
	width:800px;
	height:600px;
	}
	
#date {
	width:300px;
	color:#CCCCCC;
	text-align:right;
	padding: 40px 0;
	}	
	
#content {
	width:100%;
	float:left;
	clear:both;
	}
	
#copy {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}
	
#headline{
	width: 500px;
	padding: 20px 0 0 20px;
	}
		
#contacts {
	width: 250px;
	padding: 20px 0 0 20px;
	float: left;
	}	
	
#contacts2 {
	width: 250px;
	padding: 20px 0 0 20px;
	float: left;
	}	
	
#products {
	padding: 20px 0 0 20px;
	float: left;
	}	
	
#products2 {
	padding: 20px 0 0 50px;
	float: left;
	}	
	
#products_copy {
	width:500px;
	padding: 20px 0 0 20px;
	float:left;
	z-index: 5;
	}	
	
#pictures {
	float:right;
	width: 193px;
	clear: none;
	}
	
#flask {
	float:right;
	width: 193px;
	clear: none;
	}
		
#signature {
	width:800px;
	right: 0px;
	bottom: -10px;
	position: relative;
	float: left;
	clear: both;
	font-size: 80%;
	width: 800px;
}

#signature a:link, a:active, a:visited {
	text-decoration:none;
	color:#999;
	}
	
#signature a:hover {
	text-decoration:none;
	color:#270092;
	}
	
#nav_bar {
	float:right;
	height:53px;
	}
	

#nav_bar ul {
	margin: 0px;
	padding: 0px;
	list-style:url(scripts/none) none;
}

#nav_bar li {
	float:left;
	text-align:center;
	display:inline;
	}
	
#nav_bar a {
	width:80px;
	height:53px;
	text-decoration:none;
	color:#666666;
	display:block;
	margin:0;
	background-image:url(images/tab.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 10px 0px;
	}
	
#nav_bar a:hover {
	background-image:url(images/tab_long.jpg);
	padding:22px 0px 10px 0px;
	}
	
#thispage a:link, #thispage a:visited,
#thispage a:active {
	color:#fff;
	background-image:url(images/tab_current.jpg);
	}
	
#thispage a:hover {
	color:#fff;
	background-image:url(images/tab_long_current.jpg);
	}
	
.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}
	
.clearboth {
	clear:both;
	}
	
.purple {
	color:#270092;
	}
.paddingtop20px {
	padding-top:20px;
	}
	
.paddingleft20px {
	padding-left:20px;
	}	


	
.paddingleft100px {
	padding-left: 100px;
}
