* { font-family: sans-serif;
	}
	
body { background: url(images/ss029.gif);
		  }
	
h1 { font-size: xx-large;
		 font-weight: bold;
	 }
		
h2 { font-size: large;
	 }
		


#container { width: 800px;
					 }
					 
#header { width: 800px;
					height: 150px;
					background: url(images/header.jpg) no-repeat top left;
				}
				
#navigation { width: 800px;
							height: 30px;
							background-color: black;
							padding-top: 6px;
							text-align: center;
						}
							
a.nav { color: white;
				text-decoration: none;
				font-weight: bold;
				border-right: solid 2px white;
				border-left: solid 2px white;
				padding-left: 5px;
				padding-right: 5px;
			}
			
a.nav2 { color: blue;
				text-decoration: none;
				border-right: solid 2px black;
				border-left: solid 2px black;
				padding-left: 5px;
				padding-right: 5px;
			}
						
#content { width: 780px;
				 	 padding: 10px;
					 margin: 0px;
					 text-align: left;
					 background-color: white;
				 }
				 
#button { width: 500px;
					height: 300px;
					float: right;
					border: 0px;
				}
						
#footer { width: 800px;
					height: 60px;
					text-align: center;
					background-color: white;
				}
				
				
#disclaimer { 	width: 780px;
		height: 20px;
		text-align: center;
		text-weight: bold;
		background-color: #CCFFFF;
		border: black 2px solid;
		margin-bottom: 5px;
				}
				
a.sub { text-decoration: none;
		 	 color: white;
		 }
