* {
   padding: 0;
   margin: 0;
   font-family: "Verdana", sans-serif;
   list-style-type: none;
}

html {
   height: 100%;
	 overflow: auto;
}

body {
   background: white;
   text-align: center;
	 height: 100%;
}

div#flashcontent {
   position: relative;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
}

div#replace {
   position: relative;
   text-align: left;
   width: 1010px;
   height: 635px;
   margin: 0 auto;
   background: url(images/SEO_background.jpg)
}

div#header {
}

div#header h1 {
   text-indent: -9999px;
}

div#menu {
   position: absolute;
   width: 225px;
   height: 533px;
   top: 83px;
   left: 22px;
   font-size: 12px;
   overflow: auto;
}

div#menu ul li {
   color: black;
   font-weight: bold;
}

div#menu ul li a:link, div#menu ul li a:visited {
   color: black;
   text-decoration: none;
}

div#menu ul li a:hover {
   text-decoration: underline;
}

div#menu ul li ul li {
   text-indent: 1em;
   font-weight: normal;
}

div#menu ul li ul li ul li {
   text-indent: 2em;
   font-weight: normal;
}

div#menu ul li ul li ul li ul li {
   text-indent: 3em;
   font-weight: normal;
}

div#contents {
   position: absolute;
   top: 88px;
   left: 265px;
   width: 727px;
   height: 530px;
   font-size: 13px;
   overflow: auto;
}

div#links {
   float: right;
   background: #eee;
   padding: 1em;
   margin: 1em;
}

div#links a:link, div#links a:visited {
   color: black;
   text-decoration: none;
}

div#links a:hover {
   text-decoration: underline;
}

div#footer {
   clear: both;
}