html, body {
background: #000000 url("images/bg.png");
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
line-height: 1.7em;
text-decoration: none;
color: #FFFFFF;
font-family: verdana, tahoma, sans-serif;
font-size: 12px;
}

a {
text-decoration: none;
color: #FFFFFF;
font-family: verdana, tahoma, sans-serif;
font-size: 12px;
}

a:visited {
text-decoration: none;
color: #FFFFFF;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}

#linkage {
color: white;
font-weight: bold;
}

#linkage:hover {
text-decoration: underline;
}

b {font-size: 110%;}

em {
font-size: 110%;
font-weight: bold;
}

#maincontainer {
width: 750px;
margin: 0 auto;
}

#topsection {
margin: 10px;
margin-top: 0px;
background: #000000;
width: 728px;
height: 200px;
background-image: url('images/top.jpg');
background-repeat: no-repeat;
}

#contentwrapper {
float: left;
width: 100%;
}

#contentcolumn {
margin-left: 306px;
background: #000000;
}

#leftcolumn {
float: left;
width: 306px;
margin-left: -750px;
background: #000000;
}

#footer {
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a {
color: #CECECE;
}

.lefttop {
font-size: 14px;
text-indent: 10px;
font-weight: bold;
background: #630922;
height: 50px;
background-image: url('images/top_left.png');
background-repeat: no-repeat;
}

.leftbottom {
font-size: 14px;
text-indent: 10px;
font-weight: bold;
background: #630922;
height: 40px;
background-image: url('images/bottom_left.png');
background-repeat: no-repeat;
}

.leftcontent {
margin: 10px;
margin-top: 0;
background: #630922;
}

.linner {
margin: 10px 10px 10px 10px;
margin-top: 0px;
background: #630922;
}

.righttop {
margin-top: 0px;
font-size: 14px;
text-indent: 10px;
font-weight: bold;
height: 50px;
background: #454B65;
background-image: url('images/top_right.png');
background-repeat: no-repeat;
}

.rightbottom {
margin-top: 0px;
font-size: 14px;
text-indent: 10px;
font-weight: bold;
height: 40px;
background: #454B65;
background-image: url('images/bottom_right.png');
background-repeat: no-repeat;
}

.rightcontent {
margin: 10px;
margin-top: 0;
background: #454B65;
}

.rinner {
margin: 10px 10px 10px 10px;
margin-top: 0px;
background: #454B65;
}

#player1 {
margin: 1.2em 0 1.2em 0;
border: 2px;
border-color: #000000;
border-style: solid;
}

#photo {
margin: 1.2em 0 1.2em 0;
border: 2px;
border-color: #000000;
border-style: solid;
}

#right-photo {
margin: 0 0 0 0;
border: 2px;
border-color: #000000;
border-style: solid;
}

//Guestbook Form Layout

div.row {
clear: both;
}

div.row span.label {
float: left;
width: 100px;
text-align: right;
}

div.row span.formw {
float: right;
width: 235px;
text-align: left;
}

//Span Text Left Most and Right Most in same DIV

span.left {
position: relative;
left: 0;
float: left;
}

span.right {
position: relative;
right: 0;
float: right;
}
