/* CSS Document */

body 

{ background-color:#B3B3B3;
background-image:url(images/bg_shadow.jpg);
background-position:top;
background-repeat:repeat-x;
margin-left: auto;
margin-right:auto;
margin-top: 168px;

}

p {
font-family: 'Trebuchet MS', Arial, Sans-Serif;
color:#333333;
font-size: 12px;
line-height: 18px;

}


blockquote {
font-family: 'Trebuchet MS', Arial, Sans-Serif;
font-weight:bold;
color:#D06F1A;
font-size: 12px;
line-height: 20px;

}


#MainDiv {
width: 1500px;
height:400px;
background-image: url(images/bg_silver.jpg);
background-repeat:no-repeat;
vertical-align:top;

}


#Top {
width: 1500px;
height: 100px;
padding: 0px;

}


#Nav {
float:left;
width: 600px
height: 100px;;
padding-left: 75px;
padding-top: 45px;
background-color: none;
}

#Contact {
width: 825px;
height: 100px;
padding-left:380px;
float: left;
}


#Bottom {
width: 1500px;
height: 300px;

}


#Feature {
float:left;
width: 500px;
height: 300px;
margin-left: 150px;
}

#Feature_Secondary {
float:left;
width: 1350px;
height: 300px;
margin-left: 100px;
}


#Talk {
width:850px;
height: 300px;
margin-top: 10px;
float:left;
}


.footer {
font-family: 'Trebuchet MS', Arial, Sans-Serif;
font-size:11px;
color:#FFFFFF;
padding-right:100px;
}