/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}
p {
	padding: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	height: 350px;
	width: 400px;
	display: inline;
	padding: 0px 30px 0px 0px;

}
#leftcolumn {
	color: #333;
	height: 600px;
	width: 240px;
	float: left;
	text-align: center;
}
#rightcolumn {
	color: #333;
	background-color:#f8e5e7;
	margin:0 auto;
	margin-left: 10px;
	position:relative;
	min-height:1px;
	height: 250px;
	text-align: center;
	float: left;

	width: 240px;
	
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9c0059;
	line-height: 24px;
}


