@import "main.css";


#intoroarea{
			height:290px;
			padding: 5px;
			margin-bottom:20px;
			background:url(../images/intro_bg.gif) no-repeat #f5f5eb;
			color:#333;
			}
#intoro_left{
			  width:550px;
			  float:left;
			}
#intoro_right{
			  width:325px;
			  font-size: 1.2em;
			  padding-top:10px;
			  padding-right:25px;
			  float:right;		  
			  line-height:120%;
			}
#intoro_right h2 {
					margin: 0 0 10px 0;
				}
#intoro_right p {
					margin: 0 0 15px 0;
				}
				

				 
				 

#newsarea{
			  width:656px;
			  height:270px;
			  padding:20px 0 30px 50px;
			  float:right;
			  background:url(../images/news_bg.gif) no-repeat;
			  line-height:125%;
			 }

#newsarea #newsbox { height:255px; width:645px; overflow:auto;}

#newsarea #newsbox img{
						border:0;
						float:left;
						margin-right:10px;
					   }
#newsarea #newsbox table{ width:625px;}
#newsarea #newsbox th{
						width:167px;
						vertical-align:top;
						padding-bottom:15px;
					   }
#newsarea #newsbox td{
						vertical-align:top;
						padding-bottom:15px;
					   }
#newsarea #newsbox td small{
						font-size: 0.7em;
					   }
#newsarea #newsbox td h3{
						font-size: 1.1em;
						margin: 2px 0;
						color:#2B6799;
					   }
#newsarea #newsbox td p{
						font-size: 0.9em;
						margin:0;
						line-height: 120%;
					   }