/* CSS Document */
*{
margin:0;
padding:0;
}

img{
border:none;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}



body{

margin:0;
padding:0;
background:#F4EDE3;
}

.clear{ clear:both;}
.logo{
width:443px;
height:96px;
float:left;
}
.nav{
background:url(../images/h1.jpg) no-repeat;
width:900px;
height:32px;
margin:0 auto;
padding:0;
}
h1{
font:normal 30px Verdana, Arial, Helvetica, sans-serif;
color:#454545;
float:left;
width:443px;
height:96px;
padding:0px 0 0 100px;
line-height:110px;
}	
#page{
width:1000px;
height:auto;
margin:0px auto 0px auto;
background: url(../images/body-bg.jpg) no-repeat;
}
.content{
width:1000px;
height:auto;
}
.content-left{
float:left;
width:440px;
height:330px;
padding:0 0 0 25px;
}
.content-right{
float:left;
width:470px;
height:330px;
}
.content-right-h2{
padding:30px 0 0 0;
}
.content-right p{
color:#C9C9C9;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
padding:3px 0 3px 0;
}
#footer{
width:1000px;
margin:0px auto 10px auto;
}

#footer p{
font:bold 12px Arial, Helvetica, sans-serif;
color:#2F2B2A;
line-height:17px;
padding:15px 5px 5px 10px;
text-align:center;
}