body {
    margin:0;
    background-color: #e5b6bf;
	font-family: verdana;
	text-transform: lowercase;
	/* font-weight: bold; */
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 0;
}


a:link{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a:visited{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: #8b272f;
	text-decoration: none;
	background-color: transparent;		
}





#container {
	width: 690px;
	margin: 0 auto 0 auto;
	padding: 0 55px 0 55px;
	text-align: left;
}








/* masthead */
		

#toptextcontainer	{
			position: relative;
			height: 220px;
			width: 690px;
			margin: 20px auto 0 auto;			
			}
				
				
#velologo	{
			position: absolute;
			left: 0px;
			top: 10px;
			}
			
#cf {
  position:relative;
  height:22px;
  width:170px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}			




#velocontact	{
			position: absolute;
			left: 0;
			width: 160px;
			top: 80px;
			border-left: 1px solid #fff;
			padding-left: 10px;
			}

#veloexhib	{
			position: absolute;
			left: 185px;
			width: 210px;
			top: 80px;
			border-left: 1px solid #fff;
			padding-left: 10px;
			}	
			

#velopeople	{
			position: absolute;
			left: 420px;
			width: 260px;
			top: 80px;
			border-left: 1px solid #fff;
			padding-left: 10px;
			}	
			







/* body */
		
		
h1	{
			font-family: verdana;
			text-transform: lowercase;
			font-weight: normal;
			font-size: 10px;
			line-height: 14px;
			letter-spacing: 1px;
			margin-bottom: 0px;
			}
		

#bodycontainer	{
			position: relative;
			width: 690px;
			margin: 0 auto 50px auto;
			border: 0;
			}


#veloside	{
			position: absolute;
			left: 0px;
			width:280px;
			top: 50px;
			}
			
			
#velocontext	{
			position: absolute;
			left: 0px;
			width:280px;
			top: 50px;
			}	

						
	
#velopic	{
			position: absolute;
			left: 0;
			width: 680px;
			top: 100px;
			}

.velotxt	{
			border-left: 1px solid #fff;
			padding-left: 10px;
			}

.caps		{
			text-transform: uppercase;
			}