
h1 {
	margin: 0;
	position: absolute;
	left: 30px;
	top: 37px;
}

#intro-title.balloon {
	position: absolute;
	left: 400px;
	/*right: 30px;*/
	top: 37px;
	background: #FFF;
	border: 3px solid #000;
	border-radius: 8px;
	padding: 3px 13px;
	font-size: 16px;
	font-weight: bold;
}
.balloon {
	position: relative;
}
.balloon-arrow {
	background: url(../images/balloon-arrow.png);
	width: 19px;
	height: 11px;
	position: absolute;
	left: 23px;
	bottom: -11px;
}
#intro-body {
	position: absolute;
	left: 400px;
	right: 30px;
	top: 84px;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
}



#twitter-widget {
	padding-top: 145px;
	width: 210px;
	float: right;
}
#twitter-widget .twtr-doc {
	border: 3px solid #000;
	border-radius: 20px;
}
#twitter-widget .twtr-bd {
	padding: 0;
}
#twitter-widget .twtr-timeline {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-radius: 0px;
}
#twitter-widget .twtr-tweet {
	border-bottom: 3px solid #000;
	margin: 0 8px;
	padding: 0 -8px;
}
#twitter-widget .twtr-tweet:last-child {
	border-bottom-style: none;
}


#content {
	padding-top: 145px;
	margin-right: 210px;
}

#tab-buttons {
	width: 100%;
	margin-bottom: -3px;
	z-index: 2;
}
#tab-buttons:after {
	content: ""; 
	display: block; 
	clear: left;
}
.tab-button a {
	display: block;
	background: #D2D2D2;
	width: 262px;
	height: 33px;
	padding-top: 10px;
	border: 3px solid #000;
	border-top-right-radius: 24px;
	margin-right: 6px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.tab-button-selected a {
	border-bottom-style: none;
	background: #64A0FF;
	height: 36px;
}
#tab-container {
	background: #FFF;
	border: 3px solid #000;
	width: 731px;
	border-radius: 24px;
	border-top-left-radius: 0px;
}

.tab-content {
	padding: 10px 12px 10px 25px;
}

.page-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.page-list:after {
	content: ""; 
	display: block; 
	clear: left;
}
.page-list li a {
	float: left;
	width: 212px;
	height: 159px;
	border: 3px solid #000;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
}

.page-list .labels {
	display: block;
	color: #000;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 4px;
}
.page-list .labels span {
	display: block;
}
.page-list .labels .title {
	font-size: 12px;
	font-weight: bold;
}
.page-list .labels .user-name {
	font-size: 11px;
	font-weight: bold;
}



#footer {
	position: relative;
	width: 732px;
	font-size: 12px;
	padding: 10px 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer address {
	position: absolute;
	right: 0;
	top: 10px;
	font-style: normal;
}



