@charset "utf-8";
/* CSS Document */

body{
margin-left:auto;
margin-right:auto;
background-position:top center;
background-image:url(images/bodyBg2.jpg);
background-repeat:repeat-x;
text-align:center;
background-color:#140404;

}

p{
font-size:1em;
color:#ffffcc;
}

h1{
font-size:1em;
}

h2{
font-size:1em;
}

a{
font-size:1em;
color:#ffffcc;
}

#contentBg{
margin-left:auto;
margin-right:auto;
background-position:top center;
background-image:url(images/bodyBg.jpg);
background-repeat:no-repeat;

text-align:center;
width:1034;
height:775px;
}


#contentHolder{

margin-left:auto;
margin-right:auto;
width:778px;
height:468px;
position:relative;
top:100px;
}


#nav{
height:30px;
width:778px;


}

div.navButton{
height:30px;
width:135px;
background-image:url(images/button.gif);
float:right;
background-position:bottom;
background-repeat:no-repeat;
margin-top:1px;
margin-right:1px;


}



a.navButtonLink{
position:relative;
top:5px;
font-size:1.2em;
color:#500502;
text-decoration:none;
}

a.navButtonLink:active{

font-size:1.2em;
color:#500502;
text-decoration:none;
}

a.navButtonLink:hover{
font-size:1.2em;
color:#500502;
text-decoration:underline;
}
a.navButtonLink:visted{
font-size:1.2em;
color:#500502;
}



#content{
border:1px solid #ffffcc;
margin-left:auto;
margin-right:auto;
width:778px;
height:433px;
background-repeat:repeat-x;
background-color:#340403;
background-image:url(images/contentBg.jpg);
position:relative;
padding:0;

}


#contentLeft{
float:left;
position:relative;
width:533px;
height:433px;
}


#flascontent{

position:relative;
width:533px;
height:438px;
}


#contentRight{
float:right;
position:relative;
width:245px;
height:433px;
text-align:left;
}


#contentRightHeader{

height:60px;
padding-top:20px;
padding-left:5px;
}

#contentRightTextHolder{
background-image:url(images/contentRightBg.gif);
background-repeat:no-repeat;
position:relative;
left:10px;
width:222px;
height:330px;
padding-top:20px;

}


#contentRightText{
margin-left:10px;
margin-right:10px;


}

#contentRightText p{
font-size:.9em;

}
