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

div {
border: 0px red solid; 
}

body {
margin: 0;
padding: 0;
font-family:  "trebuchet ms", Verdana, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.6em;
background: url(bg-image.jpg) top repeat-x fixed;
}

img, a img {
padding: 0px;
margin: 0px;
border: 0 black solid;
border: none; 
}
a:active {
outline:none;
}
a:focus {
-moz-outline-style:none;
}

p {
margin: 0 0 .6em 0;
}

a {
color: inherit; 
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.3em;
font-weight: bold;
margin: 5px 0 6px 0; 
}

strong {
font-size: 1.1em;
font-weight: bold;
}

h1, h2, h3 {
font-weight: normal;
margin: 1.2em 0 .7em 0;
}



.clear {
clear: both;
}




/* !colours */

body {
background-color: #d4eeff;
}

h1, h2 {
color: #f06e23;
}

h3, .navigator a, strong {
color: #6aaee3;
}





/* !layout */

#container {
width: 900px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#head {
height: 127px;
padding-top: 0px; 
}

#main {
position: relative;
min-height: 400px;
height: auto !important;
height: 400px;
padding: 20px 50px;
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
background: repeat-x url(bg-shad.jpg) white;
}

#foot {
position: relative;
background: black url(base-col.gif);
min-height: 50px;
height: auto !important;
height: 50px;
clear: both;
color: white;
padding: 7px 50px;
}

#foot a {
color: white;
}


/* !main */

#textarea {
position: relative;
width: 630px;
float: left;
}

#textarea p {
margin-right: 190px
}

.navigator {
border: 1px #cccccc solid;
width: 142px;
padding: 10px 8px 100px;
background: no-repeat bottom center white url(bg-powered.jpg);
float: right;
color: #429b04;
font-weight: bold;
font-size: .9em;
line-height: 1.3em;
}

.navigator li {
list-style: none;
margin: 8px 0 0 5px;
}

#banners {
position: relative;
float: right;
}

#foot ul li {
float: left;
margin-left: 0;
padding-right: 10px;
margin-right: 10px;
list-style: none;
border-right: 1px solid white;
line-height: 1em;
margin-bottom: 7px;
}

#foot ul li:last-child {
border-right: 0px solid white;
padding-right: 0px;
}



