body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#E5E3E2;
	background-image:url(/inc/html/en-ergise/pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:105%;
}
 
#wrapper {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border:1px solid #F15E15;
	background-color:#fff;
	/*background-image:url(/inc/html/en-ergise/pix/wrapper_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
}

.clear {
	clear:both;
}
 
#header {
	height:148px;
	background-image:url(/inc/html/en-ergise/pix/header_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:2px solid #999999;
}

.logo {
	margin:35px 0 0 10px;
}

img {
	border:none;
	padding:2px;
}

/*----------- LEFT CONTENT ----------*/

#left-content {
	float:left;
	width:150px;
	margin-right:10px;
	margin-left:10px;
	background-color:#fff;
	padding:5px;	
}

#left-content h2 {
	font-size:1em;
/*	color:#fff; */
	background-color:#BB211F;
	padding:10px;
	margin-top:0;
	margin-bottom:8px;
}


#left-content ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:0;
	padding:0;
}

#left-content ul li {
	border-bottom:1px solid #ccc;
}

/*
#left-content ul li:last-child {
	border-bottom:none;
}
*/

#left-content ul ul li {
	border-bottom:none;
	padding:2px 5px 2px 25px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(/inc/html/en-ergise/pix/left_menu_bullet.gif);
	background-position:5px 5px; 
	background-repeat:no-repeat;
} 

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#BB211F;
	background-color:white;
	padding:7px 5px 7px 0;
	display:block;
}


#left-content ul ul a, #left-content ul ul a:visited {
	text-decoration:none;
	color:#BB211F;
	background-color:white;
	padding:1px 5px 5px 0;
	display:block;
}

#left-content ul a:hover {
	text-decoration:underline;
	background-position:top right;
	background-repeat:repeat-y;
	color:#000;
}

#left-content ul ul a:hover {
	text-decoration:underline;
	background-image:none;
	color:#000;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:465px;
	float:left;
	line-height:1.5em;
	color:#646565;
	background-color:#fff;
	padding:10px;
	min-height: 550px;
}

#center-content p {
	margin:10px 0 10px 0;
	padding:0;
}

#center-content h1 {
	font-size:1.4em;
	color:#BB211F;
	background-color:white;
	font-weight:100; 
	margin-top:0;
	line-height:1em;
}

#center-content h2 {
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#676767;
}

#center-content h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#BB211F;
	background-color:white;
}

#center-content h4 {
	font-size:1em;
	font-weight:bold;
	color:#666666;
}

#center-content a, #center-content a:visited {
	color:#666666;
}

#center-content ul {
	list-style:url(pix/centercontent_li_bullet.gif);
	font-size:1.1em; 
}

#center-content ul li {
	margin-bottom:1px;
}

#center-content table {
	font-size:1.em;
}

    
/* for the wider templates */
    
	#center-content2 {
	width:665px;
	float:left;
	line-height:1.5em;
	color:#646565;
	background-color:#fff;
	padding:10px;
	min-height: 550px;
}

#center-content2 p {
	margin:3px 0 10px 0;
	padding:0;
}

#center-content2 h1 {
	font-size:1.4em;
	color:#333333;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
}

#center-content2 h2 {
	font-size: 1.3em;
	color:#BB211F;
	font-weight:bold;
	background-color:white;
	margin-top:0;
	line-height:1em;
}

#center-content2 h3 {
	font-size:1.2em;
	color:#BB211F;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
}

#center-content2 h4 {
	font-size:1em;
	color:#BB211F;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
}
#center-content2 td {
	color:#333333;
	padding-left:5px;
}
#center-content2 table {
	margin-top:2px;
	padding-top:2px;
	margin-left:5px;
	vertical-align:top;
	border-left:#333333 1px solid;
	
}
	
	/*--------- RIGHT CONTENT ----------*/

#right-content {
	float:right;
	width:175px;
	background-color:#fff;
	padding-right:10px;	
	padding-left:10px;	
	margin-left:5px;
	margin-right:10px;
	margin-top:10px;
	
}

#right-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	color:#666666;
}

#right-content h2 {
	font-size:1.2em;
	color:#fff;
	background-color:#999999;
	background-image:url(/inc/html/en-ergise/pix/right_content_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px;
	margin-top:0;
	margin-bottom:8px;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	 margin-bottom:8px;
	 background-color:#efefef;
	 padding:10px;
}

#right-content ul a, #right-content ul a:visited {
	color:#333;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#right-content ul a:hover {
	color:#427eac;
}

/*---------- FOOTER ----------*/

#footer {
	width:100%;
	height:40px;
	border-top:1px solid #F15E15;
	margin-top:10px;
	background-color:#fff;
}

#footer a, #footer a:visited {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:hover {
	color:#04253e;
}

.footer-left {
	float:left;
	padding:10px;
	font-style:italic;
	font-size:0.9em;
	color:#666666;
	width:45%;
}

.footer-right {
	float:right;
	padding:10px;
	width:45%;
	text-align:right;
}

/*--------- MISC ----------*/

.news-byline {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:15px; 
	margin-bottom:10px;	
}

pre {
	padding:10px;
	background-color:#efefef;
	color:#000;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	border:1px solid #ccc;
}

.comment {
	padding:10px;
	background-color:#efefef;
	border-bottom:2px solid #427eac;
	margin-bottom:10px;
}

table , td{
	border:1px solid #efefef;
}
