@charset "utf-8";
/* CSS Document */

body {
	background-color:#b71500;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.3em;
}

#container {
	width:980px;
}

.copyright {
	font-size:10px;
	color:#999;
}

#header {
	position:relative;
	display:block;
	height:123px;
	text-align:left;
	background-image:url('../images/golf-cart-top1.jpg');
	background-color:black;
	background-repeat:no-repeat;
	background-position:bottom right;
}

#big_daddy_title {
	position:absolute;
	top:15px;
	left:0px;
}

#golf_cart_title {
	position:absolute;
	bottom:25px;
	left:420px;
}

#golf_cart_top {
	position:absolute;
	bottom:0px;
	right:0px;
}

#golf_cart_bottom {
	position:absolute;
	top:-4px;
	right:0px;
}

#content {
	background-color:white;
	border:4px solid #b71500;
	min-height:500px;
	text-align:left;
	position:relative;
}

#left_column {
	padding:15px;
	display:block;
	width:550px;
}

#right_column {
	display:block;
	border-left:1px solid #eaeaea;
	margin-top:200px;
	min-height:200px;
	float:right;
	width:350px;
	padding:10px;
}

a.home, a.home_selected, a.gallery, a.gallery_selected, a.contact, a.contact_selected, a.store, a.store_selected {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	height:51px;
	color:white;
	background-repeat:no-repeat;
}

a.home {
	width:115px;
	background-image:url('../images/home_link.jpg');

}

a.home_selected {
	width:115px;
	background-image:url('../images/home_link_ro.jpg');
}

a.home:hover{
	background-image:url('../images/home_link_ro.jpg');
}

a.gallery {
	width:124px;
	background-image:url('../images/gallery.jpg');
}

a.gallery_selected {
	width:124px;
	background-image:url('../images/gallery_ro.jpg');
}

a.gallery:hover {
	background-image:url('../images/gallery_ro.jpg');
}

a.store {
	width:126px;
	background-image:url('../images/store.jpg');
}

a.store_selected{
	width:126px;
	background-image:url('../images/store_ro.jpg');
}

a.store:hover {
	background-image:url('../images/store_ro.jpg');
}

a.contact {
	width:124px;
	background-image:url('../images/contact.jpg');
}

a.contact_selected {
	width:124px;
	background-image:url('../images/contact_ro.jpg');
}

a.contact:hover {
	background-image:url('../images/contact_ro.jpg');
}

#gallery_nav {
	float:right; 
	width:150px; 
	margin:35px 40px 0px 0px;
}
