
/* Normalize
  ====================================================  */

body,
h1, h2, h3, h4, h5, h6,
p, div, span, ul, li,
a, a:link, a:visited,
blockquote, acronym,
input, select, textarea {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    height: auto;
}


/* Layout
  ====================================================  */

#conteiner {
  width: 800px;
  height: 430px;
  margin: 0 auto;
  clear: both;
  display: block;
}

#header {
  width: 600px;
  overflow: hidden;
  height: 140px;
  margin-top: 110px;
  margin-left:200px;

}

#side,
#main {
  float: left;
  display: inline;
  margin-top:50px;
}

#side {
  width: 300px;
  overflow: hidden;
  height: 300px;
  margin-left:200px;

}
#main {
  width: 180px;
   margin-left:50px;

}

.clear {
  clear: both;

}

/**/
/* Style
  ====================================================  */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #cccccc;
  background: #ffffff url(images/background_b.jpg) no-repeat top center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:48px;
	margin: 30px 0 0 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	color:#000000;
	margin: 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	margin: 0;
}

h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#969696;

}
h5 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#969696;
	margin: 6px 0 0 0;
}

a, a:link, a:visited {
  text-decoration: none;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color: #969696;
}

a:hover {
  color: #ed145b;
}
/**/

img {
  border: 0;
}

p, li {
  font-size: 11px;
}


/* Side
  ====================================================  */

#side ul {
  margin: 0;
  left: 0px;
  list-style: none;
}

#side li {
  padding: 2px 0 0px 0;
}

#side h3 {
text-align:center;
}

a.item {
  color: #b8b8b8;
  text-decoration:none;
  font-size:12px;
}
a:hover.item {
  color: #3bc4eb;
  text-decoration: line-through;
}




