/***************** Container Div ****************************/

#container { /* defined in style.css*/}
 
/***************** Header Div ****************************/

#container #header { /* defined in style.css*/}

/***************** Navigation Div ****************************/

#container #navigation { /* defined in style.css*/}

/***************** Content Div ****************************/

	#container #content { /*Defined Already in global.css*/}

/***************** Content left Div ****************************/

	#content .leftside { /*Defined in global.css*/}
		.leftside img.banner
		{
			position:relative; width:702px; height:262px; border:none; margin-bottom:35px;
		}
		.leftside h1
		{
			position:relative; width:auto; height:auto; font-size:18px; color:#8D7D39; font-weight:normal; margin:0; 
			margin-bottom:15px;	padding:0;
		}
		.leftside p
		{
			position:relative; width:auto; height:auto; margin:0; margin-bottom:10px; line-height:1.4em; padding:0;
			text-align:justify;
		}
		.leftside .sep
		{
			position:relative; width:638px; height:2px; margin-top:18px; margin-bottom:18px; 
			background:url(../images/frontend/content-sep.jpg) left top no-repeat;
		}
		.leftside .text-blocks
		{
			position:relative; width:300px; height:395px; float:left; display:inline; font-family:"Tahoma";
			margin-bottom:10px; overflow:hidden;
		}
		.leftside .mid { margin-left:33px; margin-right:33px; }
			.text-blocks h3
			{
				position:relative; width:auto; height:auto; font-size:14px; margin:0; margin-bottom:10px; padding:0;
			}
			.text-blocks h3 a.strong { position:relative; text-decoration:none; color:#2C2C2C;}
			.text-blocks .pic
			{
				position:relative; width:183px; height:174px; margin:0; margin-bottom:10px;
			}
				.pic img
				{
					position:relative; border:none;  
				}
			.text-blocks p
			{
				position:relative; width:auto; height:auto; line-height:1.2em; margin:0; margin-bottom:10px; padding:0; 
			}
			.text-blocks a
			{
				position:relative; width:auto; height:auto;  
				text-decoration:none;
			}
			.text-blocks a:hover { text-decoration:underline;}
			.text-blocks a.more { float:right; display:inline; color:#8D7D39; font-size:11px;}
			
/***************** Content Right Div ****************************/
	
	#content .rightside { /*Defined in global.css*/  }

/***************** Footer Div ****************************/

#container #footer { /* defined in style.css*/}