body {
	min-width: 563px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 195px;      /* LC fullwidth */
	padding-right: 173px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;

	float: left;
}

#center {
	width: 100%;
}

#left {
	width: 170px;             /* LC width */
	padding: 0 25px;          /* LC padding */
	right: 195px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 138px;             /* RC width */
	padding: 0 35px;          /* RC padding */
	margin-right: -100%;
	padding-top:50px;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 173px;              /* RC fullwidth */
}


/***** MY CSS ****/



div#navbar-eng {
	background-color:#FFAB41;
	width: 100%;
	height: 32px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
}

div#navbar {
	position:absolute;
	top:8px;
	left:35px;
	height:24px;
}

div#navbar-blog {
	position:absolute;
	top:4px;
	left:35px;
}

div#menu {
	position:relative;
	top:10px;
	left:36px;
	height:35px;
}

div#menu img {
	padding-right:15px;
}

div#topbar {
	background-color:#512865;
	width: 100%;
	height: 120px;
}



#header {
	padding-bottom: 35px;
}

img
{  border-style: none;
}


#quotebannerbg {
	position:absolute; 
	left:0px; 
	top:58px; 
	display: inline-block; 
	opacity: 0.3; 
	filter: alpha(opacity = 30); 
	background: white; 
	width:100%; 
	height:22px;
}

#quoteclosebanner {
	 position:absolute; 
	 left:0px; 
	 top:58px;
}