body   
{      
	background-image: url('../img/bkg.png');
	background-color : #ffffff;
	background-repeat: repeat-x;	
}

a, a:hover
{
	text-decoration:none;
}


#top
{
	height:34px;
}

#logo
{
	height:120px;
}

#blue_intro
{	
	color: #ffffff;
}

a#white_link
{
	color: #ffffff;
}

a:hover#white_link
{
	color: #333333;
}

#margin_top
{
	margin-top: 25px;
}

#my_image
{
	margin-top:0px;
	margin-bottom: 10px;
}


p.center128 {
	margin-left: auto;
	margin-right: auto;
	width: 128px;
}


/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: relative;
	left: 0px;
	height: 60px; 
	text-align: center;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 50px; 
	color: #000; 
	bottom: -5px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}