/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */


/* Colors */

.bg-color  {
background-color:#ffa027;}


/* End Colors */

/* Head section */
#head {
    background: #000 url(img/header.jpg) no-repeat;
    height: 170px;
	margin:0px auto;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
	visibility: hidden;
    float: left;
    width: 33.3%;
		/* Min-height: */
		min-height: 200px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */

	

#columns .widget {
    margin: 28px 14px 0 14px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
	background-image:url(img/bg_head_box.jpg);
	
}


/* BOX CONTENT START */
#columns .widget .widget-content  {
    background-color:#FFFFFF;
    padding: 10px;
	color:#5e5e5e;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
	font-size:11px;
    line-height: 15px;
    overflow: hidden;
}
#columns .widget .widget-content1  {
    background-color:#FFFFFF;
    padding: 10px;
	color:#5e5e5e;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
	font-size:11px;
    line-height: 15px;
    overflow: hidden;
}


/* BOX CONTENT END */

#team_table
{
	font-size:11px;
	color:#5e5e5e;
    line-height: 15px;
}


/* End Columns section */

