#header{
	position: absolute;
	top: 25;
	left: 0;
	width: 850;
	z-index: 6000;
}
#wrap {
	position: absolute;
	top: 235;
	left: 1;
	width: 849;
	background-image: url(img/wrap.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#leftside {
	position: absolute;
	float: left;
	top: 250;
	left: 10;
	width: 150;
	background: transparent;
	padding: 15px 0 15px 15px;
}
#content-1 {
	position: absolute;
	top: 250;
	left: 200;
	width: 250;
	background: transparent;
	margin: 15px 5px 15px 5px;
}
#content-2 {
	position: relative;
	top: 10;
	left: 475;
	width: 350;
	background: transparent;
	margin: 15px 5px 15px 5px;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 16pt;
	color: #333333;
	margin: 0 0 0 5px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	margin: 0 0 0 5px;
}
h3 {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin: 0 0 0 5px;
}
p {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0 0 0 5px;
}
ul {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 4px 0 4px 25px;
}
.border{
	border: 1px solid #CC6666;
}
