/* Companion Custom CSS over-rides for [ y2cl.net ]:  -  */

body { background: #000; }
a:link {
	color: #000080;
}
a:visited {
	color: #666;
}
a:hover {
	color: #551011;
	font-weight: 700;
}
a:active {
	color: #5C3317;
	font-weight: bold;
}

#page {
	background: #fff;
	width: 980px;
	border-style: outset;
	border-width:large;
	border-color:#000;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #ccc;		
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
}
#content {
	background: #fff;
	margin: 10px;
	width: 730px;
	border-style:solid;
	border-width:large;
	border-color:#000;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #ccc;		
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
}
.column_one {
	background: #ccc
	}
#sidebar-left {
	width: 190px;
	}
h2, h2 a {

	padding: 0 0 2px 0;

	margin: 0;

	font-size: 15px;

	line-height: 15px;

	letter-spacing: -1px;

}
#text-6 img {
	height: 80px;
	}
#text-6 {
	float: right;
	padding-right: 5px;
	}
	
#contact {
	border-style:inset;
	border-witdh:2px;
	border-color:#ccc;
	background: #b9cbd5;
	padding: 5px
}
#lilcontact {
	float: right; 
	margin-right: 5px;
	border-style:outset;
	border-color:#ccc;
	background:#b9cbd5;
	padding:5px;
}
