/* CSS Document */
html {
margin: 0;
padding: 0;
}

body {
background-color:#52884a;
background-image:url(../img/bg.jpg);
background-attachment:scroll;
background-position:top left;
background-repeat:no-repeat;
color:#000000;
margin: 0;
padding: 0;
}

#container {
position: relative;
background-image:url(img/bg_content.jpg);
width:800px;
height: 650px;
margin: 15 auto 30 auto;
padding: 0 0 8 0;
background-color: #600E10;
border: solid 1px;
}

#header {
width:800px;
height:150px;
margin: 0;
paddign: 0;
}

#main {
background-color: #000000;
}

#nav {
position: absolute;
top: 165px;
left: 0px;
width: 261px;
}

#left_flourish {
position: absolute;
top: 565px;
left: 0px;
width: 261px;
}

#main_content {
position: absolute;
top: 165px;
right: 0px;
background-color: #600E10;
width: 539px;
}

#flv {
padding: 0 0 0 0;
width: 360px;
height: 202px;
border: solid 1px #c7a900;
}

#footer {
position: absolute;
bottom: 0px;
left: 0px;
width: 800px;
}

#footer.img {
margin: 0px;
margin-top: -5px;
padding: 0px;
}

p {
padding: 10px;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size:14px;
color: #c7a900;
}

h1 {
text-align:center;
text-decoration:underline;
font-size: 24px;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
color:#DCB500;
}

h2 {
text-align:center;
font-size:19px;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
text-decoration: none;
color:#DCB500;
margin-bottom: 0px;
margin-top: 3px;
}

h3 {
text-align:center;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
text-decoration: none;
font-size:14px;
color: #DCB500;
}

p.small_text {
font-size: 10px;
color: #c7a900;
}

p#leftAddr {
font-size: 14px;
}

a:link {
color:#FFFFFF;
text-decoration: underline;
}

a:visited {
color:#FFFFFF;
text-decoration: underline;
}

a:hover {
color:#FFFFFF;

background-color: #52884A;
text-decoration: underline;

}



/* Misc. Styles */

.clear {
clear: both;
height: 1px;
overflow: hidden;
margin: 0;
}

/* end misc. styles */

