/* css cloud9trails default page style */
/* by Kelvin Owers - spittingcat.com */

body, html {
    background-color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 100%;
    color: white;
}

img {border: 0;}

.smalltext {font-size:0.8em;}
.tinytext {font-size:0.7em;}

a:link {
    color:#3399CC;
    background-color:#000000;
}

a:hover, a:visited {
    text-decoration: none;
    color:#000000;
    background-color:#3399CC;
    text-decoration: none;
}

#Table-top {
    background-color:#3399cc;
	position:absolute;
	left:0%;
	top:0%;
	width:100%;
	height:30px;
}

#Table-nav {
	position:absolute;
	left:60%;
	top:0%;
	width:0px;
	height:0px;
}
#Table-main {
	position:absolute;
    background-color:#000000;
	left:8px;
	top:40px;
	right:8px;
	bottom:0px;
/*  width and height to override fix in IE layout */
    width: auto;
	height: auto;

}

#main {
	position:absolute;
    color:#FFFFFF;
	left:10px;
	top:1px;
	right:10px;
	bottom:1px;
}

h1, h2 {
    font-family: 'arial black' , 'helvetica', 'arial', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 1.2em;
}
h2 {
    font-size: 1.1em;
}
