@import url(style_menu.css);

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333;
	text-align: center;
}

p, td, li {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

#wrapper {
  width: 700px;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 0px auto 0px auto;
}

#content {
  width: 700px;
  height: auto;
	min-height: 400px;
	text-align: left;
	vertical-align: top;
	clear: both;
}
