body {
	background-color:	#fff;	/*	#000000;	*/
	font-family:"Trebuchet MS", sans-serif;	
	color:#000;
	/*	background: url("./images/Logo.png") no-repeat;	*/
}

#container {
	width:1280px;
	margin:0 auto;	
	display: block;
}
	
#header{
	width:100%;
	margin-top: 2rem;

}

#gifs {
	text-align:center;
}
	
	
#footer {
	width:100%;
	text-align:left;
	clear: both;
}
	
.footer_text {
	font-size:10px;

}

.footer_text a{
	text-decoration:none;
}
	
.footer_text a:hover {
	color:#CC6600;
}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#CC6600;
}

h2 {
	margin: 0 0 10px 15px;
	font-size:24px;
}
	
#content {
	width:599px;
	float:right;
}
	
p {
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
}
	
a {
	text-decoration:underline;
}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
}

.left {
	float: left;
}

img {
	height: 20rem;
}

img.logo.left {
	margin-right: .5rem;
}

img.logo.right {
	margin-left: .5rem;
}

