/* 
	this file sets the general layout of the page
*/
	
/* basic structure ====================== */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ===== head ===== */
#head-framing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
} 

#head {
	position: relative;
	margin: 0px auto;
	width: 675px;
	text-align: left;
	background-color: #009;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: black;
}

#head-border {
	border-bottom: 4px solid yellow;
}

#head-banner {
	position: relative;
	width: 635px;
	margin: 10px 10px 0 10px;
	text-align: left;
	color: white;
}

/* ===== main ===== */

#main-framing { 
	position: relative;
	width: 100%;
	text-align: center;
} 

#main {
	position: relative;
	width: 675px;
	margin: 0px auto;
	text-align: left;
	background: white;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #009;
	border-bottom: 1px solid #009;
}

#main-1-framing { 
	float: left;
	width: 150px;
}

#main-1 {
	margin: 15px;
}

#main-2-framing {
	float: right;
	width: 525px;
}

#main-2 {
	margin: 20px;
	float: none;
}

/* ===== foot ===== */
#foot-framing { 
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

#foot {
	width: 675px;
	margin: 0px auto;
	text-align: center;
	background: #009;
	color: white;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}

#foot-border {
	border-top: 4px solid yellow;
}

#foot-info {
	padding: 5px 0;
}
