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

body {
	margin:0px;
	padding:0px;
	background-color:#8B7D6B;
	color:#8A360F;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
	
img {
	border:0px;
	}

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bolder;
	color:#EE6363;
	}

h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bolder;
	color:#EE6363;
	}

a {
	color:#8A360F;
	text-decoration:none;
	
	}


#middleSection {
	height:479px;
	width:1600px;
	position:absolute;
	top:145px;
	right:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
	}

#bottomSection {
	position:absolute;
	top:621px;
	right:0px;
	height:180px;
	width:1600px;
	background-color:#EED5B7;
	background-position:bottom right;
	background-image:url(images/cactus.gif);
	background-repeat:no-repeat;
	}

#sandDollar {
	position:absolute;
	right:900px;
	bottom:20px;
	height:185px;
	width:200px;
	background-image:url(images/sandollar.gif);
	background-repeat:no-repeat;
	}


#mainContent {
	width:475px;
	height:600px;
	margin:0 auto;
	position:relative;
	top:25px;
	left:-150px;
	border-color:#FFEFDB;
	border-width:5px;
	border-style:solid;
	background-color:#FFFFFF;
	}

#mainBody {
	height:570px;
	padding-left:30px;
	padding-right:40px;
	overflow: -moz-scrollbars-vertical !important;
	overflow-y:scroll;
	}

#mainBody img {
	border:5px;
	border-style:solid;
	border-color:#CD2626;
	}
	
#menuMain {
	width:760px;
	height:115px;
	margin:0 auto;
	line-height:0px;
	}

#menuTopBg {
	width:760px;
	height:69px;
	background-image:url(images/menu/main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	}

#menuOptions {
	width:760px;
	height:44px;
	position:relative !important;
	position:static;
	top:-12px;
	float:left;
	padding:0px;
	margin:0 auto;
	margin-top:0px;
	line-height:0px;
	}

#menuLeft {
	width:40px;
	height:44px;
	background-image:url(images/menu/left-corner.jpg);
	background-position:top right;
	float:left;
	margin-left:26px !important;
	margin-left:13px;
	
	}

#menuRight {
	width:55px;
	height:44px;
	position:static;
	background-image:url(images/menu/right-corner.jpg);
	background-position:top right;
	float:left;
	margin:0px;
	padding:0px;
	}

#pictureContainer {
	width:500px;
	height:366px;
	background-image:url(images/polaroids1.gif);
	position:absolute;
	top:120px;
	right:60px;
	
	}
