#main_container {
	position:relative;
	top:0;
	height: 500;
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat
}

#content {
	position:relative;
	top: 130;
	left: 20;
	height: 350;
	width:900;
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #333333;
}

.text  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #333333;
}

.smalltext  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}
.smallproducttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	vertical-align: text-top;
}


.boldtext  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

.header  {
	font-size : 16px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #133652;
}

input, textarea, select, option
{
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background-color: #F1F2ED;
    border: 1px solid #cccccc;
}


/*----------------------------*/
.link  {
	font-size : 11px;
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #254056;
}
.teamlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #254056;
}


.link:Hover  {
	font-size : 11px;
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #ff7e00;
}

.smalllink  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

.smalllink:Hover  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : normal;
	color : #254056;
}
/*----------------------------*/

