@charset "UTF-8";
/* CSS Document */

#introbox {
		width: 500px;
		height: 130px;
		padding-left:20px;
		margin-top:15px;
		color: #ffffff;
		line-height: 18px;
		float: left;
		text-align: left;
}

#introbox p {
		font-family: georgia,serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0pt;
	margin-top: 0px;
	margin-bottom: 0px;
		margin-bottom: 0px;
	margin-top: 0px;
}

#welcome {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, serif;
}

.dudesays {
	width: 200px;
	height: 120px;
	background-image:  url('dudesays.png');
}


.dudesays a {
    color: white;
text-decoration: none;
    letter-spacing: normal;
}

#content .dudesays {
	margin-top: 15px;
	margin-right: 10px;
	float: right;
	clear: right;
	}


.dudesays #bubble {
	padding-left: 82px;
	padding-top: 39px;
	padding-right: 13px;
	width: 105px;
	height: 50px;
	color: #958c80;
}

.dudesays #bubblefoot {
	padding-left:105px;
	padding-top: 6px;
	color: white;
	font-weight: bold;
	}

#bubblefoot a {
        color: white;
        font-style: bold;
}

.findoutmore {
	font-family: verdana,sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.4pt;
	text-decoration: none;
	font-weight: bold;
}	
