* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:  url('images/header1.jpg') repeat-x;
	margin-left: 0px;
                margin-top: 105px;
	font-family: Palatino Linotype, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .5;
	color: #666666;
                "text-align:center"
}


h1 {
	font-size:1%;
	margin-bottom: 0px;
	color: #FFFFFF;
        text-align: center;
}

h2 {
        letter-spacing: 0.1em;
	font-size: 0.01em;
	margin-bottom: 0px;
	color: #FFFFFF;
        text-align: center;
}

#header {
	background: #FFFFFF;
	border-bottom: 100px solid #990000;
	margin-bottom: 100px;
        table
                
}

#content {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 0px #666666;
	background-color: #FFFFFF;
}
 a, a:visited {
        color: #999999;
        text-decoration: none;
}
      a:hover {
        color: #666666;
}

#footer {
	border-top: 1px solid #AAAAAA;
	margin-top: 50px;
}

#footer p {
	text-align: center;
	font-size: 0.6em;
}
