body{

     font-family: georgia; times;
	font-size: 10px;
	line-height: 18px;
	color: #000000; 
	margin: 20px;
	letter-spacing: 1px;
	padding:0px;
	font-weight: none;
	text-transform:uppercase
	}

img {
    border: 0;
	}
a:link, a:active, a:visited  { 
	text-decoration: none;
	color: #4D4D4D;
	font-weight: none;
	border-bottom: 1px dotted #D7DF23;
	}
a:hover { 
	text-decoration: none;
	color: #CCCCCC;
	font-weight: none;
	border-bottom: 0;
}
.mintbg {background-color:#000000;
    line-height: 13px;
	font-size: 10px;
}
.introimg {position: absolute;
top: 45%;
left: 45%;
margin-top: -ypx;
margin-left: -xpx; 
}
a.noline:hover, a.noline:link, a.noline:active, a.noline:visited {border-bottom: 0;
}

a.pointer:hover, a.pointer:link, a.pointer:active, a.pointer:visited 
{cursor: pointer;
}

div.leftside {
	position:absolute;
	left: 21px;
	top: 169px;
}

div.main {
	position:absolute;
	left: 168px;
	z-index:2;
	top: 170px;
}


.header1 {font-size:16px;
	text-transform:uppercase;
	font-style: italic;
	font-weight:bold;}


.projecttitle {font-size:16px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;}

.projectcat {font-size:10px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	font-style: italic;
	background-color: #D7DF23;}
	
.container {
	position: absolute;
	height: 50%;
	width: 50%;
	left: 183px;
	top: 153px;}
	
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
height: 366px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
}
