
/* Revolution Index Stylesheet */

body {
background-color: #610B16;
margin-top: 10px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
color: #DBE1F9;
font-family: Georgia, Times, serif;
font-size: 1em;
}

p {
display: inline;
font-size: .7em;
line-height: 1.7em;
}
a:link {
color: #DBE1F9;
}
a:visited {
color: #DBE1F9;
}
a:hover {
color: #5C7EE2;
}
a:active {
color: #5C7EE2;
}

#navbar {
position: absolute;
height: 40px;
width: 600px;
top: 25px;
left: 75px;
background-color: #440005;
}
ul#list1 {
position: absolute;
top: 0;
left: 20px;
width: 600px;
height: 30px;
margin-top: 0;
margin-left: 0;
padding-top: 11px;
padding-left: 10px;
font-size: 1.0em;
}
#list1 li {
display: inline;
list-style-type: none;
}
#list1 a { 
padding: 0;
}
#list1 a:link, #list1 a:visited {
color: #DBE1F9;
background-color: #A52733;
text-decoration: none;
padding: 2px;
border-style: solid;
border-width: 1px;
border-color: #C53043;
}
#list1 a:hover {
color: #FFFFFF;
background-color: #C53043;
text-decoration: none;
border-style: solid;
border-width: 1px;
border-color: #C53043;
}

#content {
position: absolute;
height: 600px;
width: 600px;
top: 65px;
left: 75px;
background-color: #610B16;
}

#photo {
position: relative;
height: 600px;
width: 600px;
top: 0px;
left: 0px;
background-image: url(images/red_logo.jpg);
background-repeat: no-repeat;
}

