/*
By Gary Hides
----------------------------------------------------*/

@import url("text.css");
@import url("menus.css");

/* MAIN LAYOUT
----------------------------------------------------*/

body {
font-family: Tahoma,helvetica, arial,  Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#fff url(/templates/main/images/top-bg.jpg) no-repeat top center;
}
#container,#maininner,#links {
margin:0 auto;
width: 900px;
padding:0px 0px 10px 0px;
position:relative;
}
#top{
height:394px;
background:url(/templates/main/images/header-form.jpg) no-repeat;
}
#logo{
padding:0px 0 0 40px;
}
#main{
padding:25px 30px;
margin:0px 0 0 0;
background:url(/templates/main/images/content-top-bg.jpg) repeat-x 0 -40px;
}
#calls{
float:right;
width:220px;
}
#rightcol{
float:left;
width:520px;
}

