/* CSS Document */
#banner {
        position: relative;
		float: left;
		width: 785px;
}
#navigation {
        position: relative;
		float: left;
		width: 150px;
		margin: 40px 0 0 0;
		text-align: left;
}
#heading {
        position: relative;
		float: right;
		width: 635px;
		height: 20px;
		margin: 10px 0 20px 0;
}
#content {
        position: relative;
		float: right;
		min-height: 450px; 
		width: 635px;
		margin: 0 0 40px 
}
#footer {
        position: relative;
		height: 15px;
		width: 635px;
		font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 10px;
		margin: 0 0 0 150px;
		text-align: center;
}