/* CSS Document */

/* GLOBALS */

body {
	font-family: Arial, sans-serif;
	font-weight:lighter;
  font-size: 11px;
  line-height: 16px;
  color: #888;

}

a,
a:focus,
a:hover {
  color: #5D1B31;
  text-decoration: none;
}

/* LAYOUT */


#page {
	width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

