@charset "utf-8";
/* CSS Document */

h1{
	background:		#111111;
	width:			580px;
	height:			35px;
	color:			#FFFFFF;
	font-size:		20px;
	line-height:	32px;
	padding-left:	10px;
	margin:			0px;
}

#carouselback{
	position:		relative;
	margin-top:		38px;
	width:			900px;
	height:			200px;
	background:		url(../images/carousel.png);
}

#carousel{
	position:		relative;
	margin-left:	42px;
	width:			816px;
	height:			160px;
	overflow: 		hidden;
}

.image{
	position:		absolute;
	width:			233px;
	height:			125px;
	border:			1px solid black;
	top:			35px;
}


#forward,#backward{
	position:		absolute;
	cursor:			pointer;
	width: 			26px;
	height: 		26px;
	top: 			85px;
}

#forward{
	background-image:url(../images/forward.png);
	left:			12px;
}

#backward{
	background-image:url(../images/backward.png);
	left:			862px;
}

#main{
	width:			900px;
	height:			1000px;
	background:		#009933;
}

#welcome h1{
	margin-bottom: 15px;	
}

#welcome{
	float:			left;
	position:		relative;
	margin:			25px 0px 0px 0px;
	width:			590px;
	height:			600px;
	
}

#welcome h2{
	/*margin-bottom:	7px;*/
	line-height:	12px;
	margin:			0px 0px 10px 10px;
	font-size:		medium;
}

#welcome p{
	text-align:		justify;
	padding:		0 15px 10px 10px;
	margin: 		0px;
}

#welcome a{
	text-decoration:none;
	color:			#FF0099;
}

#software{
	width:			260px;
	height:			300px;
	margin:			24px 0 0 608px;
	padding:		0 15px 0 15px;
	background:		url(../images/sidbar.png);
	background-repeat:repeat-x;
	border:			1px solid #e3e3e3;
}

#software h2{
	margin-top:		0px;
	padding-top:	15px;
	line-height:	10px;
	font-size:		large;
	color: 			#669933;
}

#software ul{
	margin:			0px;
	padding:		0px;
	list-style-type:none;
	list-style-position:outside;
}

#software .list ul{
	float:		left;
	width:		98px;
	
}
#software .list li{
	height:		21px;
}

#software .stars{
	margin:		-190px 0 0 155px;
}

#language{
	width:			260px;
	height:			300px;
	margin:			24px 0 0 608px;
	padding:		0 15px 0 15px;
	background:		url(../images/sidbar.png);
	background-repeat:repeat-x;
	border:			1px solid #e3e3e3;
}

#language h2{
	margin-top:		0px;
	padding-top:	15px;
	line-height:	10px;
	font-size:		large;
	color: 			#669933;
}

#language ul{
	margin:			0px;
	padding:		0px;
	list-style-type:none;
	list-style-position:outside;
}

#language .list ul{
	float:			left;
	width:			98px;
	
}
#language .list li{
	height:			21px;
}

#language .stars{
	margin:			-235px 0 0 155px;
}

#findMe{
	position:		relative;
	margin:			0px 0px 0px 0px;
	padding:		0px;
	top:			-160px;
	width:			590px;
	height:			160px;
}

#findMe p{
	width:			197px;
	margin:			0px;
}


#findMe a{
	float:			left;
	margin:			10px 0px 0px 72px;
	width:			100px;
	height:			100px;
}

#findMe img{
	border:			none;
	width:			100px;
	height:			100px;
	display:		block;
}

#footer{
	margin-top:		-135px;
}