html, body, div, span, applet, object, iframe, ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

* { padding: 0; margin: 0; }

body {
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
 background-color: #0082ca;
 font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
 color: white;
 font-size: 12px;
}

/* Commonly used to style txt. */
p {
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	padding-bottom: 8px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 4px;
	color: #000;
	text-transform: uppercase;
}
h2.links {
  color: #000;
  font-size: 14px;
	line-height: 15px;
  font-weight: bold;
/*padding-left: 28px;
  padding-top: 10px;
  background-image: url('../images/info.png') ;
  background-position: left;
  background-repeat: no-repeat;*/
	border-bottom: 1px #0082CA dashed;
}


h3 {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

a map {
	border: none;
}

a img {
	border: 0;
	background-color: none;
	padding: 0;
	margin: 0;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #e4002a;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #e4002a;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: white;
  background-color: #e4002a;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: white;
  background-color: #e4002a;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: white;
  background-color: #e4002a;
}

#wrapper { 
 margin: 0 auto;
 width: 976px;
}

#faux {
 background: url(../images/content-bg.jpg);
 background-repeat: repeat-y;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}

#fauxprogramma {
 background: url(../images/programma.jpg);
 background-repeat: no-repeat;
 margin-bottom: 0px;
 width: 100%;
 height: 360px;
}

#header {
 width: 976px;
 padding: 0px;
 height: 469px;
 margin: 0px 0px 0px 0px;
}

#slideshow {
 width: 976px;
 padding: 0px;
 height: 330px;
 margin: 0px 0px 0px 0px;
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
}

#menu {
 width: 976px;
 padding: 0px;
 height: 139px;
 margin: 0px 0px 0px 0px;
 background-image: url(../images/menu.jpg);
 background-repeat: no-repeat;
}

#leftcolumn { 
 display: inline;
 margin: 0px 14px 0px 53px; /* (top, right, bottom, left) */
 padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
 width: 222px;
 float: left;
}

#content { 
 float: left;
 margin: 0px 14px 0px 14px; /* (top, right, bottom, left) */
 padding: 0px 0px 14px 0px; /* (top, right, bottom, left) */
 width: 371px;
 display: inline;
 position: relative;
}

#content.breed { 
 float: left;
 margin: 0px 14px 0px 14px; /* (top, right, bottom, left) */
 padding: 0px 0px 14px 0px; /* (top, right, bottom, left) */
 width: 655px;
 display: inline;
 position: relative;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
	border-bottom: 1px #0082CA dashed;
	line-height: 20px;
}

#content ul {
	padding-bottom: 18px;
}

#rightcolumn { 
 display: inline;
 position: relative;
 margin: 0px 52px 0px 14px; /* (top, right, bottom, left) */
 padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
 width: 222px;
 float: right;
}

#footer { 
 width: 976px;
 height: 128px;
 clear: both; 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-image: url(../images/footer.jpg);
 background-repeat: no-repeat;
 
}

.clear { clear: both; background: none; }