/*This is the core style sheet for the tutorial.*/

body {
background-color: #dedede;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/page-bg.gif);
margin: 0em; }

li {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
color: #666666; line-height: 1.7em; }

#outer-image {
height: 230px;
background-image: url(images/row9venue_pale.jpg);
background-position: center top; }

#inner-image {
height: 200px;
background-image: url(images/row9venue1.jpg);
background-position: center top; }

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em; }

p.footer {
font-size: 0.5em;
font-weight: bold; }
a:link {
color: #8e1a97;
background-color: #cfd8e0;
text-decoration: none; } 

a:visited {
background-color: #cfd8e0;
color: #666666;
text-decoration: none; }

#header {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-left: 75px;
padding-right: 75px;
padding-top: 5px;
padding-bottom: 5px; }

#header p, #header h1 {
text-align: center; line-height: 1em; }

#main-content {
background-color: #ffffff;
border: 1px #000000 solid;
margin-left: 180px;
margin-right: 180px;
margin-top: 0px;
padding: 10px; }

#navbar {
background-color: #ffffff;
position: absolute;
top: 330px;
left: 0px;
width: 180px;
border-top: 1px #000000 solid;
text-align: center;
font-weight: bold; }

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none; }

#navbar a:hover {
background-color: #dedede; }

#rightbar {
position: absolute;
top: 300px;
right: 0px;
width: 180px;
border-top: 1px #000000 solid;
text-align: center;
font-weight: bold;
color: #666666; }

a:hover {
background-color: #9baebf;
color: #ffffff; }

a:active {
background-color: #67849e; }
h1 {
font-size: 1.2em;
text-align: justify;
font-style: italic;
letter-spacing: 5px; }

h2 {
font-size: 1.1em;
text-decoration: underline; }


