@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	
}
h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	padding-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#wrapper #main #left {
	width: 375px;
	height: auto;
	float: left;
	clear: right;
	padding-top: 15px;
	display:inline;
}
#wrapper #main #left #stat {
	font-size: 12px;
	font-style: italic;
}

#wrapper #main #picture {
	float: right;
	height: 250px;
	width: 375px;
	padding-top: 5px;
	
}

#wrapper #main #picture img {

}

/* CSS Document */





#wrapper #main #quotes p {
	float: right;
	height: auto;
	width: 375px;
	color: #3399cc;
	
	font-size: 18px;
	padding: 10px;
	background: white;
}
#wrapper #main #right {
	float: right;
	width: 350px;
	padding-top: 20px;
}
#wrapper #main #picture ul {
	list-style-type: none;
}
#text2 {
background-color: #FFF;
	color: black;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 10px;
	border: solid;
    border-color: #3399cc;
}
#quotes
{
	float: right;
	height: auto;
	width: 375px;
	color: #3399cc;
	margin-top: 10px;
	font-size: 18px;
	padding: 10px;
	background: white;
}

