* {
  margin: 0;
  padding: 0;

  font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #f30;
}

a:hover {
  color: #f90;
}

#headblock{
	position: absolute;
	top: 20px;
	left: 20px;
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
	
}
#headblock h1{
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -1px;
}
#main {
  position: absolute;
  top: 70px;
  left: 280px;
  width: 600px;
}

#main h1 {
  padding-top:10px;
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: -1px;
	color: #363838;
	text-transform:uppercase;
}
#main h2 {
	padding-top:5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: -1px;
}

#main p {
  margin: 20px 0;
 	visibility:hidden; 
  font-size: 15px;
  
  line-height: 20px;
}

#main ul {
  margin: 20px;
}

#main li {
  list-style-type: square;

  font-size: 15px;
  
  line-height: 20px;
}

#sidebar {
  position: absolute;

  top: 70px;
  left: 20px;
  width: 200px;

  padding: 20px 20px 0 0;

  border-right: 1px solid #ccc;

  text-align: right;
}

#sidebar h2 {
  text-transform: uppercase;

  font-size: 13px;

  color: #333;

  letter-spacing: 1px;

  line-height: 20px;
}

#sidebar ul {
  list-style-type: none;

  margin: 20px 0;
}

#sidebar li {
  font-size: 14px;

  line-height: 20px;
}

