/* CSS Document */

#contenst{
	width:800px;
	height:400px;
}
#content-text{
	width:800px;
	height:330px;
	background:url(images/contentsbackground.jpg) no-repeat;
}
#text-left{
	width:200px;
	height:300px;
	padding:20px 0px 0px 20px;
	text-align:left;
	float:left;
}
#text-left p{
	line-height:1.8em;
}
.title1{
	font-size:16px;
	color:#0066FF;
	font-weight:bold;
}
#text-right{
	width:560px;
	height:300px;
	float:right;
	text-align:left;
	padding:20px 20px 0px 0px;
}
#text-right-one{
	height:130px;
	width:560px;
	background:#999999;
	background:url(images/sampleall1.jpg) no-repeat;
}
#text-right-two{
	background:url(images/sampleall2.jpg) no-repeat;
	padding:10px 10px 0px 0px;
}


#contenst2{
	width:800px;
	height:591px;
	background:url(images/background2.jpg) no-repeat;
	text-align:left;
}
#contenst2_one{
	width:450px;
	height:240px;
	padding-top:90px;
	padding-left:170px;
	text-align:left;
	font-size:12px;
	
}
#contenst2_two{
	width:490px;
	height:220px;
	padding-top:0px;
	padding-left:30px;
	float:left;
	font-size:12px;
}
#login{
	float:right;
	width:200px;
}


#contenst3{
	width:800px;
	height:591px;
	background:url(images/background3.jpg) no-repeat;
	text-align:left;
}

a:link{
	color:#0066CC;
	text-decoration:none;
}

a:visited{
	color:#FF9900;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
}
