/* Rules for containers */	
	
	#container{
	background:url(../genaw/bg1px.jpg) repeat-x;
	}
	
	
/* Rules for header section */	

	#header{
	background:url(../genaw/header2.jpg) repeat-x center top;
	}
	
		#headcontain{
		width:960px;
		background:url(../genaw/header.jpg) no-repeat;
		height:219px;
		margin:0 auto 0 auto;
		}
				
			#logo{
			text-indent:-9999px;
			height:160px;
			}
				
			#nav{
			width:820px;
			margin:0 auto 0 auto;
			position:relative;
			}
			
				#menu{
				margin:0;
				padding:0;
				}
			
	
/* Rules for main content section */	

	#contentarea{
	width:960px;
	margin:0 auto 0 auto;
	}
	
		#bannerarea{
		height:173px;
		}
	
		#maincontent{
		background:url(../genaw/cell1px.jpg) repeat-y;
		margin-bottom:27px;
		}
		
			#topcell{
			background:url(../genaw/celltop.jpg) no-repeat;
			height:20px;
			}
			
			#btmcell{
			background:url(../genaw/cellbtm.jpg) no-repeat;
			height:20px;
			}		
			
			#butsection{
			margin-top:14px;
			padding:0 64px 0 64px;
			}
			
				#helpbut{
				background:url(../genaw/helpbg.jpg) no-repeat;
				float:left;
				margin-right:38px;
				}
				
					#helpbut a, #tipsbut a{
					display:block;
					height:177px;
					width:252px;
					text-indent:-9999px;
					}
					
				#tipsbut{
				background:url(../genaw/tipsbg.jpg) no-repeat;
				float:left;
				margin-right:38px;
				}	
	
				#downloadbut{
				background:url(../genaw/downloadbg.jpg) no-repeat;
				float:right;
				height:207px;
				width:252px;
				}
				
					#downloadbut a{
					display:block;
					height:207px;
					width:252px;
					text-indent:-9999px;
					}

					#software{
					background:url(../genaw/software.png) no-repeat;
					width:160px;
					height:175px;
					position:absolute;
					margin:-110px 0 0 -30px;
					z-index:1000;
					}
				
				#textarea{
				background:url(../genaw/crossbg.jpg) no-repeat bottom right;
				margin-right:10px;
				margin-top:14px;
				padding:0 34px 0 31px;
				min-height:369px;
				-webkit-text-size-adjust: 105%;
				}
				
					#introtext{
					width:542px;
					}

					#tagline{
					background:url(../genaw/tagline.png) no-repeat;
					text-indent:-9999px;
					width:652px;
					height:105px;
					margin-bottom:30px;
					}
		
			#maincontent ul{
			margin-bottom:20px;
			}
			
				#maincontent li{
				list-style-position:inside;
				}
	

/* Rules for footer */	

	#footer{
	background:url(../genaw/foot1px.gif) repeat-x #FFFFFF;
	height:145px;
	padding-top:50px;
	}
		
		#footcontain{
		width:871px;
		margin:0 auto 0 auto;
		-webkit-text-size-adjust:100%;
		}
		
		#copyright{
		float:left;
		padding-left:15px;
		margin:20px 0 0 0;
		}
		
		#btmnav2{
		float:left;
		padding-left:15px;
		margin:20px 0 0 0;
		}


	
/* Rules for other items */	

	.divide{
	color:#B40000;
	padding:0 15px 0 15px;
	}

	.highlight{
	color:#B40000;
	}

	.spacer{
		clear:both;
		margin:0;
		padding:0;
		}