﻿/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}

/************************************************
  Default rules
************************************************/

body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
	text-align: left;
	background-color: #ffffcb;
}

div#page
{
    position: relative;
    width: 950px;
    margin: auto;
    background-color: #ffffcb;
}

div#header
{
    position: absolute;
    background-color: #ffc059;
    top: 50px;
    left: 25px;
    width: 900px;
    height: 200px;
    color: White;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
}

div#monkey
{
    position: absolute;
    top: 25px;
    left: 50px;
    width: 180px;
    height: 181px;
    background-color: Transparent;
    background-image: url(monkeysmaller.gif);
}

div#title
{
    position: absolute;
    top: 62px;
    left: 175px;
    width: 600px;
    height: 125px;
    background-image: url(header4.gif);
}

div#outline
{
    position: absolute;
    top: 197px;
    left: 25px;
    width: 900px;
    background-color: #ffc059;
}

div#content
{
    position: relative;
    margin: 3px;
    background-color: #ffffff;
    padding: 10px;
}

div#menu
{
    position: relative;
    float: left;
    min-height: 400px;
}

div#photos
{
    position: relative;
    float: right;
    width: 79%;
}

div#antenna
{
    position: relative;
    float: right;
    height: 200px;
    width: 150px;
    margin-right: .3em;
    background-image: url(antennasmall.jpg);
}

div#hulas
{
    position: relative;
    float: right;
    height: 200px;
    width: 224px;
    margin-right: 1.7em;
    background-image: url(frozenhulassmall2.jpg);
}

div#puttingup
{
    position: relative;
    float: left;
    height: 200px;
    width: 267px;
    background-image: url(puttingupantennasmall.jpg);
}

div#text
{
    position: relative;
    float: left;
    width: 79%;
    background-color: #ffffff;
}

div#linktext a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
    
}

div#linktext a:hover
{
    color: #235d8e;
    background-color: #ffffff;
    text-decoration: underline;
}

div#text a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    text-decoration: underline;
    
}

div#text a:hover
{
    color: #235d8e;
    background-color: #ffffff;
    text-decoration: underline;
}

div#bottom
{
    clear: both;
}

ul.postnav,ul.postnav li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.postnav li
{
    width: 9em;
    font-size: 1.2em;
    margin: 5px;
    margin-right: 15px;
}

ul.postnav a
{
    display: block;
    width: 9em;
    padding: 5px 0;
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;;
    text-transform: uppercase;
    background: #ffff8b;
    color: #235d8e;
    text-decoration: none;
    text-align: center;
}

ul.postnav a:hover
{
    background: #235d8e;
    color:#ffff8b;
}

h3
{
    font-size: 1.6em;
    margin-bottom: .3em;
    color: #235d8e;
}

h4
{
    font-size: 1.2em;
    margin-bottom: .3em;
    color: #235d8e;
}

p
{
    margin-bottom: .8em;
}