body {
	text-align: center;
	margin:      0;
	padding:     0 0 25px;
	background-image: url("images/background.png");
	background-color: olive;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
}

a{
	font-size: 14px;
	text-decoration: none;
	color: #0061BE;
}
a:HOVER{
	font-weight: bold;
	color: orange;
}
a:VISITED{}
#outer {
	color:           #333;
	background-color: #999999;
	margin:           10px auto;
	padding:          0;
	width:            700px;
	voice-family:     inherit
	  }

html>#outer {
	width: 597px }

#head {
	position: relative;
	background: #f7f7f7;
	text-align:  center;
	margin:      0;
	padding:     0;
	height:      140px;
	//border:      solid 1px #555555;
	}

#body {
	background-color: #999999;
	text-align: left;
	margin:     2px 0 0;
	padding:    0;
	clear:      both;
	border:     0 }

#main {
		position: relative;

	background-color: #f7f7f7;
	margin:            0px;
	padding:           10px;
	width:             450px;
	//height:            600px;
	float:             left;
	//border:            solid 1px #555555;
	voice-family:      inherit
	
	
	  }

html>#main {
	width: 400px }

#sidebar {
	background-image: url("images/cineseBack.jpg");
	position: relative;
	color:     #666;
	//background: #f7f7f7;
	margin:     0 0 0 474px;
	padding:    2px 10px 10px 0;
    padding-left: 10px;
	height:     580px;
	//border:     solid 1px #555555;
	 }



#footer {
	color:       #666;
	background:   #f7f7f7;
	text-align:   left;
	padding:      5px 7px 7px 10px;
	position:     relative;
	top:          2px;
	height:       40px;
	clear:        both;
	voice-family: inherit
	
	
	  }
#linko{
	text-align: right;
	list-style-type: none;
	padding: 10px;
}
#linko li{
	background: url("images/listIcon.gif") right center no-repeat;
	padding-right: 40px;
	margin-bottom: 20px;
	height: 30px;
	padding-top: 8px;

	}

.title{
    font-weight: bold;
	font-size: 16px;
	color: #0061BE;
	}

.title2{
	font-size: 16px;
	color: #0061BE;

}

.content{
	margin: 15px;
	width: 420px;
}

.box{
    padding-left: 20px;
}

.leftCorner{
	top: -1px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	background-image: url("images/tlCorner.gif");
	height: 15px;
	width: 14px;
	}
.rightCorner{
	top: -1px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	background-image: url("images/trCorner.gif");
	height: 15px;
	width: 14px;
	}
.brightCorner{
	bottom: -2px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	background-image: url("images/brCorner.gif");
	height: 15px;
	width: 14px;
	}

.bleftCorner{
	bottom: -2px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	background-image: url("images/blCorner.gif");
	height: 15px;
	width: 14px;
	}
.tech{
    float: right;
    margin-top: 40px;
    border: solid 2px gray;
    }