@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faf9fa;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}

.opacity {FILTER: alpha(opacity=100)}

#container{
	width:904px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

/*------ top ------*/
#top{
	width:904px;
	height:90px;
	clear:both;
	background-image: url(../images/bgtop.png);
	background-repeat: no-repeat;
	background-position: top;
}

#banner{
	width:902px;
	height:454px;
	clear:both;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#logo{
	margin-top:20px;
	margin-left:35px;
	width:400px;
	float: left;
}
/*------ end top ------*/

#logo_microsoft{
	margin-top:20px;
	margin-right:40px;
	width:274px;
	float:right;
}

#conten{
padding:15px;
background-color:#FFFFFF;
}

#bottom{
	width:764px;
	height:47px;
	clear:both;
	background-image: url(../images/bginf.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 42px;
	padding-right: 70px;
	padding-left: 70px;
}




.linediv{
	background-image: url(../images/linediv1.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.linediv2{
	background-image: url(../images/linediv2.gif);
	background-repeat: repeat-x;
	background-position: center;
}

li {
	list-style:url(../images/arrow1.jpg);
	margin-left: -20px;
	line-height: 20px;
}
/*------ box ------*/
.titlebox{
	background-color: #f5f4f4;
	background-image: url(../images/arrowtitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	padding-top: 9px;
	padding-left: 32px;
	font-weight: bold;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.boxcont{
border:#CCCCCC solid 1px;
padding:18px;
}
/*------ end box ------*/
