﻿body 
{
    font-size: 16px;
	background-color: #000000;
}

img
{
    border: none;
}

input, textarea
{
    border: 1px solid #0072c0;
    float: right;
    width: 300px;
    padding: 0px;
}

td
{
	vertical-align: top;
}

input.button
{
    width: 50px;
    float: none;
}

p
{
    clear: both;
}

#Base
{
    border: 1px solid grey;
    padding: 0px;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    font-family: Arial;
    background-image: url('images/gradient_strip.png');
    background-repeat: repeat-x;
    background-color: #4caae4;
    color: #ffffff;
    position: relative;
}

#Header
{
    width: 100%;
    top: 0px;
    position: relative;    
    float: left;
    padding: 0px;
}

#Footer
{
    width: 100%;
    height: 109px;
    background-image: url(images/tiki_rocks/about_me_rocks.gif);
    background-repeat: no-repeat;
    clear: both;
}


#Navigation
{
    bottom: 32px;
    left: 0px;
    height: 30px;    
    position: absolute;    
    z-index: 10;
}

#Reflection
{
    bottom: 12px;
    left: 0px;
    height: 20px;
    position: absolute;    
    z-index: 5;
}

#Navigation ul, #Reflection ul
{
    margin: 0px;
    padding: 0px;
}

#Navigation ul li, #Reflection ul li
{
    font-size: 20px;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#Navigation ul li a, #Navigation ul li a:visited, #Navigation ul li a:active
{
    text-decoration: none;
    color: #ffffff;
}

#Navigation ul li a:hover
{
    text-decoration: none;
    color: #f56220;
}

#NavBackground
{
    bottom: 0px;
    left: 0px;
    height: 67px;    
    position: absolute;    
}

#Textbox
{
    width: 700px;
    margin: 0px 30px 0px auto;
    padding: 0px 20px 0px 20px;
    float: right;
    position: relative;
	background-color: #c6e9ff;
}

.TextBoxContent
{
	padding: 0px;
	margin: 0px;
}

#Textbox, .TextboxContent
{
    background-color: #c6e9ff;
    color: #000000;
    font-family: Arial;
}

#Textbox h1
{
    color: #0072c0;
    padding-top: 0px;
    margin-top: 0px;
	text-align: left;
}

#Textbox h3, .TextboxContent h3
{
	font-size: 18px;
}


#Textbox p, .TextboxContent p
{
	clear: left;
	margin-bottom: 0px;
}

.TextboxContent td
{
	vertical-align: middle;
	text-align: center;
	width: 100px;
	padding: 0px;
}

.thickbox img
{
	margin: 3px;
}

.thickbox:hover img
{
	border: 2px solid orange;
	margin: 1px;
}

#Textbox iframe
{
	border: none;
	background-color: #c6e9ff; 
	width: 100%;
	height: 400px;
}

#TextboxTop, #TextboxBottom
{
	background: none;
	margin: 0px 30px 0px auto;
	padding: 0px;
	height: 25px;
	width: 740px;
	float: right;
	position: relative;
}

#TextboxTop img.left, #TextboxBottom img.left
{
	border: none;
	float: left;
}

#TextboxTop img.right, #TextboxBottom img.right
{
	border: none;
	float: right;
}

#TextboxTop div.center, #TextboxBottom div.center
{
	margin: 0px auto 0px 0px;
	padding: 0px;
	background-color: #c6e9ff;
	width: 690px;
	height: 25px;
	float: left;
}

#Logo
{
    float: right;
    position: relative;
}

#Decoration
{
    position: absolute;
    float: left;
    bottom: 0px;
    left: 0px;
}

img.preload
{
    display: none;
}

.thickbox img
{
	margin: 3px;
}