/* CSS Document */

.srbase {
	width: 540px;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 10px;
	margin-left: 50;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	background-color: #FFF;
	letter-spacing: 0.5em;
}

.srtop {
	width: 100%;
}

.srtopleft {
	width: 310px;
	float: left;
	letter-spacing: 0.25em;
	text-align: left;
	font-size: 80%;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.srtopright {
	width: 200px;
	margin: 10px;
	height: 110px;
	float: right;
	font-size: 80%;
	letter-spacing: 0.3em;
	text-align: center;
}

.srunder {
	width: 100%;
}

.srrunderleft {
	width: 250px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.srunderright {
	width: 250px;
	margin: 10px;
	height: 100px;
	float: right;
}

a img.imglink {
border-top:10px solid #cfcfcf;
border-right:10px solid #cfcfcf;
border-bottom:30px solid #cfcfcf;
border-left:10px solid #cfcfcf;
}
a:hover img.imglink {
border-top:10px solid #9f9f9f;
border-right:10px solid #9f9f9f;
border-bottom:30px solid #9f9f9f;
border-left:10px solid #9f9f9f;
}


