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

body{
background-color:#ed1c24;
margin:0;
padding:0;
}


.clear{clear:both;}

div#MainWebcontainer{
position:relative;
margin:0 auto;
width:100%;
min-height:600px;
background-color: #ed1c24;
overflow:visible;
}

div#navbar{
position:relative;
margin:0 auto;
width:717px;
height:49px;
background-image:url(../images/navbg.png);
background-repeat:no-repeat;
text-align:center;
font-weight:bolder;
color:#FFFFFF;
font-size:20px;
padding-top:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

div#navbar a{
font-weight:bolder;
color:#FFFFFF;
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

div#navbar a:hover{
font-weight:bolder;
color: #FFFF66;
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

div#footer{
position:relative;
bottom:0px;
clear:both;
margin:0 auto;
text-align:center;
border-top:1px solid black;
padding-top:5px;
}

div#LHflame{
position: fixed;
width:104px;
height:1020px;
top:0px;
left:-33px;
background-image:url(../images/LHflame.jpg);
background-repeat:repeat-y;
}

div#RHflame{
position: fixed;
width:104px;
height:1020px;
top:0px;
right:-30px;
background-image:url(../images/RHflame.jpg);
background-repeat:repeat-y;
}

div#Logo{
position:relative;
width:272px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
border:2px solid black;
}

.galmenu{
width:auto;
position:relative;
float:left;
margin:10px;
text-align:center;
}

div#gallerybox{
width:80%;
margin:0 auto;

}

.bigimg{
width:auto;
margin:0 auto;
}