.clear {clear: both;}
			
			body {
				background-color: #7DC623;
				font: 12px/16px helvetica, arial, sans-serif;
				padding-top: 30px;
			}
		
			
			#container {
				width: 700px;
				background-color: #ffcc33;
				margin: 0px auto;
				
			}
			
			#banner {
				font-size: 220%;
				color: white;
				background-color: #7DC623;
				
			}
			#navbar {
				width: 700px;
				height:40px;
				text-align: center;
				background-color: black;
				float: left;
				letter-spacing:2px;
				
				
			}
				#navbarhome {
				width: 700px;
				height:40px;
				text-align: center;
				background-color: red;
				float: left;
				letter-spacing:2px;
				
				
			}
			
			#nav {
    			list-style: none;
    			padding: 0;
    		}
    		
			#nav li {
   				display: inline;
    			margin-right: 10px;
			}
			
			#nav li a {
    			font-size: 11px;
				color: white;
				font-weight: bold;
				text-decoration: none;
				letter-spacing:2px;
				text-align: center;
			}
			
			#nav li a:hover {
    			text-decoration: underline;
    			color: yellow;
			}
			
			#bannerhome {
				font-size: 220%;
				color: white;
				background-color: black;
				
			}

	
			#content {
				width: 400px;
				float: left;
				border-right: 1px dotted black;
				padding: 50px 20px 20px 60px;
				background-color: white;
			}
			#contenthome {
				width: 400px;
				float: left;
				border-right: 1px dotted black;
				padding: 30px 20px 20px 60px;
				background-color: yellow;
			}
			
			#sidebar {
				width: 180px;
				float: left;
				padding: 90px 10px 10px 10px;
				text-align: right;
				line-height: 32px;
			}
			
			#sidebar h1 {
				color: red;
				margin: 20px auto 0;
				text-decoration: none;
				font-size: 100%;
			}
			
			#h3 {
				line-height: 12px;
			}

			
			#pullquote {
				Background-color: #cccccc;
				width: 600px;
				padding: 10px 10px 30px 10px;
				font-size: 18px;
				font-style: italic;
				font-weight: bold;
				line-height: 26px;
				
			}
			
			
			
			a {
				text-decoration: none;
				color: red;
			}
			a:hover {
				text-decoration: underline;
    			color: yellow;
    			}
    			
    		#gnames {
    			text-align: right;
    			
    			
    			}
			
			
				
				
			#footer	{
				background-color: black;
				color: white;
				font-size: 10px;
				letter-spacing:1px;
				padding: 10px 10px 10px 30px;
				}
				
				
				/* Pricing Table */

#pricing_table {
    width: 400px;
    border: none;
    border-collapse: collapse;
}
#pricing_table td {
    padding: 5px;
    border: 1px solid grey;
    text-align: left;
   
}
#pricing_table .table_header, #pricing_table .product_level {
    font-weight: bold;
    background-color: grey;
    color: #ffffff;
}
#pricing_table .table_level {
    text-align: left;
    color: #ffffff;
}
#pricing_table .product_level2 {
	background-color: none;
	}

	#container {position: relative;}
	
#socialmedia {
    position: absolute;
    top: 38px;
    left: 113px;
    text-decoration: none;
    
}


				
		
				
		
				
			
