#wrap { 
  width: 1000px; 
  margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}
* {margin:0;padding:0;}
html {overflow-y: scroll;}
body {
  background: #ffffff;
  font: 12px/16px Georgia, Serif;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 22px;
  font-family: Verdana,Sans-serif;
}
h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter {
  text-transform: uppercase;
}
p,ul,ol,dl {
  font-size: 12px;
}
li, dt, dd {
  margin-bottom: 0;
}
a:active,a {
  outline:none; /* remove stupid border in anchors FF */
}
a:visited {
  color: blue;
  text-decoration: line-through;
}
a:hover, a:focus {
  text-decoration: underline;
}
a {
  text-decoration: none;
}


#grey {
  background: #ccc;
}

#white{
	background: #fff;
}
