/* CSS Layout */

@import "text.css";

body {
	margin:0px;
	text-align:center;
	background-color: #efdba7;
 	}
	
	
#container_main {
	width:700px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	}

#banner {
	width:700px;
	height:140px;
	margin:0 auto;
	background:url(../images/banner.gif) no-repeat;
	text-align: left;
	margin-bottom:10px
	}

#container {
	width:698px;
	margin:0 auto;
	height:inherit;
	background-image: url(../images/side_grey.gif);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #000;
	}
	
#nav {
	width:220px;
	float:left;
	background-image: none;
	}
	
#content{
	width:476px;
	float:right;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#copyright{
	clear:both;
	width:700px;
	height:30px;
	margin:0 auto;
	background-image: url(../images/footer.gif);
	}



