/* 	----------------------------------------------------------------------------
	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
	----------------------------------------------------------------------------*/
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*one*/
#roundcontone {
	float: left;
	width: 300px;
	height: 400px;
	background-color: #dedede;
	position: relative;
	left: 210px;
	top: 25px;
	z-index: 200;
}
#roundtopone {
	background: url(../images/boxes/tr.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#copycontainerone {
	width: 100%;
	height: 92.5%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#roundcontone h2 {
	margin: 0 20px;
}
#roundcontone p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#roundbottomone {
	background: url(../images/boxes/br.png) no-repeat top right;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
/*two*/
#roundconttwo {
	float: left;
	width: 460px;
	height: 220px;
	background-color: #dedede;
	position: relative;
	left: 225px;
	top: 25px;
	z-index: 200;
}
#roundtoptwo {
	background: url(../images/boxes/tr.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#copycontainertwo {
	width: 100%;
	height: 86.5%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#roundconttwo h2 {
	margin: 0 20px;
}
#roundconttwo p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#roundbottomtwo {
	background: url(../images/boxes/br.png) no-repeat top right;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
/*three*/
#roundcontthree {
	float: left;
	width: 460px;
	height: 165px;
	background-color: #dedede;
	position: relative;
	left: 225px;
	top: 40px;
	z-index: 200;
}
#roundtopthree {
	background: url(../images/boxes/tr.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#copycontainerthree {
	width: 100%;
	height: 82%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#roundcontthree h2 {
	margin: 0 20px;
}
#roundcontthree p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#roundbottomthree {
	background: url(../images/boxes/br.png) no-repeat top right;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
/* navigation */
#navigationresume {
	width: 70%;
	min-width: 727px;
	max-width: 800px;
	text-align: center;
	position: absolute;
	z-index: 200;
	top: 419px;
	left: 209px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#navigationresume li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0px;
	padding-left: 0.4em;
}
#copycontainerthree ul {
	list-style-type: none;
	overflow: auto;
	position: relative;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#copycontainerthree li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#copycontainerone img {
	margin-bottom: 20px;
}
#copycontainerthree h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
