/*This is the main css sheet for my site*/


html{
height: 100%;
}

body {
background-image: url("../Images/Backgrounds/graystripes.gif");
background-color: #444444; 
color: #229900;
font-family: Arial, Verdana, "Book Antiqua", sans-serif;
font-size: 1em;
margin: 0;
padding-bottom: 80px;
height: 100%;
}

p {
font-size: 0.9em;
letter-spacing: 1px;
text-align: justify;
line-height: 1.7em;
}

h1 {
font-size: 1.2em;
text-align: center;
font-style: italic;
font-weight: bold;
letter-spacing: 3px;
color: #000000;
}
   
h2 {
font-size: 1.1em;
text-decoration: underline;
color: #000000;
}

#header {
width: 800px;
margin: auto;
}

#content {
position: relative;
width: 800px;
margin: 0 auto;
min-height: 100%;
}

#main-text {
background-color: #333333;
border: solid #000000 1px;
padding: 10px;
margin-right: 10px;
margin-top: 10px;
float: right;
width: 55%;
}


#navigation {
float: left;
width: 40%;
}

#navigation ul {
list-style-type: none;
padding: 0;
}

#caption {
background-color: #444444;
border: solid #000000 1px;
padding: 10px;
}

#footer {
clear: both;
font-size: 0.7em;
font-weight: bold;
text-align: center;
position: relative;
margin: 0px auto 0;
width: 100%;
}

#banner{
height: 188px;
background-image: url("../Images/Gyrusbanner_3d.png");
background-repeat: no-repeat;
background-position: center center;
}