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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #e0d6aa;
	color: #3d3d45;
	text-align:center;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
#wrapper1 {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	}

#background {
	float:left;
	width:1000px;
	background:url(images/background_slice.jpg) repeat-y;
	}
	
#wrapper2 {
	font-size:101%;
	text-align:left;
	margin-left:23px;
	}
			
#container1 {
	float:left;
	width: 954px;
	}                  /* holds the header marble and logos */
	
#header {
	float:left;
	background:url(./images/header-marble2.jpg) repeat-x;
	width: 954px;
	}
	
#hotsylogo1 {
	float:left;
	background: url(./images/hotsylogo1.gif) no-repeat right top;
	width: 954px;
	}
	
#container2 {
	float:left;
	width: 954px;
	}					/* holds the main nav bar at the top */
		
#nav {
	background: url(./images/nav-background.gif) repeat-x;
	width: 954px;
	height:43px;
	margin:1px 0 0 0;	
	}
	
#navphone {
	background:url(./images/phone-number.gif) no-repeat right top;
	width: 954px;
	height:43px;
	}
	
#container3 {
	float:left;
	width: 954px;
	background:url(./images/side-nav-marble.jpg) repeat-y left top;
	}   /* holds the sidebar background and the sidebar and content divs */

	
	
#sidebar {
	float:left;
	margin: 22px 0 0 0;
	padding: 0 0 0 30px;
	width:270px;
	}
	
#sidebar p {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
#sidebar2 p {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
		
#sidebar h1 {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
#sidebar2 h1 {
	padding:0 47px 0 0;
	text-align:center;
	font-size:.65em;
	line-height:1.5em;
	}
	
	
#homecontent {
	float:left;
	width:560px;
	margin:22px 15px 22px 10px;
	height:700px; /* 850px with the gamajet button*/
	padding:15px 30px 15px 30px;
	background:#fefae8;
	color:#3d3d45;
	font-size:0.7em;
	border-top:solid 2px #857141;
	border-bottom:solid 2px #857141;
		}
		
#homecontent h1 {
	font-size:1em;
	}
	
#homecontent p {
	text-align: justify;
	}
	
#content {
	float:left;
	width:560px;
	min-height:510px;
	margin:22px 15px 22px 10px;
	padding:15px 30px 15px 30px;
	background:#fefae8;
	color:#3d3d45;
	font-size:0.7em;
	border-top:solid 2px #857141;
	border-bottom:solid 2px #857141;
		}

#content h1 {
	font-size:1em;
	}
	
#content p {
	text-align: justify;
	}
	
#content ul {
	margin-left:30px;
	}
	
#content a:link {
	color:#3d3d45;
	text-decoration:underline;
	}

#content a:visited {
	color:#3d3d45;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#3d3d45;
	text-decoration:underline;
	}	
	
#content a:active {
	color:#3d3d45;
	text-decoration:underline;
	}
		
.gamajetlogo {
	float:right;
	padding:10px 0 10px 0px;
	}
	
.imgleft {
	float:left;
	padding:0 10px 0 0;
	}
	
.imgright {
	float:right;
	padding:0 0 0 30px ;
	}

.mailer {
	float:left;
	padding:0 0 0 -20px ;
	}
	
	
	
#footer {
	float:left;
	background: url(./images/footerbackground.jpg) repeat-x;
	width: 1000px;
	height:87px;
	text-align:center;
	font-size:0.65em;
	color:#e0d6aa;
	line-height:1.5em;
	}
		
#footer a:link {
	color:#e0d6aa;
	text-decoration:none;
	}

#footer a:visited {
	color:#e0d6aa;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#99cc33;
	text-decoration:none;
	}	
	
#footer a:active {
	color:#99cc33;
	text-decoration:none;
	}

