/* CSS Document */



#container  {

	width:875px;
	border:1px solid black;
	line-height:100%;
	margin:auto;
	
	height:100%;
 	}

#header {
	background-image:url(images/img_nav/header.jpg);
	height:253px;
	}

a img {border: none; } 

a {
	text-decoration:none;
	font-weight:bold;
	color:#F97492;}	
	
	
body { 
	margin:5px; 
	padding:0; 
	height:100%;
} 
	
	
#left {
	width:203px;
	float:left;
	background:#e0dadc url(images/left_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:right;
	padding-right:10px;
	height:100%;
 }


#subnav {
	float:right;
	text-align:right;
	padding-right:20px;
	margin-top:-10px;
	}


#footer  {
	background: #6c4a23 url(images/img_nav/footer.gif) no-repeat;
	background-position:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 17px;
	padding-bottom:8px;
	font-size:smaller;
	color: white;
	clear:both;
	}


#content  {
	float:right;
	text-align:left;
	padding-right:20px;
	margin-top:;
	margin-bottom:20px;
	width:620px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	height:inherit
	}
