/*//CSS Layout///*/

#container{width:900px; min-height: 1350px; margin-left:auto; margin-right:auto; padding: 0;}

/*//HEADER DIVS//*/
#header{width:900px; height: 125px;}
#header-left{width:410px; height: 125px; float:left;}
#header-right-top{width:490px; height:62px; float:left; background:url(images/turf-estimate.png) top right no-repeat; text-align: right; padding-top: 10px;}
#header-right-bottom{width:490px; height: 52px; float:left;} 

/*//NAVIGATION//*/
#navigation{width:900px; height:50px;}

/*//MARKETING//*/
#marketing-container{width:900px; height:275px;background-color:#000;}
#marketing-left{width:300px; height:275px;float:left;background:url(images/bullets-bg.png);}
#pics{width:600px; height:275px;float:left;}

/*//SUB MARKETING//*/
#sub-marketing{width:900px; height:168px;background-color:#FFF;}
#sub-left{width:280px; height:150px;float:left;background:url(images/landscape-bg.jpg) no-repeat;margin:10px;padding: 0px 0px 0px 0px;}
#sub-middle{width:280px; height:150px;float:left;background:url(images/putting-bg.jpg) no-repeat;margin:10px;position:relative;}
#sub-right{width:280px; height:150px;float:left;background:url(images/pets-bg.jpg) no-repeat;margin:10px;position:relative;}

/*//CONTENT//*/
#content-container{width:880px; height:640px; background-color:#FFF; padding: 10px;}
#side-bar-left{width:260px; height:630px;background-color:#dbdbdb; padding: 10px; float:left; margin:0px;}
#content{width:580px; background-color:#FFF; padding: 10px; float:left;}
#rounded{width:900px; height:23px; background:url(images/content-bottom.png) no-repeat;}

/*//FOOTER//*/
#footer{width:900px; height:110px;}
#footer-left{width:450px; height:50px;float:left;}
#footer-right{width:450px; height:50px;float:left;}
