@charset "utf-8";
/* CSS Document */

body { color: #a0a0a0; background: #fff; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; line-height: 18px }

html,body{ margin:0;
    padding:0;
    height:400px;
    border:none }

iframe {
border: 0px solid #ffffff;
}

h2, h3, h4, h6, p, div, br, hr { display: block }

b, i, em, img, { display: inline }

div { margin: 0; padding: 0; border: none; }
div.logo { position: absolute; 
	top: -80px; 
	left: -20px; 
	z-index: 100; }
div.menu { 
	position: absolute; 
	top: 310px; 
	left: 14px; 
	width: 300px; 
	z-index: 999; }
div.content { position: absolute; 
	top: 74px; 
	left: 340px; 
	width: 100%; 
	height: 450px; }
div.footer {
	position: absolute;
	bottom: -370px;
	left: 274px;
	height: 38px;
}

p { text-align: left; }
p.menu { text-align: center; line-height: 30px; }
p.footer { font-size: 9px ; }

b { font-weight: bolder }  /* relative to the parent */
i { font-style: italic }

PRE { white-space: pre }

a:link { color: #cc0000; text-decoration: none }          /* unvisited link */
a:visited { color: #cc0000; text-decoration: none; }        /* visited links */
a:active { color: #cc0000; text-decoration: none; }        /* active links */
a:hover { color: #ff0000; text-decoration: none; }

a.menu:link { color: #a0a0a0; text-decoration: none }          /* unvisited link */
a.menu:visited { color: #a0a0a0; text-decoration: none; }        /* visited links */
a.menu:active { color: #a0a0a0; text-decoration: none; }        /* active links */
a.menu:hover { color: #eeeeee; text-decoration: none; }
