.web_background{
 background-color: #045f8c;	
}

#global_container {
	width: 806px;
	margin: 10px auto;
}


		#header_container {
			float: left;
			width: 806px;
			margin: 0px;
			padding: 0px;
			clear: both;
		}
		
			#header {
				float: left;
				width: 806px;
				height: 65px;
			    padding: 0px;
				background: url(../images/header.jpg) no-repeat;
			}
			
			#primary_nav {
				float: right;
				margin-top: 30px;
				}
				
				#primary_nav a {
					
					text-decoration: none;
					margin-right: 39px;
				}

				#primary_nav a:link , #primary_nav a:visited {
					color: white;
				}
				#primary_nav a:active {
					color: blue;
				}
				#primary_nav a:hover {
					text-decoration: underline;
				}
				
		
			#user_status{
				float: left;
				width: 806px;
				height: 30px;
				background-color: rgb(219,219,219);
				border-bottom: 10px solid black;
				line-height: 25px;
				color: #656565;
				font-size: 12px;
				font-weight: bold;
				text-align: right;
			}
			
					.header_letters_to_blue{
						color: #1eabc7;
					}	
		
		#content_container {
			float: left;
			width: 786px;
			background-color: white;
			border: 10px solid rgb(219,219,219);
		}
		
			#banner {
				float: left;
				width: 786;
				padding: 10px;
				padding-bottom: 0px;
			}
					
			#left_container {
				float: left;
				width: 136px;
			}
				#secondary_nav {
				font-size: 12px;
				font-weight: bold;
				margin-top: 0px;
				margin-left: 10px;
				color: #045f8e;
				}
					.second_nav_header{
						font-size: 14px;
						color: #045f8e;
					
						}
					.how_it_works{
						color: red;
						margin-top: 23px;
					}
			
			#main_container {
				/*position: relative;*/
				float: left;
				width: 650px;
				padding: 0px;
				margin: 0px;
				padding-top: 8px;
							
			}
				#main_container table{
					margin: 0px;
					margin-left: 0px;
					padding: 0px;

				}
					#main_container td{
					
					}
					.what_is_bookmate{
						font-size: 20px;
						margin-top: 0px;
					}

			#system_message {
				}
			
				#page_body {
				}
		
		#footer_container {
			background: url(../images/footer_background.jpg) no-repeat;
			float: left;
			width:806px;
			height:50px;
			margin: 0px;
			padding: 0px;
			clear: both;
		}
			#footer {
				text-align: center;
				margin-top: 15px;
				line-height: 14px;
				font-size: 12px;
				color: white;
				font-weight: bold;
				
			}
				#footer a {
					color: white;
					text-decoration: none;
				}
				#footer a:hover {
					text-decoration: underline;
				}
		
		#inc_info{
			float: none;
			margin-top: 30px;
			color: white;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			padding-top: 20px;
			padding-bottom: 20px;
			
		}
		#inc_info2{
			float: none;
			/*margin-top: 30px;*/
			color: white;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			/*padding-top: 20px;*/
			padding-bottom: 20px;
			
		}
		#stseal {
			padding-top: 8px: 
		}