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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
}

#ppl {
	background-image: url(images/ppl.jpg);
	height: 500px;
	width: 300px;
	float: right;
	position:fixed;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:0px;
	left: 0;
	bottom: 0;
}

#url {
	width: 800px;
	height: 150px;
	background-image: url(images/URL.png);
	background-repeat: no-repeat;
}

#left2 {
	width: 200px;
	background-color: #000000;
top: 0px;
left: 10px;
	padding-right: 20px;
	float: left;
	position: fixed;

}

#content {
	width: 800px;
	margin-top: 10px;
	margin-left: 250px;
	margin-right: auto;
	font-weight: lighter;
	font-size: 12px;
}

.pics {
	float:right;
	margin-right:0px;
	margin-left:5px;
	border-color:  #A7C727;
}

.footer {
	background-image: url('');
	background-repeat: no-repeat;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#logo {
	margin-top: 0px;
	margin-left:0px;
	position: fixed;
	float: left;
	width: 273px; 
}

#tree {
	bottom: 0px;
	right: 0px;
	width: 300px;
	height: 500px;
	background-image: url(images/guy.png);
	background-repeat: no-repeat;
	position: fixed;
	float: right;
}

h1 {
	color: #FFFF00;
	font-size: 36px;
	font-weight: bolder;
}

h1.highlight {
	background-color: #FF0000;
}

h1:hover {
	color: #FFFF00;
}

h2 {
	color: #FF0000;
	font-size: 24px;
	font-weight: lighter;
	padding: 3px;
}

h2.highlight {
	background-color: #A7C727;
}

h2:hover {
	color: #FF3300;
}

h3 {
	color: #003366;
	font-size: 18px;
	font-weight: lighter;
}

h3:hover {
	color: #330066;
}

a {
	color: #CC0066;
}

a:hover {
	color: #00FF00;
}

p {
	color: #FFFF00;
	font-size: 14px;
	text-align: justify;
}

p:hover {
	color: #FF0000;
}

.listen {
	font-size: 30px;
	color: #0000FF;
}

li {
	color: #CC0000;
}

li:hover {
	color: #0000FF;
}
