
html, body{
	margin:0px;
}
img{
	border:0px;
}
body{
	background-image:url(images/mainBg_pink.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#76572c;
}
p{
	margin:0px;
	padding:0px 0px 10px 0px;
	line-height:150%;
}
a{
	color:#b8292f;
	text-decoration:none;
}
a:hover{
	color:#fdbc20;
}
a.emailLink{
	color:#76572c;
	text-decoration:none;
}
a.emailLink:hover{
	color:#c5b677;
}
/*img, div { behavior: url(iepngfix.htc) }*/
#wrapper{
	position:relative; 
	margin:auto; 
	width:967px; 
	height:660px; 
	margin-top:20px;
}
#content{
	position:relative;
}
#leftDiv{
	width:260px; 
	float:left; 
	padding-left:70px; 
	padding-top:20px; 
	padding-right:5px; 
	height:430px; 
	background-image:url(images/dottedLineVert.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}
#rightDiv{
	padding-left:5px; 
	margin-left:335px;
}
