.navigation li#home a {
	border-style:solid;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-color: #fff;
	background-color: #fff;
}
.navigation li#home a:hover {
	//border-color:inherit;
}
.content {
	padding:15px;
}
.content h3 {
	margin:0px;
	padding:0px;
}
.content .top {
	text-align:center;
}
.content .top img {
	width:49%;
	max-width:593px;
	padding:0px;
	margin:0px;
	border:none;	
}
.content .row {
	margin:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px black;
}
.content .callout {
	width:70%;
	margin:0px auto; 	
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
.linkbar {
	margin-top:20px;
	padding:0px;
	text-align:center;
	font-size:75%;
	font-weight:bold;
	color:#628 !important;
	list-style-image:none;
	list-style-type:none;
	height:4em;
}
.linkbar li {
	float:left;
	clear:none;
	width:20%
}
.linkbar em {
	font-size:150%;
	color:#415;
}
.studio {
	border:none;
}
