html
{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

input,textarea,select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}

p {margin-top:0.5em; margin-bottom:0.5em}
body {font-size:0.80em}
h1 {font-size:1.80em}
h2 {font-size:1.50em}
h3 {font-size:1.28em}
h4 {font-size:1.16em}
body, h1, h2, h3, h4, p, strong, ul, li {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif}

A:link {background: transparent; color:  #000066}
A:visited {background: transparent; color: #800080 }
A:active {background: transparent; color: #FF9933 }

strong
{
  font-weight: bold;
}

ul 
{
  margin:0;
  padding-left: 1.5em;
  line-height: 1.5em;
}

ul li {padding-left: .2em;}

#container
{
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}

#header
{
  margin-bottom: 3px;
  background: transparent url(../images/header.gif) repeat-x 0 0;
}

#header .logo
{
  float: left;
  padding-left: 3px;
  padding-top: 12px;
}

#header a:link
{
	background: transparent; 
	color:  #FFFFFF; 
	text-decoration: none;
}

#header a:visited
{
	background: transparent; 
	color: #FFFFFF; 
	text-decoration: none;
}

#header a:hover 
{
	background: transparent; 
	color: #FF9933;
}

#header .contact
{
  float: right;
  padding-top: 15px;
  padding-right: 10px;
  text-align = right;
  color: #FFFFFF;
}

#sub_header
{
  padding: 5px;
  padding-right: 0;
  background-color: #150E00;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

#sub_header a:link
{
	background: transparent; 
	color:  #FFFFFF; 
	text-decoration: none;
}

#sub_header a:visited
{
	background: transparent; 
	color: #FFFFFF; 
	text-decoration: none;
}

#sub_header a:hover 
{
	background: transparent; 
	color: #FF9933;
}

#contenido
{
	font-size: 1.0em;
	padding: 10px 5px 0 5px;
}

#contenido li
{
  list-style-type: square;
  margin-left: 15px;
}

#jaf
{
	text-align:center;
}

#footer
{
	width:100%;
	clear:both;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

.color-europalau {color:#006600}

.imagecontainer{
	float:left;
	clear:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 360px;
	height:288px; 
	text-align:center;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}