﻿#frame1 {
	width: 275px;
}

#frame2 {
	float: left;
	width: 275px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	background-color: gba(40, 40, 40, 0.0);
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#frame2 p {
	font-size: 85%;
	margin-bottom: 0px;
}
#frame2 ul, #frame2 ol {
	font-size: 85%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#frame2 h1 {
	font-size: 120%;
	font-weight: bold;
	color: skyblue;
	text-shadow: 2px 2px 1px #808080;
	margin-bottom: 6px;
}
#frame2 h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}

#frame3 {
	float: left;
	width: 275px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	background-color: gba(40, 40, 40, 0.0);
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#frame3 p {
	font-size: 85%;
	margin-bottom: 0px;
}
#frame3 ul, #frame2 ol {
	font-size: 85%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#frame3 h1 {
	font-size: 120%;
	font-weight: bold;
	color: skyblue;
	text-shadow: 2px 2px 1px #808080;
	margin-bottom: 6px;
}
#frame3 h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}

