body {
	background-color: #5c5c5c;
	background-image: url(./img/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

img.noborder {
	border: 0px;
}


/*-------------------------------------------  -------------------------------------------------*/

/*------------------------------------------- Links -------------------------------------------------*/

a:active {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:link {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/*------------------------------------------- Main -------------------------------------------------*/

div.main {
	width: 910px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 80px;
}

div.banner {
	margin-left : 35%;
}

/*------------------------------------------- Navigation -------------------------------------------------*/

div.topbut_left {
	background-image : url(img/topbut_left.png);	
	width: 4px;
	height: 35px;
	float: left;
}

div.topbut_right {
	background-image : url(img/topbut_right.png);	
	width: 4px;
	height: 35px;
	float: left;
}

.topbut_center {
	background-image : url(img/topbut_back.png);	
	width: 902px;
	height: 35px;
	line-height: 34px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#center_blue {
	line-height: 34px;
	float: center;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

/*------------------------------------------- Container -------------------------------------------------*/

div.container_top {
	background-image : url(img/container_top.png);
	width: 910px;
	height: 10px;
	margin-left : auto;
	margin-right : auto;
}

div.container {
	background-color: #ffffff;
	width: 890px;
	margin-left : auto;
	margin-right : auto;
	padding: 10px;
	padding-top: 0px;
}

/*-------------------------------------------Middle of the page-------------------------------------------------*/

div.leftnews_top{
	background-color: #ffffff;
	background-image : url(img/home/leftnews_top.png);
	width: 271px;
	height: 11px;
}

div.leftnews{
	background-image : url(img/home/leftnews.png);
	width: 251px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;
}

tr.leftnews_o{
	background-image: url(img/home/leftnews.png);
	}
	
div.leftnews_down{
	background-color: #ffffff;
	background-image : url(img/home/leftnews_down.png);
	width: 271px;
	height: 11px;
}
/*------------------------------------------- Grey Box div  -------------------------------------------------*/
div.greybox_top{
	background-image : url(img/about/grey_top.png);
	height: 9px;
	width: 593px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding-top: 7px;
}

div.greybox{
	background-color: #dedede;
	width: 585px;
	padding: 4px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

div.greybox_text{
	background-color: #dedede;
	width: 563px;
	padding: 15px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

div.greybox_down{
	background-image : url(img/about/grey_down.png);
	height: 16px;
	width: 593px;	
}

/*-------------------------------------------Blue Big div-------------------------------------------------*/

div.bluebig {
	background-image : url(img/about/blue_big.png);
	height: 26px;
	width: 593px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}

/*-------------------------------------------YellowBox div-------------------------------------------------*/

div.yellowbox_top{
	background-image : url(img/about/blue_top.png);
	height: 15px;
	width: 266px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 25px;
	padding-right: 0px;
}
	
div.yellow_text{
	background-color: #efe8d0;
	width: 274px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.yellow_down{
	background-image : url(img/about/yellow_down.png);
	height: 13px;
	width: 291px;
}	

/*-------------------------------------------Card box div-------------------------------------------------*/

div.card{
	background-color: #ffffff;
	width: 261px;
	height: 106px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	border: solid 1px #50a7c3;
	text-align: center;
}

h2.card {
	background-color: #646464;
	font-size: 14px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}


/*-------------------------------------------Join us button-------------------------------------------------*/

#join
{
  display: block;
  width: 291px;
  height: 63px;
  background: url("img/about/join_us.gif") no-repeat 0 0;
}

#join:hover
{ 
  background-position: 0 -63px;
}

#join span
{
  display: none;
}


div.container_down {
	background-image : url(img/container_down.png);
	width: 910px;
	height: 12px;
	margin-left : auto;
	margin-right : auto;
}

div.copy {
	width: 100%;
	font-family : arial;
	font-size : 10px;
	color : #ffffff;
}

