body {
    font-family: Georgia, serif;
    font-size: 105%;
	line-height: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 445px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#header {
	text-align: center;
}

#main {

}

#introduction {
	padding: 15px 8px 0;
}

#flickr, #flickr2 {
	padding: 3px;
	height: 170px;
}

#flickr2 {
	margin-top: -5px;
}

#footer {
	font-size: 11px;
	text-align: left;
	padding-left: 8px;
	padding-top: 10px;
}

/* FLICKR */
#flickr_www {display: none;}

.flickr_badge_image {
	float: left;
	padding: 5px;
}
/* @END FLICKR */

/* TWEET */
.tweet {
  color: #085258;
}

.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tweet .tweet_list li {
	overflow: auto;
	padding: .5em; 
}
.tweet .tweet_list li a {
	color: #085258;
	text-decoration: none;
}

.tweet .tweet_list li a:hover {
	color: #0C717A;
	text-decoration: underline;
}

.tweet .tweet_list .tweet_even, .tweet .tweet_list .tweet_odd {
	background-color: #fff;
}

a.tweet_avatar {display:none;}
/* @End TWEET */

/* BALLOON CLUETIP */
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 100px;
	visibility: hidden;
	font-size: 11px;
	line-height: 13px;
	z-index: 100;
	width: 303px;
}

#balloon1 {
	margin-left: -25px;
}

.balloonTop {
	height: 10px;
	background: url(../images/backgrounds/balloon-top.png) no-repeat;
	margin-top: -4px;
}

.balloonMid {
	background: url(../images/backgrounds/balloon-mid.png);
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	text-align: center;
	height: 100%
}

.balloonBtm {
	height: 14px;
	background: url(../images/backgrounds/balloon-btm.png) no-repeat;
	margin-bottom: -7px;
}

#arrowhead{
	z-index: 101;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: visible;
}
/* @END BALLOON CLUETIP */
