/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; font-family: "Microsoft YaHei",Arial,Verdana,Sans-Serif; }
a {color:white;}

/* Colors */
.color-yellow {}
.color-red    {}
.color-blue   {}
.color-white  {}
.color-orange {}
.color-green  {}
.color-yellow h3,
.color-white h3,
.color-green h3
	{}
.color-red h3,
.color-blue h3,
.color-orange h3
	{}
/* End Colors */

/* Head section */
#head {
   
}
#head h1 {
    line-height: 100px;
    text-align: center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
.column {
    float: left;
    width:380px;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height:100%;
}
.column123 {
    float: left;
    width: 12px;
		/* Min-height: */
		height:100%;
}
#columns
{
	width:770px;
	height:809px;	
}
/* Column dividers (background-images) : */
	#columns #column1 { }
	#columns #column3 { }
	
#columns #column1 .widget { margin: 0px 0px 0 0px; }
#columns #column3 .widget { margin: 0px 0px 0 0px; }
#columns .widget {
    margin: 0px 0px 0 0px;
    padding: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    overflow: hidden;
    width: 379px;
	height: 267px;
}
#columns .widget .widget-head h3 {
    float: left;
}
#columns .widget .widget-content {
    
    overflow: hidden;
}
.widget-content
{
   height:231px;
   width:378px;
   margin-bottom:9px;
}
#columns .widget .widget-content p {

}
#columns .widget .widget-content img {

}
#columns .widget .widget-content pre {

}
#columns .widget .widget-content ul {

}
#columns .widget .widget-content ul li {}
#columns .widget .widget-content ul.images {

}
#columns .widget .widget-content ul.images li {

}
#columns .widget .widget-content ul.images img {

}
/* End Columns section */


