/* CSS Document */
*{margin:0; padding:0;}

body{
	background:url(../images/body_bg.jpg) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:17px;
	}

img{border:none;}
.img{float:left;}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:link{}
a:visited{}
a:link{}


/** MAIN **/
.main{
	width:958px;
	margin:0 auto;
	}

/** HEADER **/
.header{
	width:958px;
	float:left;
	background:url(../images/header_bg.jpg);
	padding-top:5px;
	}
.header .date,
.header .head_right{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:bold;
	}
.header .date .img,
.header .head_right .img{
	margin:3px 5px 0 5px;
	}	
.header .head_right{
    float:right;
}
.header .head_right a{
    color:#666;
}	
.logo{
    margin-top:25px;
	float:left;
}

/** NAVBAR **/
.navbar{
   width:682px;
   height:41px;
   float:right;
   background:url(../images/navbar.jpg) no-repeat;
   margin-top:21px;
   list-style:none;
   padding:5px 0 0 10px;
}
.navbar li{
   float:left;
   height:34px;
   background:url(../images/navbar_li_bg.jpg) repeat-y right;
   font-size:16px;
}
.navbar li a{
  height:27px;
  float:left;
  color:#CCCCCC;
  padding:8px 20px 0 20px;
}
.navbar .no_bg{
   background:none;
}
.navbar li .current,
.navbar li a:hover{
   background:url(../images/curr_arrow.jpg) bottom center no-repeat;
   text-decoration:none;
}

/** CONTENT **/
.content{
   width:auto;
   margin:0 auto;
   clear:both;
   padding-top:53px;
}
.cont_left{
   float:left;
   padding-left:222px;
}
.cont_left .img{
   float:left;
}
.cont_left .link{
  float:left;
  color:#333333;
  font-weight:bold;
  padding:2px 15px 0 15px;
  font-size:14px;
}
.contact_me{
   width:113px;
   height:21px;
   float:right;
   background:url(../images/contact_me.jpg);
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   text-align:center;
   font-weight:bold;
   padding-top:3px;
   margin-right:218px;
}
.desc{
  width:215px;
  float:left;
  text-align:left;
  padding-top:13px;
  padding-left:215px;
}
.home_img{
   margin-top:18px;
}

/** FOOTER **/
.footer{
   width:100%;
   float:left;
   font-size:12px;
   border-top:#CCCCCC solid 1px;
   text-align:center;
   padding:20px 0 40px 0;
   margin-top:20px;
}
.footer a{color:#333333;}
.footer span{color:#999999; line-height:22px;}
.footer span a{color:#999999;}
.footer .txt_foot{
	width:100%; 
    padding-top:5px;
    float:left; 
    font-size:14px;
	color:#333;
	line-height:17px;
}
