/* Basic tags */
body {
    margin: 0px ;
    background-color: white ;
    font-family: sans-serif 
}

#body {
    margin: 90px 230px 0px 10px ;
    padding: 0px ;
}


/* Anchors */
#content {
    width: 80%;
    text-align: justify;
    margin: 120px 64px 16px 16px ;
}

#content a {
    color: #000022 ;    
}

#content a:hover {
    color: #888800 ;    
}

#content a:visited {
	color: #888888;
}

/* Common page elements: Header, footer, etc. */


#guyumlogo {
	position: absolute ;
	top: 20px ;
	left: 0px ;
}

#header {
	position: absolute;

	top: 4px;
	left: 1%;
	right: 1%;
	width: 98%;
	height: 72px;

	background: url("images/header.png") no-repeat;
	background-color: #f1f1f1;
	border-bottom: 1px solid #888800;
	border-left: 1px solid #888800;
	border-right: 1px solid #888800;
	border-top: 1px solid #888800;
}  

img {
    border: none;
}

#navigation {
    position: absolute;
    top: 80px;
    left: 70px;

    text-align: left;
    vertical-align: middle;
    font-size: small;
}

#navigation a {
    color: #000022;
}

#navigation a:hover {
    color: #888800;
}

#giraffeee {
    position: absolute;
    top: 230px;
    left: 100px;

    text-align: left;
    vertical-align: middle;
}


#footer {
    text-align: center;
    font-size: small;
    clear: both;

    position: absolute;
    bottom: 0px;
    left: 40%;
    z-index:1;
    
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    color: #aaaaaa;
}

#footersflogo {
    text-align: right;
    font-size: small;
    clear: both;

    position: absolute;
    bottom: 0px;
    right: 1%;
    z-index:2;
    
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
}

#googlead {
    text-align: center;
    position: absolute;
    right: 1%;
    top: 80px;
}
