* {
border: 0;
margin: 0;
padding: 0;

}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a {
text-decoration: none;

}

html {
background-color: #212021;

}

body {
color: #777;
position: relative;
text-align: center;
list-style:none; 
height:100%;

}

h1 {
background: inherit;
border-bottom: 1px dashed #ccc;
color: #933;
font: 17px Tahoma, serif;
margin: 0 0 20px;
padding: 0 0 5px;
text-align: center;
	
}



#wrapper {
background-color: #ffffff;
width: 850px;
text-align: left;
margin-left: auto;
margin-right: auto;
min-height:100%;

}

#header {
background-image:url(../images/header.png);
width: 850px;
height: 104px;
position: relative;

}


#content {
width: 600px;
float: left;
left: 60px;
position: relative;

}

#para {
margin-left: 0 auto;

}




#sidebar {
float: left;
width: 125px;
height: 500px;

}

#sidebar2 {
float: right;
width: 225px;
padding: 10px 20px 0 10px;
position: relative;

}

#navcontainer {
margin-top: 40px;
margin-left: 10px;
}

#navlist a {
list-style: none;
text-decoration: none;

}
 
#navlist li {
background-image:url(../images/piranha.jpg);
background-repeat: no-repeat;
width: 56px;
height: 35px;
padding: 9px 40px;
font-family: "Tahoma";
font-weight: bold;
font-size: .90em;
color: #000;
text-decoration: none;
list-style: none;


}


#navlist li a:hover {
color: #891c04;
margin-top: 70px;
}


p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {


	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview  {
display: block;
position: absolute;
top: -33px;
left: -45px;
z-index: 1;

}

.hoverbox img {
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 100px;
height: 75px;

}

.hoverbox li {
background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;

}

.hoverbox .preview {
border-color: #000;
width: 350px;
height: 233px;
}


.copyright {
padding-top: 15px;
left: -20px;
text-align: center;
line-height: 1.4;
position: relative;

}


#footer {
clear: both;
width: 848px;
height: 50px;
background-color: #0000ce;
border:#000000 1px solid;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-align: center;
letter-spacing: .075px;
color: #fff;
position: relative;

}