body {
	background: #fff;
	font: .8em Arial, Verdana, Sans-Serif;
	color: #494949;
}


a {	color: #218FCA;	background: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-weight: bold; margin: 0 0 .8em 0; }
h1, h2 { font-size: 1.6em; margin-bottom: .7em; padding: 0 0 .3em 0; }
h3 { font-size: 1.3em; margin: 1.2em 0 .5em 0; }
h4 { font-weight: bold; }

p { width: 100%; margin: 0 0 1.4em 0; }

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

ol { line-height: 1.6em; margin: 0 0 1.4em 0; padding-left: 35px; }

blockquote { margin: 1.4em auto; width: 80%; padding: 5px; border: 2px dashed #f0f0f0; background: #f9f9f9; }

#wrapper {
	width: 880px;
	margin: 0 auto;
}

.flags { 
	margin-top: 5px;
	border: 2px solid #f5f5f5;
}

#header {
	float: left;
	width: 100%;
	margin: 20px 0;
	/* background: url('images/header.gif') top left no-repeat; */
}

#header .logo {
  float: left;
  width: 200px;
  height: 60px;
  background: #fff url(images/muerto-logo.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px;

}

#header .logo a {
	text-indent: -9999pt;  
  width: 200px;
  height: 60px;
  display: block;
  outline: none;
}

#first {
	float: left;
	width: 880px;
}

#second {
	float: right;
	width: 880px;
}

#second img {
	padding: 1px;
	background: #fff;
	border: 3px solid #f9f9f9;
}

#head {
  float: left;
  width: 540px;
  height: 210px;
  padding: 30px 310px 30px 30px;
  background: #fff url(images/head.jpg) center left no-repeat;
  font-size: 2em;
}

.introbox {
  float: left;
  width: 250px;
  height: 260px;
  padding: 15px;
  background: #fff url(images/intro-box.jpg) top left no-repeat;
  margin-right: 20px;
  color: #808080;
  overflow: hidden;
}

.introbox h1 {
  color: #494949;
}

.introbox h1 a {
  color: #494949;
}

.more-info {
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.more-info a {
  margin: 0px auto;
  width: 210px;
  height: 38px;
  display: block;
  background: url(images/more-info.jpg) top center no-repeat;
  color: #000;
}

#footer {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #f0f0f0;
	color: #f0f0f0;
}

.imgleft { float: left; margin: 0px 10px 10px 0px; }
.imgright { float: right; margin: 0px 0px 10px 10px; }
.imgcenter { 	margin: 10px auto 10px auto; display: block; }


.box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.row {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

label {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
}
input.text {
	width: 96%;
	padding: 3px;
}

input.submit {}

table {
	width: 100%;
}

tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	padding:.3em 1em;
	text-align: left;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 480px;
	float: right;
}

#header ul li {
	width: 160px;
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#header ul li ul {
  float: left;
  width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li ul li {
	font-weight: normal;
	text-transform: none;
	list-style: none;
	list-style-image: none;
	margin: 3px 0 0 0;
	padding: 0;
}
	