html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

html {
   scrollbar-base-color:#b04b40;
   scrollbar-track-color: #FFC0C0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

}
.clear {
	clear: both;
}

div#pageSetup{
width:752px;
margin:auto;
position: relative;
}

div#header
{
height: 100px;
padding-left:29px;
padding-right:20px;
background: #7C0000;
}

div#header_img{
height:66px;
padding-top:30px;
background: bottom left url(images/contact_h.jpg) no-repeat;
}

div#d_line{
position:relative;
padding-top:10px;
background: bottom left url(images/divider.gif) repeat-x;
}

div#menu{
height:27px;
background: #7C0000;
}

div#menu_top{
height:1px;
background: #7C0000 top left url(images/m_h_div.gif) repeat-x;
}

div#menu_bot{
padding-top:0;
height:1px;
background: #7C0000 top left url(images/m_h_div.gif) repeat-x;
}

body {
	
	background: url(images/grad_bkg.jpg) repeat-x;
}

#nav ul {
  list-style: none;
  padding-left:38px;
}

#nav li{
    display: inline;
    font-size: 0.9em;
    padding-right:28px;
}



#nav li a{

    font-family:garamond;
	font-weight:bold;
    text-decoration: none;
    color:#fff;
    line-height: 1.8em;
}

#nav li a:hover, #nav li a:active {
    color:#FFFF99;
}

div#all_contents{
padding-top:30px;
background: #7C0000;

}

div#text{
padding-top: 0;
padding-left: 20px;
}

#text p{
font-family: Helvetica, sans-serif;
font-size:0.8em;
font-style:italic;
color:#FFFFFF;
}

div#res_clips{
width:500px;
height:250px;
padding-left: 20px;

}

div#disp_win{
  position: absolute;
  top: 170px;
  right:10px;
  width:380px;
  height:200px;
  /*background-color:#000;*/
  background: url(images/cvr1.jpg) no-repeat;
}

div#addrs{
    margin-top: 100px;
    padding-left: 50px;
    height: 350px;
    background:  top url(images/contactImg.jpg) no-repeat;
}


/** footer **/

#footer {
  height: 40px;
  text-align: center;
  background: #7C0000 url(images/divider.gif) repeat-x;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font: 11px arial, sans-serif;
  color: #F4C389;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

