body {
	 background: #f0f0f0 url(../img/bodybg-red2.jpg) top left repeat-x;
}


/* 
	Layout for the different boxes in main.tmpl
*/

/* Header */

#header {
	/* width:951px; */
	height:89px;
	padding-bottom:10px;
	
	padding-left:12px;
	
	margin-left:-1px;
	border-bottom: solid 1px #ffffff;
}

#hLeft {
	margin-top:15px;}


#header a {
	font-size:2.5em;
	font-weight:bold;
	letter-spacing: 5px;
	color:#fff;
}


#hLeft {
	/* width:710px; */
        padding-top:25px;
        padding-left:12px;
	margin-right:0px;

}
#hRight {
	
	margin-top:-2px;
	text-align:right;
	padding-left:10px;
     	margin-right:0px;
}

#breadcrump {
	text-transform: uppercase;
	display:block;
	color:#000000;
	font-weight:bold;
	height:20px;
	padding-top: 5px;
	padding-left:10px;
	background: url(../img/breadcrump_bg.jpg) repeat-x scroll;
}

/* Content */
#content {
	clear:both;
	font-size:0.9em;
	border-top: solid 1px #ffffff;
}

/* Height of the content-box */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}
/* Height end */

#cLeft {
	width:200px;
	padding-left:10px;
	margin-top:5px;
}
#cCenter {
	width:700px;
	margin:5px 11px 0 12px;
	background-color: #FAFCFF;
	border:1px solid #909090;
	padding-left: 10px;
}
#cRight {
	width:240px;
	margin-top:5px;
}

/* Footer */
#footer {
	clear:both;
	margin-top:10px;
	font-size:0.9em;
}
#fLeft {
	width:200px;
}
#fCenter {
	width:500px;
	margin:0 11px 0 12px;
	text-align:center;
}

#fCenter a {

	text-decoration:underline;
}

#fRight {
	width:200px;
}

#cLeft ul {
        font-weight:bold;
	margin:0;
	padding:0;
}
#cLeft li {
	margin-top:5px;
	margin-bottom:5px;
	text-transform: capitalize;
}

#cLeft li a {
	display:block;
	background-color:#e8e9ea;
	color:#940c0e;
	border:1px solid #B0B0B0;
	padding:3px 3px 2px 3px;
}
#cLeft li a:hover {
        background-color:#f8f9fa;
	color:#303030;
	text-decoration:none;
}

#cLeft li a.active {
	background-color:#e8e9ea;
}
#cLeft ul.secondLevel {
	border:1px solid #B0B0B0;
	background-color:#e8e9ea;
}
#cLeft ul.secondLevel a {
	background:none;
	border:none;
	padding-left:10px;
	display:inline;
}
#cLeft ul.secondLevel a:hover, #cLeft ul.secondLevel a.active {
	color:#F79338;
}
#cLeft ul.secondLevel li {
	margin:0;
}

#cRight div.greenborder {
	margin-bottom:10px;
}
div.text {
	padding:5px;
	line-height:1.8em;
}
div.funx img {
	margin:0 3px -2px 0;
}