/* CSS for josephnowicki.com */

html, body { font-family: Rockwell, Arial; 
	     margin: 0px auto;
	     width: 1260px;
}

#header { padding-left: 70px;
	  border-bottom: 2px solid #000000;
	  
}

#navigation { padding-left: 50px;
	      border-bottom: 2px solid #000000;
}

.navPad { padding: 20px; font-weight: bold; }

#main_content {	padding-left: 70px;
		padding-right: 70px;
		height: 700px;
		margin-left: auto;
		margin-right: auto;
}

#footer { text-align: center;
	  border-top: 2px solid #000000;
}

a:link { color: #333333; text-decoration: none; }      
a:visited { color: #333333; text-decoration: none; }  
a:hover { color: #0000FF; text-decoration: none; }  
a:active { color: #333333; text-decoration: none; }

.homeStyle1 { float: left;
	      border: 1px solid #000000; 
	      background-color: #000000;
	      font-size: 16px;
	      font-weight: bold;
	      text-align: center;
	      padding-top: 10px;
	      margin-top: -7px;
	      width: 275px;
	      height: 550px;
}

.homeStyle2 { float: left;
	      border: 1px solid #000000; 
	      background-color: #000000;
	      font-size: 16px;
	      font-weight: bold;
	      text-align: center;
	      padding-top: 10px;
	      margin-top: -7px;
	      margin-left: -1px;
	      width: 275px;
	      height: 550px;
}

.homeStyle3 { float: left;
	      border: 1px solid #000000; 
	      background-color: #000000;
	      font-size: 16px;
	      font-weight: bold;
	      text-align: center;
	      padding-top: 10px;
	      margin-top: -7px;
	      margin-left: -1px;
	      width: 275px;
	      height: 550px;
}

.homeStyle4 { float: left;
	      border: 1px solid #000000; 
	      background-color: #000000;
	      font-size: 16px;
	      font-weight: bold;
	      text-align: center;
	      padding-top: 10px;
	      margin-top: -7px;
	      margin-left: -1px;
	      width: 275px;
	      height: 550px;
}