BODY {
 border-width: 6px 0px 0px 0px;
 border-style: solid;
 border-color: #333;
 background: #000 url('images/bg.png') no-repeat;
 background-position:top center;
}

#main {
 width: 640px;     
 background-color: #fff;
 position: absolute;
 left: 50%;
 margin-left: -320px;  
}

#menu {
 width: 100%;
 height: 30px;
 background-color: #fff;
 border:0 2px 0 2px; 
}
#menu li {
 margin: 0; padding: 0; list-style: none;
 position: absolute; top: 0;
}
#menu li, #menu a {
 height: 30px; display: block;
 background: transparent url(buttons.png) no-repeat;
}

li#link1, #link1 a {left: 20px; width: 120px; background-position: 7px -2px;}
#link1 a:hover {background-position: 7px -41px;}
li#link2, #link2 a {left: 135px; width: 120px; background-position: -105px -2px;}
#link2 a:hover {background-position: -105px -41px;}
li#link3, #link3 a {left: 250px; width: 120px; background-position: -200px -2px;}
#link3 a:hover {background-position: -200px -41px;}
li#link4, #link4 a {left: 380px; width: 120px; background-position: -315px -2px;}
#link4 a:hover {background-position: -315px -41px;}
li#link5, #link5 a {left: 500px; width: 120px; background-position: -435px -2px;}
#link5 a:hover {background-position: -435px -41px;}


#menu_highlight {
 width: 100%;
 height: 19px;
 background-color: #fff;
 padding: 0;     
 position: relative;    
}

#logo {
 width: 100%;
 height: 334px;
 background: url(images/logo_noquote.jpg) no-repeat; 
}

#content {
 width: 634px;
 min-height: 236px;
 height:auto !important;
 height: 236px;
 background-color: #262626;
 position: relative;
 margin: 0 3px 0 3px;
 padding-bottom: 20px;
 padding-top: 20px;
}

#spacer {
 clear: both;
 width: 100%;
 height:60px;
 background-color: #fff;
}

#copy {
 clear: both;
 height:80px;
 background-color: #000;
 padding-top: 5px;
 position: relative;
 
}

p {
 color: #fff;
 font-family: georgia;
 font-size: 12px;
 line-height: 18px; 
 text-align: justify;
 margin-bottom: 10px;  
 letter-spacing: 1px;
}

p.heading {
 font-family: verdana;
 font-size: 16px;
 line-height: 18px;     
 font-weight: normal;
 margin-bottom: 8px;
 
 letter-spacing: 3px;  
}

p.page-heading {
 font-family: verdana;
 font-size: 18px;
 line-height: 18px;     
 font-weight: normal;
 margin-bottom: 8px;
 
 letter-spacing: 3px;  
}

p.image {
 color: #fff;
 font-family: georgia;
 font-style: italic;
 text-align: left;
 font-size: 12px;
 line-height: 18px;
 letter-spacing: 1px;
}

#copy p {
 color: #666666;
 font-family: helvetica, arial;
 font-size: 10px;
 line-height: 18px; 
 
 letter-spacing: 1px;
 position: absolute;
 bottom: 0;
 left: 90px;
}

#copy a {
 text-decoration: none;
 color: #666666;

}

div.text-holder {
 padding-top: 15px;
 width: 500px;
}
 
div.left {
 background: #262626;     
 padding-top: 35px;
 float: left;
 width: 250px;
 margin-left: 60px;
}

div.right {
 background: #262626;
 padding-top: 35px;
 float: right;
 width: 250px;
 margin-right: 60px;
}

div.contact-info {
 padding-top: 35px; 
}  

div.contact-info p {
 text-align: center;
 width: 450px; 
}

div.gallery {
 width: 620px;
}

#logo_start {
 width: 100%;
 height: 334px;
 background: url(images/logo_medium.jpg) no-repeat;
}

hr {  
 width: 100%;
 /*height: 1px;*/
 border-color: #ccc;
 border-style: double;
 border-width: 3px 0 0;
 clear: both;

 height: 0;
}

div.hr {
  height: 15px;
  background: #262626 url(images/lines.jpg) no-repeat scroll center;
  clear: both;
}
div.hr hr {
  display: none;
}

#content_gallery {
 width: 100%;
 height: 350px;
 background-color: #262626;
}

#content ul { list-style: none; }
#content ul li { display: inline; }
.light {

 margin-left: 5px;

}

img.framed {
 border-color: #ccc;
 border-style: solid;
 border-width: 1px;
}

