#main{
	width: 100%;
	margin: 0 0;
	height:100%;
	display:table;
	height: 100%;
}
.content-holder{
	width:100%;
	display:table-row;
}
.container{
	width: 100%;
	display: table;
}


#content{
	padding: 50px 0 50px 50px;
	margin-left: 220px;
	position: relative;
	background-color:#FFF;
}

.content_01{
	padding: 0px 0 20px 0;
	height:260px;
	width:680px;
	position: relative;
	background-color:#FFF;
}
.content_02{
	padding: 0px 0 20px 0;
	height:220px;
	width:680px;
	background-image:url(../images/main_c_bg.gif)
}
.content_02_01{padding: 0 0 0 0;height:220px;width:253px; float:left;}
.content_02_02{padding: 0 0 0 0;height:220px;width:257px; float:left;}
.content_02_03{padding: 0 0 0 0;height:220px;width:170px; float:left;}

.content_03{
	height:150px;
	width:680px;
	background-color:#FFF;
}

.sub_content_01{
	padding: 0px 0 0 0;
	height:20px;
	width:680px;
	position: relative;
	background-color:#FFF;
}
.sub_content_02{
	margin-bottom:20px;
	height:104px;
	width:680px;
	position: relative;
	background-color:#00aeef;
}
.sub_content_03{

	position: relative;
	background-color:#FFF;
}

#left-column{
	width: 160px;
	padding: 50px 30px 0;
	height:1200px;
	z-index: 2;
	position: fixed;
	top:0px;
	left: 0px;
	background-image:url(../images/left_bg.gif)
}

#left-column ul.main-navigation li {
	margin: 0px 0 0px 16px;
	font-family:verdana;
	font-size:12px;
	line-height:26px;
	font-weight: bold;
	list-style-image: url(../images/icon.gif);
	list-style-type: disc;
}
p.date {padding: 0px 0px 0px!important;margin-top:-2px!important;}




div.contact{
	margin: 50px 0 0;
	border-top: 1px solid #838383;
	padding: 15px 0 0;
}


#footer{
	width: 100%;
	display: table-row;
	height: 30px;
	
}
.footer-area{
	height: 30px;
	width: 100%;
	display: block;
	border-top: 1px solid #d0d0d0;
	padding: 15px 0 0;
}

#footer ul{
	margin: 0 0 20px 270px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	overflow: hidden;
}

#footer ul li a{color: #999;}

.logo{ height:60px; font-family:Arial; font-size:30px; color:#fff;}

.main_title_text{font-family:Arial; font-size:20px; color:#646464;}
