@charset "UTF-8";
/* CSS Document */

html, body { margin: 0px; padding:0px; background-color: #120a06; text-align: center; color:#fff; background-image:url(images/mainbg.jpg); background-position: 50% 0; background-repeat:no-repeat }
p { font:16px "Times New Roman", Times, serif;  color:#fff; }
h1 { font:28px "Times New Roman", Times, serif;  color:#ba9b5c; }

#myContent { width:100%; height:990px; }
#myHeader { height:148px; width:924px; margin:0 auto;}
#logo { height:148px; width:252px; float:left; margin: 0px 20px 0px 0px}
.nav { float: left; margin: 80px 0px 0px 45px; font:12px "Times New Roman", Times, serif; text-transform:uppercase }
#textContent { margin:0 auto;width:524px; padding-top:100px; text-align:left; }


#myText { height:570px; width:924px; background-image:url(images/textbg.jpg); margin:0 auto;}


.largefont { font-size: 16px; font-weight:bold; font-family: helvetica, arial, sans-serif; }


a:link { color: #FFF; text-decoration:none }
a:visited { color: #FFF; text-decoration:none }
a:hover { color: #ba9b5c; text-decoration:underline}
a:active { color: #ba9b5c; text-decoration:underline}
object { display:block; }
