* { padding: 0; margin: 0; }

html, body {
 height:100%;
 font-family: Arial, Helvetica, sans-serif;
 background: url(images/background.jpg);
 background-position:center;
 color:#FFFFFF;
 font-size: 13px;
}
a{
color:#990000;
font-weight:bold;

}

a:hover{

}

#logo{
width:151px;
height:467px;
position:relative;
top:-170px;
z-index:2;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{

height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
position:relative;
top:-90px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/

}

#button1{
width:63px;
height:12px;
font-weight:bold;
background:url(images/button.png);
background-repeat:no-repeat;
padding:10px;
float:right;
margin-right:5px;
}



#footer{
clear: left;
width: 100%;
background: #1e1e1e;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 40px;
}

#footerline{
width:100%;
height:55px;
background:url(images/bg_footer.png);
position:relative;
top:-20px;

}
#menuall{
	width:100%;
	height:86px;
	position:absolute;
	top:70px;
	left:0;
	background:url(images/barmenu.png);
	background-repeat:repeat-x;
	z-index:0;
	left: 1px;
}
#menu{
width:100%;
height:86px;
position:relative;
z-index:1;

background-repeat:repeat-x;
}

#facebook{
width:166px;
height:106px;
position:absolute;
right:0;
top:0;
}

#footercontent{
text-align:right;
width:60%;
height:100px;
float:right;
padding:10px;
margin-right:20px;
color:#FFFFFF;
}

#note{
width:236px;
height:267px;
position:relative;
top:-150px;

}

p{
 color:#FFFFFF;
 font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

h1{
color:#FFFFFF;
font-size:28px;
}




/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:326px;
	color:#FFFFFF;
	
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:38px;
	z-index:8;
	opacity:0.0;
	height: 327px;
	
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 301px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
