/* container to hold everything together */

#container {

position:relative;
margin-left:auto;
margin-right:auto;

height:710px;
width:1024px;

background-image:url(../images/newbg.png);

}

/* banner which will hold the navigation buttons */

#banner {

position:absolute;
top:20px;
left:0px;

height:82px;
width:1024px;
background-image:url(../images/banner.png);
background-repeat:repeat-x;

}

#logo {

position:absolute;
top: 12px;
left:750px;

height:94px;
width:274px;

background-image:url(../images/logo1.png);

}


/* all content will be placed in here */


#contentarea {

position:absolute;
top:115px;
left:10px;

height:585px;
width:726px;

background-image:url(../images/contentbackgroundlarger.png);

}

/* advertising goes here */


#googleadsarea {

position:absolute;
top:115px;
left:746px;

height:585px;
width:266px;

background-image:url(../images/googleadslarger.png);

}


/* navigation buttons */

#homebutton {

position:absolute;
top:25px;
left:70px;

height:50px;
width:103px;

}

#historybutton {

position:absolute;
top:28px;
left:195px;

height:43px;
width:120px;

}

#photosbutton {

position:absolute;
top:28px;
left: 340px;

height:41px;
width:106px;

}

#ridesbutton {

position:absolute;
top:30px;
left: 470px;

height:36px;
width:98px;

}

#videosbutton {

position:absolute;

top:27px;
left: 600px;

height:36px;
width:98px;

}




/* the text which will be on the site */

#text {
	position:absolute;
	top:20px;
	left:30px;
	height:50px;
	width:644px;
}

/* google maps widget */

#map {
	position:absolute;
	top:240px;
	left:17px;
	height:300px;
	width:500px;

}

/* a little link to my own site */

#mysite {

position:relative;
margin-left:auto;
margin-right:auto;
top:715px;

height:20px;
width:auto;

}
