body {
margin: 0;
padding: 0;
color: #000000;
background-color:#a5add2;
background-image: url("../images/header_bg.jpg");
background-repeat:repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

h1,h2,h3,h4 {
margin:0;
padding:0;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
font-size:1.2em;
padding-top:20px;
}

h2 {
font-size:1em;
padding-top:20px;
}

ul {
padding:0;
margin:0;
}

p {
margin:0;
padding:0;
}

.img-rightcol {
padding-left:20px;
}

.img-leftcol {
padding-left:20px;
padding-top:10px;
}

#container {
position:relative;
width:800px;
background:transparent url("../images/body.jpg") repeat-y;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#header {
background:transparent url("../images/header.jpg") no-repeat;
width:800px;
height:100px;
text-align:right;
}

#navdiv ul {
list-style-type:none;
padding-right:20px;
padding-top:45px;
}

#navdiv ul li {
display:inline;
}

#navdiv ul li a {
font-size:.7em;
font-weight:bold;
color:#CC3333;
text-decoration:none;
}

#navdiv ul li a:hover {
color:#000000;
}



#flashbox {
padding-top:10px;
height:300px;
width:800px;
background:transparent url("../images/flash_bg.jpg") no-repeat;
margin-right:auto;
margin-left:auto;
}

#flashbox-content {
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/flash_bgimage.jpg") no-repeat;
}

#flashbox-about{
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/boltz_about.jpg") no-repeat;
}

#flashbox-domestic {
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/boltz_domestic.jpg") no-repeat;
}

#flashbox-commercial {
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/boltz_commercial.jpg") no-repeat;
}

#flashbox-events {
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/boltz_events.jpg") no-repeat;
}

#flashbox-contact{
height:280px;
width:780px;
margin-left:auto;
margin-right:auto;
background:transparent url("../images/boltz_contact.jpg") no-repeat;
}

#content-container {
width:780px;
background: transparent url("../images/contentouter_bg.jpg") repeat-y;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#content-container:after { /* makes the container wrap around the floated div */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#left-content {
float:left;
width:450px;
background:transparent;
padding:0;
margin:0;
height:auto;
}

#left-content h1,h2,h3,h4 {
padding-left:20px;
}

#left-content h2 {
padding-left: 20px;
}

#left-content p {
line-height: 18px;
padding-left:20px;
padding-right:20px;
font-size:.7em;
}

#left-content p.error {
color:#FF0000;
}

#left-content ul {
padding-top:10px;
padding-bottom: 20px;
padding-right:20px;
list-style-type:square;
font-weight:bold;
font-size: .7em;
padding-left: 35px;
color:#FF0000;
}

#left-content ul li {
line-height: 1.6em;
}

#left-content form {
padding-top:10px;
margin:0;
}

#left-content label {
width:100px;
display:block;
float:left;
text-align:right;
padding-right:2px;
}

#left-content input {
margin-bottom:5px;
border: 1px solid #cc0033;
}

#left-content textarea {
border: 1px solid #cc0033
}

#left-content p.submit {
padding-left:120px;
}

* html #left-content { margin-right: -3px; }

#right-content {
margin-left:450px;
background:transparent;
height:auto;
}

#right-content h1,h2,h3,h4 {
padding-left:30px;
}

#right-content ul {
padding-left:30px;
padding-top:20px;
padding-bottom:20px;
list-style-type:none;
color:#FF0000;
font-family: Arial,Helvetica,sans-serif;
font-weight:bold;
font-size: 1.2em;
}

#right-content ul li {
line-height:40px;
padding-left:45px;
height:40px;
background: url("../images/tick.gif") no-repeat;
}


* html #right-content { margin-left:0; height:1%; }

#footer {
clear:both;
background: transparent url("../images/footer.jpg") no-repeat;
height:80px;
width:800px;
}

#footer p {
line-height:80px;
font-size: .6em;
font-weight:bold;
}





