body, h1, h2, h3, h4, h5, p, dl, dt, dd, cite, address, form, fieldset, hr, blockquote, img, div
{ 
	margin: 0; 
	padding: 0; 
	border: none; 
}
li, ul, ol
{
	margin-top: 1px;
	margin-bottom: 1px;
}
#header
{
	width: 800px;
	margin: 0 auto;
	height: 132px;
	background: url(/img/header.png);
	background-position: center;
}
#header2
{
	width: 800px;
	margin: 0 auto;
	height: 100px;
   background: #C9C9C9;	
}

#search
{
	background-color: #656464;
	width: 198px;
	height: 90px;
	padding-top: 9px;
	float: left;
	border: 1px solid gray;
	color: white;
}

#container
{
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #f8f8f8;
}
#pigfoto
{
	width: 341px;
	height: 200px;
	float: left;
	border-bottom: 1px solid black;
	background: url(/img/foto.jpg);
}
#pigmisja
{
	border-bottom: 1px solid black;
	background: #843D45;
	color: white;
	font-size: 12px;
	/*
	width: 439px;
	float: left;
	height: 190px;
	*/
	padding: 5px 5px 5px 15px; /* TOP RIGHT BOTTOM LEFT*/
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	clear: both;
}

#left
{
	padding-right: 20px;
	float: left;
	background: white;
/*	
	height: 400px;
	padding-left: 20px;
	width: 299px;
	overflow: hidden;
	border-right: 2px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
*/
}
#right
{
	padding-left: 20px;
	padding-right: 20px;
	width: 318px;
	float: left;
	background:  #DCDCDC;
/*
	height: 400px;
	overflow: hidden;
*/
}

#footer
{
	margin-top: 15px;
	width: 790px;
	height: 35px;
	margin: 0 auto;
	background: #656464;
	color: white;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
	font-family: "Trebuchet MS", tahoma;
	font-size: 14px;
}

#footer2
{
	padding-top: 5px;
	width: 790px;
	margin: 0 auto;
	color: gray;
	padding-right: 10px;
	text-align: center;
	font-family: "Trebuchet MS", tahoma;
	font-size: 12px;
}

a.foot:link, a.foot:visited, a.foot:active, a.foot:hover
{
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
}
a.foot:hover
{
	color: #e0e0e0;
}

a.head:link, a.head:visited, a.head:active, a.head:hover
{
	color: #843D45;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
}
a.head:hover
{
	color: Gray;
}