#header {
	margin-left: 25%;
	padding: 0px;
}

#container {
	
	margin-left: 19%;
	width: 600px;
	height: 30px;
	padding: 0;
	top: 10px;
	background: 'cccccc';	
	}


#splashNav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
	
#splashNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
	
#splashNav a {

	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
}

#splashNav a:hover {
	background-position: 0 -30px;
}

#splashNav a:active, #splashNav a.selected {
	background-position: 0 -60px;
}

#t_home a {
	width: 100px;
	background: url(Graphics/tab_Home.jpg) top left no-repeat;
}

#t_beads a {
	width: 100px;
	background: url(Graphics/tab_Beads.jpg) top left no-repeat;
}
#t_process a {
	width: 100px;
	background: url(Graphics/tab_Process.jpg) top left no-repeat;
}
#t_pins a {
	width: 100px;
	background: url(Graphics/tab_Pins.jpg) top left no-repeat;
}
#t_shows a {
	width: 100px;
	background: url(Graphics/tab_Shows.jpg) top left no-repeat;
}
#t_contact a {
	width: 100px;
	background: url(Graphics/tab_Contact.jpg) top left no-repeat;
}
#content {
	float: left;
	text-align: left;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;

}

#right {
	margin-top: 5%;
}
	
