@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d1d1f;
	color:#FFF;
	font-family: "Century Gothic", Helvetica, sans-serif;
	text-decoration: none;
}

.mainframe {
	margin-top:100px;
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

.canvas {
	height:460px;
}
.leftholder{
	position: absolute;
	float:left;
	width:430px;
	height:405px;
	background-color:#9ec328;
	text-align:center;
}
.leftholder img{
	margin-top:80px;
	}

.rightholder{
	padding-left:430px;
	height:405px;
	background-color:#FFF;
	text-align:center;
}
.rightholder img{
	margin-top:10px;
}

.profileholder{
	background-color:#404040;
}

#slideshow {
    position:relative;
    height:380px;
	margin-left:15px;
}
/*slideshow start */
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*slideshow end */

h3 {
 color:#9ec328;
 padding:0px;
 margin:0px;
}

.uline{
text-decoration:underline;	
}
.greencolor{
 color:#9ec328;
}

.menulink {
	color: #FFF;
	text-decoration:none;
}

.menulinkSelected {
	color: #9ec328;
	text-decoration:none;
}
.contenttext{
	padding-left:30px;
	margin-right:30px;
	padding-top:50px;
	color:#666;
	text-align:left;
	line-height:22px;
}


