/* 	----------------------------------------------------------------------------
	Cascading Style Sheet
	Created by: Mike Nakowicz of mindcast design and mikenak dot com
	Date: 12.21.06 @ 4:30pm
	e-mail: mnakowicz@mikenak.com
	Website: http://www.mikenak.com & this website http://www.mindcastdesign.net
	----------------------------------------------------------------------------
	Rounded Box
	----------------------------------------------------------------------------*/
#roundcont {
	width: 70%;
	min-width: 727px;
	max-width: 900px;
	height: 400px;
	background-color: #dedede;
	position: relative;
	left: 210px;
	top: 25px;
	z-index: 200;
}
#roundtop {
	background: url(../images/boxes/tr.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#copycontainer {
	width: 100%;
	height: 92.5%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#roundcont h2 {
	margin: 0 20px;
}
#roundcont p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#roundbottom {
	background: url(../images/boxes/br.png) no-repeat top right;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
