a.clear{clear:both;}
*{font-family:verdana;}
html,body{
    margin:0;
    padding:0;
    text-align:center;
    background:#1b1b1b url("../images/shadow.png") repeat-y center;
}
body{
    width:898px;
    margin:0 auto;
    text-align:left;
    font-size:13px;
    color:#fff;
    background:#000;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
}

a:link, a:visited{color:#bdb9b9; text-decoration:none;}
a:hover{color:#bdb9b9;text-decoration:none;}
a:active{color:white;text-decoration:underline;}

h1{color: #B9AE7A;font-size: 20 px;}
h2 {font-size: 19px; color:#464646;}
h3 {font-size: 24px; color:#3f3f3f;}
h4 {font-size: 18px; color:#464646}
h5 {font-size: 14px;}

/******************\
*    Navigation    *
\******************/

#Navigation{
    margin:0;
    padding:0;
    background:url("../images/nav_bg.png") center center;
    height:44px;
    position:relative;
    border-bottom: 1px solid #351e35;
}

#Navigation li{
    list-style-type:none;
    float:left;
    margin:0 1px 0 -1px;
    padding:0;
    text-align:center;
    position:relative;
}

#Navigation li:first-child{
    background:none !important;
}

#Navigation li a{
    color:#FFF;
    text-decoration:none;
    font-family:arial, sans-serif;
    font-size:12px;
    display:block;
    height:44px;
    line-height:44px;
    width:110px;
}


#Header{
    background:url("../images/header_image.png") ;
    height:305px;
    position:relative;
    margin:0;
    padding:0;
    color:#fff;
}


#Header2{
    background:url("../images/header_image.png") ;
    height:150px;
    position:relative;
    margin:0;
    padding:0;
    color:#fff;
}

#JahnFab{
    left:415px;
    top:160px;
    width:460px;
    position:absolute;
    color:#dfdfdf;
}

#More{
    left:800px;
    top:310px;
    width:70px;
    position:absolute;
    font-size:13px;
    color:#fff;

}

#PhotoGallery{
    background:#e0e0e0 url("../images/photo_gradient.png") repeat-x bottom center;
    margin:0;
    padding-bottom:10;
    padding-left:45px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

#Services{
    background:#e0e0e0 url("../images/photo_gradient.png") repeat-x bottom center;
    margin:0;
    padding-bottom:10;
    padding-left:10px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color:#464646;
  	font-size:15px;
}

.section li{
    margin-bottom: 5px;
}
.section-two table{
    border-collapse:collapse; 
    width:100%;
}

.section-two a:active{
    color:#F4F0DC;
    text-decoration:underline;
}

.section-two .left-side
{
    text-align: left;
    padding: 15px 10px 5px 10px;
    vertical-align: top;
}
.section-two .right-side{
    width:500px;
    vertical-align:top;
    padding: 10px;
    font-size:13px;
}

#Footer{
    color:#2f2f2f;
    font-size:10px;
    height:75px;
    margin:0;
    padding-bottom:0;
    padding-top:45px;
}

