@charset "utf-8";
/* CSS Document */

body{
background:url(../Images/bg.jpg) #DADADA 0 0 repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#wrapper{
width:965px;
margin-left:auto;
margin-right:auto;


}

#header{
width:965px;
background-color:#6d6d6d;

}

#nav{
width:965px;
}

#menu
{
background:url(../Images/nav-bg.jpg) 0 0 no-repeat;
height:50px;
width:590px;
float:right;
padding-top:10px;
}

#menu a{
font-size:14px;
padding:0px 15px;
text-decoration:none;
}

#menu a:hover{
font-size:14px;
padding:0px 15px 0px 15px;
text-decoration:underline;
}

#section-home #menu-home, #section-about  #menu-about, #section-companies  #menu-companies,
#section-payments  #menu-payments, #section-quote  #menu-quote, #section-blog #menu-blog, #section-contact  #menu-contact,
.menu a:active{
background:url(../images/menu-hover.jpg) 0 0 repeat;
	font-size:14px;
padding:0px 15px 0px 15px;
text-decoration:underline;
	}

#content{
background:url(../Images/content-bg.jpg) #d6d6d6 0 0 repeat-y;
width:965px;

}

#footer{
width:965px;
background:url(../Images/footer-bg.png) 0 0 no-repeat;
height:131px;
margin-right:5px;
text-align:center;
padding-top:25px;
background-color:none;
}

a{
color:#663333;
text-decoration:none;
}

a:hover{
color:#663333;
text-decoration:underline;
}

#leftcol{
width:330px;
float:left;
padding-left:35px;
}

#main{
width:565px;
float:right;
margin-left:10px;
margin-right:25px;
margin-top:-40px;

}

h3{
color:#660000;
}

.blog-top{
position:relative;
top:-10px;
}