html,body
{
	margin: 0;
	padding:0px;
	text-align: center;
    font-family: Verdana, Arial;
    font-size: 10px;
    background: #004671 url('../components/background.jpg') repeat-x;
}

body{
    margin: 0px;
    padding: 0px;
}

DIV
{
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0;
	text-align: left;
}

body, table, TD, SPAN, DIV{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #333333;
    margin: 0;
    padding:0px;
}

.background{
    position: relative;
    width: 840px;
    margin: 0 auto 0 auto;
    /*background: url('../components/header_top.jpg') no-repeat;
    background-position: 250px top;       */
}

#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    left: 0px;
    z-index: 2;
    background: url('../components/header_top_3.jpg') no-repeat;
    background-position: center top;
}

#content_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: transparent;
    text-align: center;
}

.header{
    position: relative;
    /*top: 0px;
    left: 191px; */
    /*margin: 0 0 0 191px;*/
    z-index: 0;
    width: 880px;
    height: 304px;
    background: url('../components/header_2.jpg') no-repeat;
}

.container{
    position: relative;
    /*top: 303px;
    left: 216px;*/
    margin: 0 0 0 25px;
    width: 830px;
}

.container_bg{
   position: relative;
   width: 820px;
   min-height: 290px;
   background: url('../components/content_bg.jpg') repeat-y;
}

.menu{
    position: relative;
    float: left;
    width: 160px;
    min-height: 200px;
    margin: -80px 0 0 0;
    padding: 0 25px 10px 25px;
}

.menu_content{
    /*background-color: #242424;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
    position: relative;*/
    width: 143px;
    *width: 140px;
    width: 140px;

}

.menuItem{
    color: #5e0000;
    font-family: Arial, Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    width: 140px;
    /*border-bottom: solid 1px #5e0000;*/
    text-decoration:none;
    display: table;
    background: url('../components/menu_bg.png');
    cursor: pointer;
}

.menuItem:hover{
   background: url('../components/menu_bg_hover.png');
}

.menuItemHover{
   color: #5e0000;
    font-family: Arial, Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    width: 140px;
    /*border-bottom: solid 1px #5e0000;*/
    text-decoration:none;
    display: table;
    cursor: pointer;
    background: url('../components/menu_bg_hover.png');
}  

.menuItem div.linkinner
{
    color: #5e0000;
}

.linkinner
{
    padding: 6px 0 6px 12px;
} 

.menuSubItem{
    color: #333333;
    font-family: Arial, Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    width: 140px;
    /*border-bottom: solid 1px #5e0000;*/
    text-decoration:none;
    display: table;
    background: url('../components/menu_bg_hover.png');
    cursor: pointer;
}

.sublinkinner
{
    padding: 3px 0 3px 12px;
} 

.menuSubItem:hover{
    color: #5e0000;
    background: url('../components/menu_bg.png');
}


.menu_sub{
    color: #333333;
    font-family: Arial;
    font-size: 9px;
    display:inline;
    text-decoration: none;
}

#clubvan10{
    /*margin-top: 40px;*/
    padding: 6px 2px 2px 2px;
    height: 85px;
    width: 128px;
    /*border-bottom: solid 1px #5e0000;*/
    text-decoration:none;
    display: table;
    background: url('../components/menu_bg.png');
    cursor: pointer;
}
#clubvan10txt
{
   color: #5e0000;
   font-family: Arial, Trebuchet MS;
   font-size: 17px;
   text-align: center;
   margin-bottom: 5px;
}

#slidesponsors
{
    background-color: #FFFFFF;
    height: 95px;
    width:138px;
    margin:0;
}

.content{
    float: right;
    padding-top: 24px;
    margin-right: 40px;
    /*width: 390px;*/
    width: 570px;
    overflow: hidden;
}

.rssfeed{
    position: relative;
    float: right;
    width: 220px;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

#rsscontainer
{
    width:180px;
}

.rssmaintitle{
    font-family: Arial, Trebuchet MS, Verdana;
    color: #5e0000;
    font-size: 16px;
    font-weight: bold;
}

.footer{
   position: relative;
   width: 800px;
   height: 133px;
   background: url('../components/footer.jpg') no-repeat;
   margin: 0 0 55px 0;
}

.footer_rood{
    position: relative;
    /*left: 0px;
    bottom: 0px; */
    background-color: #a20d12;
    width: 100%;
    height: 70px;
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
}

.footer_rood a{
    color: #FFFFFF;
    text-decoration: none;
}













#splash
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    -moz-opacity:0.95;
    opacity: .95;
    filter: alpha(opacity=95);
    background-color: #FFFFFF;
    z-index:2000;
    text-align: center;
}
#splashscreen
{
    background-image:url(../components/splashbg.jpg);
    background-repeat: no-repeat;
    width:627px;
    height:380px;
    padding-top:170px;
    font-family:arial,verdana;
    font-size:13px;
}
#splashscreen H1 { font-size: 18px;margin-bottom:-15px;color:#75411D; }

#check{
    text-align: center;
}

.check:link, .check:visited
{
    width:40px;
    height:40px;
    white-space:nowrap;
    background-color: #75411D;
    color: #FFFFFF;
    font-size: 32px;
    font-weight:bold;
    font-family: georgia,times,roman;
    text-decoration:none;
    padding:5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px #FFFFFF;
}

.check:hover
{
    background-color: #FFFFFF;
    color:  #75411D;
    border: solid 1px #E28E1C;
}

#no { margin-right: 120px; }

#deny
{
    margin-left: 60px;
}

.splashlink,.splashlink:link,.splashlink:visited
{
    border:solid 1px #FFFFFF;
}
.splashlink:hover
{
    border:solid 1px #FF9900;
}

.splashlink2,.splashlink2:link,.splashlink2:visited
{
    text-decoration:none;
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    color:#0D69AB;
}
.splashlink2:hover
{
    color:#FF9900;
    text-decoration:underline;
}


