/*SETTINGS START HERE*/

	
	body {
		font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
		font-size:12px;
		background-image:url(../images/menbg.jpg);
		background-repeat:no-repeat;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #ffffff;
		background-color:#000000;
		}
	
		a:visited {
			color:#ffffff;
			text-decoration:none;
			border:0px;
			}
	
		a:link {
			color:#ffffff;
			text-decoration:none;
			border:0px;

			}
	
		a:hover {
			color:#6c6a6a;
			text-decoration:none;
			border:0px;
			}

/*TEXT START HERE*/

		.title {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:16px;
			color:#ffffff;
			}
			
/*TEXT END HERE*/



/*SETTINGS END HERE*/

/*CONTAINER STARTS HERE*/
			
		.container #menbox {
			background-image:url(../images/menbg.png);
			background-repeat:no-repeat;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			border:none;
			text-align: left; /* this overrides the text-align: center on the body element. */
			height:775px;
			width:975px;
			}
			
				#topnav1 {
					height:15px;
					width:450px;
					font-size:11px;
					word-spacing:5px;
					margin-left:100px;
					margin-top:17px;
					padding-top:40px;
					position:absolute;
					text-align:left;
					}
	
					#topnav2 {
					height:15px;
					width:450px;
					font-size:11px;
					word-spacing:5px;
					margin-left:435px;
					margin-top:17px;
					padding-top:40px;
					position:absolute;
					text-align: right;
					}



/*CONTENT STARTS HERE*/

	
	.container #content {
				padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
				width:850px;
				height:560px;
				background-image:;
				background-repeat:no-repeat;
				margin-left:30px;
				margin-top:91px;
				position:absolute;
				}

										.container #content a:visited {
											color:#000000;
											text-decoration:none;
											border:0px;
											}
	
										.container #content a:link {
											color:#000000;
											text-decoration:none;
											border:0px;
											}
	
										.container #content a:hover {
											color:#ffffff;
											text-decoration:none;
											border:0px;
											}

			#groupheader {
					height:135px;
					width:875px;
					margin-top:10px;
					padding:0;
					color:#ff0000;
					border:0px solid #ffffff;	
					}

			#group1 {
					width:325px;
					height:400px;
					margin-left:0px;
					margin-top:10px;
					padding:0 0 0 0px;
					border:0px solid #ffffff;	
					font-size:12px;
					color:#A0A0A0;
					position:absolute;
					}
					
							.container #content #group1 a:visited {
								color:#ffffff;
								text-decoration:none;
								}
	
							.container #content #group1 a:link {
								color:#ffffff;
								text-decoration:none;
								}
	
							.container #content #group1 a:hover {
								color:#0000ff;
								text-decoration:none;
								}					
		
			#group2 {
					width:325px;
					height:400px;
					margin-left:335px;
					margin-top:10px;
					padding:0 0px 0 0;
					border:0px solid #ffffff;	
					font-size:12px;
					color:#A0A0A0;
					position:absolute;
					}

			#banner1 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:10px;
					position:absolute;
					}
					
			#banner2 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:110px;
					position:absolute;
					}

			#banner3 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:210px;
					position:absolute;
					}
					
			#banner4 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:310px;
					position:absolute;
					}


/*CONTENT ENDS HERE*/

						#scrollpix {
							margin-left:45px;
							height:102px;
							width:890px;
							margin-top:725px;
							position:absolute;
							border:none;
							}
			
	
										#scrollpix img{
											border:1px solid black;
											float:left;
											margin-top:0px;
											padding-top:0px;
											}

													#scrollpix #landr {
														position:absolute;
														margin-top:45px;
														margin-left:790px;
														}
						
															#scrollpix #land {
																position:absolute;
																margin-top:45px;
																margin-left:-20px;
																}

				#bottomnav {
					height:15px;
					width:400px;
					font-size:11px;
					word-spacing:5px;
					margin-top:835px;
					margin-left:562px;
					padding-top:0px;
					position:absolute;
					text-align:right;
					}
					
				#address {
					height:15px;
					width:530px;
					font-size:10px;
					word-spacing:;
					margin-top:835px;
					margin-left:20px;
					padding-top:0px;
					position:absolute;
					text-align:left;
					letter-spacing:1px;
					}					
					
					
				#copyright{
					height:15px;
					width:500px;
					font-size:10px;
					word-spacing:;
					margin-top:855px;
					margin-left:460px;
					position:absolute;		
					text-align:right;
					color:#6c6a6a;
					}



/*CONTAINER ENDS HERE*/


