/* Dynamic CSS content            */
/* ------------------------------ */
/* (C) 2009 by Webside Associates */
/* ------------------------------ */
  
/* CSS Document */
body {
  margin:0px;
  padding:0px;
  text-align: center;
}
#content {
	margin-top:0;
	padding-top:0;
	margin-left: auto; 
  	margin-right: auto; 
  	text-align: center;
	width:723px;
}
#header {
	height:134px;
}
#inside {
	overflow:auto;
	height:auto;
	width:723;
	text-align: center;
}
#left {
	height:300px;
	border: 0px solid #ff0000;
	float:left;
	width:180px;
	margin-top:50px;
	margin-left: 40px;
	margin-right: 20px;
}
#area {
	width:450px;
	margin-top:50px;
	display:block;
	float:left;
	
}
#footer {
	
	height:41px;
}
#copyrights{
	text-align: center;
	
}
