* html{font-size:100.01%}
html {
	font-size:62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/animation.gif);
	background-repeat: repeat;
	font-family: Haettenenschweiler;
	font-size: 1.2em;
	font-color: #333333; 
}

.style1 {
	font-family: Haettenschweiler;
	font-size: 25px;
	color: #999966;
}


.style2 {
	font-family: Haettenschweiler;
	font-size: 50px;
	color: #445599;
}

.style3 {
	font-family: Haettenschweiler;
	font-size: 25px;
	color: #ffffff;
}

.style4 {
	font-family: Haettenschweiler;
	font-size: 30px;
	color: #cdcdb4;
}

.style5 {
	font-family: Haettenschweiler;
	font-size: 50px;
	color: #e5e5e5;
}

.style6 {
	font-family: Haettenschweiler;
	font-size: 25px;
	color: #e5e5e5;
}

#container {
margin: 0 auto;
width: 880px;

}
#header {
width: 880px;
}

#header h1{
font-size: 1.2em;
font-color: #999966;
text-align: left;
font-weight: normal;
}
#header p.title {
background: url(pig.jpg) no-repeat top left;
width: 880px;
height: 125px;
text-indent: -5000px;
color: #999966
}
#header ul {
margin: 0;
padding: 0;
width: 880px;
background-color: #000;
}
#header ul li {
margin: 0;
padding: 0;
list-style-type: none;
float:left;
border-right: #666 solid 1px;
}
#header ul li a{
margin: 0;
padding: 4px 15px 2px 15px;
display: block;
background-color: #000;
color: #FFFFFF;
text-decoration: none;
border-bottom: #666 solid 4px;
text-transform: capitalize;
}
#header ul li.last{
border-right: #666 none 1px;

}
#header ul li a:hover{
border-bottom: #FFF solid 4px;
color: #FFF;
text-decoration: underline;
}
#header ul li a.here{
border-bottom: #FFF solid 4px;
}
#content {
margin: 30px 30px 0 0;
float: left;
width: 880px;
}
#content p {
margin: 0 0 20px 0;
padding: 0;
}
#content p a{
color: #445599;
text-decoration: none;
}
#content p a:hover{
color: #445599;
text-decoration: none;
}
#sidebar {
margin: 30px 0 0 0;
float: right;
width: 500px;
}
#sidebar2 {
margin: 30px 0 0 0;
float: left;
width: 285px;
}
#footer {
clear: left;
text-align: left;
height: 60px;
}
#footer p{
line-height: 49px;
}
img.border {
border: 2px solid #fff;
}