html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #3F423B;
	font-family: verdana, sans-serif;
	font-size: 62.5%;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#holder {
	background: #fff;
	
	margin-top: 20px;
}
#menu {
	background: #fff  url("images/menu.jpg") no-repeat;
	height: 45px;
	font-weight: bold;
}
#menu p {
	margin-left: 40px;
	padding-top: 11px;
}
#menu a:link, #menu a:visited {
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
	margin-right: 20px;
}
#menu a:hover {
	text-decoration: underline;
}
#main {
	background: #fff;
	margin-left: 20px;
	margin-top: 3px;
	width: 762px;
}
#main p{
  padding: 0 15px 5px 17px;
  font-family: verdana,sans-serif;
font-size: 11px;
letter-spacing: 0pt;
word-spacing: 2pt;
line-height: 1.4;
  color: #333;
}
#main h1{
  padding: 10px 10px 3px 17px;  
  font-size: 1.3em;
   color: #D77F28;
}
#main img{
  float: right;
  margin: 15px 0px 10px 15px;
	padding: 7px 13px 13px  7px;
	display: inline;
	background: url("images/shadow-1000x1000.gif") no-repeat right bottom;
}

#main a:link, #main a:visited {
   color: #D77F28;
	text-decoration: none;
	font-weight: bold;
	
}
#main a:hover {
	text-decoration: underline;
}

#footer {
	background: #fff  url("images/footer.jpg") no-repeat;
	color: #fff;
	height: 80px;
	margin-top: 3px;
	line-height: 14px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	float: left;
	padding-left: 40px;
	padding-top: 24px;
}
.right {
	float: right;
	padding-right: 40px;
	padding-top: 24px;
	text-align: right;
}

