
* {
	/*padding: 0;
		margin: 0;*/
}
body, html {
	font-family: Times, serif;
	background: #F8CBDF;
	color: #222;
	padding-top: 20px;
	line-height: 1.3;
	font-size: 14px;
	
	
	}
	

body {
  min-width: 550px;      /* 2x LC width + RC width */
}

#page {
	position: relative;
	margin: 0 auto;
	padding-right: 264px;
	width: 500px;
	border-left:1px dotted #222;
	padding-left: 240px;
	margin-bottom: 50px;
	border-right:1px dotted #222;
	
	
}
#container{
	background-color:transparent;
	float:left;
	width:526px;
	
	border-left:1px dotted #222; /* The width and color of the left rail */
	border-right:1px dotted #222; /* The width and color of the right rail */
}
#leftbar{
	float:left;
	height: 100%;
	width:210px;
	margin-left:-226px;
	position:relative;
}
#content{
	float:left;
	padding-left: 13px;
	width:500px;
	margin-right:-526px;
	margin-top: -11px;
	
}
#rightbar{
	float:right;
	width:210px;
	
	margin-right:-223px;
	position:relative;
}
div#footer {
	clear: both;
	font-size: 11px;
	margin-left: -240px;
	text-align: center;
	width: 1005px;
	margin-top: 0px;
	margin-top: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 0px;
	border-top: 1px dotted #222;
	border-bottom: 1px dotted #222;
	
}

