
	#flip{
		float: right;
		padding-right:  10px;
	}

	body{
		background-color:  #fff;
		margin:  0px;
	}

	img{
		border:  0px;
	}

	.cntr{
		text-align:  center;
	}

	#ws_layout{
		position:  absolute;
		left:  80px;
		top:  60px;

		z-index: 100;
		width: 350px;
		height: 500px;
		
		
		border:  2px solid #333;
		
		font-family:  verdana;
		font-size:  12px;
		line-height:  16px; 
		color:  #333;
		
		background-color: #f3d3e7;
		background-image: url(../images/test02.jpg);
		background-repeat:  no-repeat;
		background-position:  bottom left;
	}

	#ws_side{
		display:  none;		
	}
	
	#menu{
		background-image:  url(../images/topbar.png);
		background-color:  #f3d3e7;
		width:  100%;
		height:  24px;
		position:  absolute;
		top:  0px;
		left:  0px;
		
		font-family:  'Juice';
		font-size:  15px;
		line-height:  24px;
		text-align:  left;
	}
	
	#menu a:link, #menu a:visited, #menu a:active{
		font-family:  'juice';
		color:  #000;
		text-decoration:  none;
		padding-left:  15px;
	}

	.pdng{
		padding-left:  20px;
	}

	#content{
		padding: 10px;
		line-height:  18px;
	}

	#content_side{
		padding: 10px;
		color:  #111;
		font-size:  12px;
	}
	
	#ws_section{
		position: absolute;
		z-index: 50;
		top:  60;
		left: 5;
		
		/* opacity:.13;
		filter: alpha(opacity=13);
		-moz-opacity: 0.13;	 */
	}

	#contact_form{
		padding:  0px;
		margin:  0px;
	}

	#contact_form div{
		padding:  3px;
	}
	
	.fl{
		float: left;
		width: 60px;
	}
	
	.button{
		width: 100px;
	}
	
	#contact_form input{
		border-collapse: collapse;
		border: 1px solid #555;
		width:  200px;
		font-family:  verdana;
		font-size:  12px;
		color:  #444;
		background-color:  transparent;
	}

	#contact_form textarea{
		font-size:  12px;
		border-collapse: collapse;
		border: 1px solid #555;
		width:  280px;
		height:  100px;
		font-family:  verdana;
		color:  #444;
		background-color:  transparent;

	}

	#contact_form input:focus, #contact_form textarea:focus{
		background-color: #FFEEF9;
	}
	
	.header{
		font-size:  20px;
		padding-bottom:  5px;
	}

	#myspace{
		position:  absolute;
		bottom:  -50px;
		left:  0px;
	}




	#directions{
		margin:  auto;
		width: 180px;
		padding: 20px;
		border: 1px solid #555;
	}
	
	#directions a:link, #directions a:visited, #directions a:active{
		text-decoration: none;
		display: block;
		font-weight: bold;
		text-align:  center;
	}

	.phone{
		padding:  10px;
		text-align:  center;
		font-size:  18px;
	}
