@CHARSET "utf-8";

body{
  color: #333333;
  font-size:12pt;
  margin-top:0px;
  /* background: -webkit-linear-gradient(left top, white , #226db2);  For Safari 5.1 to 6.0 6d6e71*/
  /*background: -o-linear-gradient(left top right, white, #226db2);  For Opera 11.1 to 12.0 */
 /* background: -moz-linear-gradient(left top right, white, #226db2);  For Firefox 3.6 to 15 
  /*background: linear-gradient(to left top right, white , #226db2);*/
  background-color:#199bbb;
  }
  
.clear {
	clear: both;
	clear: left;
}

#contiener{
max-width:900px;
margin-left:auto;
margin-right:auto;
position: relative;
transform: none;
}
#topbox{
width:100%;
}
#logo{
float:left;
}
#topmenu{
float:right;
width:auto;
}

#mainmenu
{
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
text-align:center;
margin-right:0px;
margin-top:0px;
float:left;
}
#menu1
{
float:right;
}

#mainmenu a
{
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
text-align:center;

}
#menu1 .la {
    float: left;
	cursor: pointer; cursor: hand;
	font-weight:bold;
	margin:15px 2px 0px 2px;
}



.cup{
width:157px;
height:200px;
float:left;
margin:7px;
background-color:red;
}

#maincontent{
	width:1000px;
	
}
.lineleft{
	width:1000px;
	height:9px;
	background: url("_img/lineleft.png") no-repeat;
}
.lineright{
	width:1000px;
	height:9px;
	background: url("_img/lineright.png") no-repeat;
	float:right;
}
.line{
	width:800px;
	height:9px;
	background: url("_img/line.png") no-repeat;
	float:right;
}
.linetext{
	color: black;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top:0px;
	font-size:16px;
	padding:10px;

}
