body {

	font-family: helvetica;
	margin: 0;
	padding-bottom: 100px;
	background-color: #2c2c2c;
	color: #ffffff;
	font-size: 13pt;
	
}

a {

	text-decoration: none;
	color: #ff9900;
	font-weight: bold;	
	
}

a:hover {

	border-bottom: 3px dotted #ff9900;
	
}


#wrap {

	margin: 0 auto;
	width: 700px;
	
}


#header {

	color: #484747;
	text-align: center;
	font-size: 120pt;
	margin: 80px 0px 60px 0px;
	font-weight: bold;
	
}

#footer {
	
	clear: both;
	color: #484747;
	text-align: center;
	font-size: 60pt;
	padding: 80px 0px 80px 0px;
	font-weight: bold;
	
}

#left {
	
	width: 250px;
	float: left;
	
}


#right {
	
	width: 426px;
	float: right;	
	
}


#about-me {

	font-family: georgia;
	font-size: 20pt;
	background-color: #2dd500;
	padding: 12px;
	
}

#twitter {

	font-family: georgia;
	font-size: 20pt;
	background-color: #0099ff;
	padding: 12px;	
	
}

#flickr {

	font-family: georgia;
	font-size: 20pt;
	background-color: #ff0099;
	padding: 12px;	
	
}

#say-hello {

	font-family: georgia;
	font-size: 20pt;
	background-color: #ff9900;
	padding: 12px;	
	
}

.text {
	
	line-height: 200%;
	padding: 0px 15px 30px 15px;

}

.twitter-text {
	
	line-height: 200%;
	padding: 0px 15px 5px 15px;
	background-image: url('bg.jpg');
	margin-bottom: 50px;

}

.flickr-pics {
	
	line-height: 200%;
	padding: 15px 15px 5px 15px;
	background-image: url('bg.jpg');
	margin-bottom: 50px;

}

ul.hello {

	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 35px;
	line-height: 200%;
		
}

ul.hello li {

	margin-left: 28px;
	margin-right:15px;
	list-style-type: square;
	
}

#twitter_update_list {

	margin: 0;
	padding: 0;	
	padding-top: 20px;
	
}

#twitter_update_list a {

	color: #ffffff;
	
}

#twitter_update_list a:hover {

	border-bottom: 3px dotted #ffffff;
	
}


#twitter_update_list li {

	list-style-type: none;
	margin-bottom: 25px;
	
}

.flickr_badge_image {
	
	display: inline;

}

.flickr_badge_image img {
	
	border: 3px solid #2c2c2c;
	margin: 9px;
	
}

.flickr_badge_image img:hover {

	border: 3px solid #ff9900;
	
}

.flickr_badge_image a:hover {

	border: 0;
	
}



