* {
  margin: 0;
  padding: 0;
}


body{
background-image: url("../img/background.jpg");
font-family: cambria, tahoma, arial, sans-serif;
font-size: 16px;
color: rgb(0,0,102);
font-weight: normal;
}

#header {
float: left;
width: 100%;
background-image: url("../img/lux.png");
text-align:center;
}

.page-width{
background:none repeat scroll 0 0 transparent;
margin: 0 auto;
text-align: center;
width: 980px;
}

#top-line {
color: white;
font-size: 16px;
height: 16px;
margin-top: 18px;
margin-bottom: 5px;
width: 980px;
text-align: right;
position: relative;
}
/*
#logo-line, #nav-line{
background-color: rgba(106, 43, 38, .7);
}
*/

#logo-line {
height: 105px;
width: 980px;
background: rgb(114, 59, 59);
background: rgba(114, 59, 59, .6);
filter: alpha(Opacity=60);
}

#nav-line{
color: white;
font-size: 18px;
height: 18px;
margin-top: 5px;
margin-bottom: 10px;
width: 980px;
text-align: left;
}

div#nav-line ul, div#nav-line li {
list-style-type: none;
display: block;
float: left;
clear: none;
}

div#nav-line li {
padding-left: 138px;
}

div#nav-line li:first-child {
padding-left: 5px;
}

#main{
width: 100%;
text-align:center;
float: none;
background-color: rgba(114, 59, 59, .6);

}


#visual, #visual_s{
float: left;
width: 480px;
height: 245px;
margin-right: 8px;
margin-top: 20px;
border: solid 1px #eaeae9;
background-color: white;
}

#visual_s{
height: 90px;
}

#bref, #bref_s{
float: left;
width: 480px;
height: 245px;
margin-left: 8px;
margin-top: 20px;
text-align: left;
}

#bref_s{
height: 90px;
}

#left-col, #right-col{
width: 231px;
background-color: white;
margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 16px;
float: right;
border: solid 1px #eaeae9;
text-align: left;
}

#cent-col {
width: 480px;
background-color: white;
margin: 16px;
padding-bottom: 16px;
float: right;
border: solid 1px #eaeae9;
text-align: left;
}

div#main ul {
padding: 0px 30px;
}

div#main li {
padding-top: 10px;
}

div#main li:first-child{
padding-top: 0px;
}

#map {
padding: 0px 10px;
}

h1, h2, h3, h4 {
font-family: cambria, tahoma, arial, sans-serif;
font-weight: normal;
color: rgb(90,30,25);
}

h1{
color: white;
font-size: 22px;
padding-top: 37px;
padding-left: 210px;
width: 350px;

}

h2{
font-size: 30px;
padding-top: 0px;
padding-left: 10px;
}

h3{
font-size: 25px;
padding-top: 10px;
padding-left: 10px;
}

h4{
font-size: 18px;
padding-top: 18px;
padding-left: 10px;
}

img {padding-top: 10px; border: none;}

#footer {
float: left;
width: 100%;
height: 45px;
background-image: url("../img/lux2.png");
background-position: bottom;
vertical-align: bottom;
color: white;
}

div#footer div#copy {
text-align: right;
}

p {
padding: 10px;
}

#bc {
position: absolute; left: 45px; top: 27px;
}

div#header a{color: white; text-decoration: none;}