.cake-sql-log {
	ddisplay: none;
}

body, html {
color: #000; 
font-family: Arial, Tahoma, sans-serif;
height: 100%;
background: url(../img/bk_left.gif) 0 100px repeat-y #1A1D20;  /*** This is the left column background "faked" with an image. The 100px is added to have control of where the vertically repeating starts. The background color #fff (white) will be the background color for our content area ***/
}
body {
	font-size: 70%;
	min-width: 760px; /* Don't work in IE */
	color: #fff;
}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h1 a, #header h2 {
	color: #fff;
}
p {
	padding: 7px 0 7px 0;
}
strong 	{ font-weight: bold; }
.nowrap { white-space: nowrap; }

a.link {
	text-decoration: none;
	color: #777;
}
a.link:focus, div.content a.link:hover, div.content a.link:active {
	text-decoration: underline;
}

.bold 	{ font-weight: bold; }

.small 	{ font-size: 90%; }
.clear 	{ clear: both; }

.imgborder 		{ border:solid 2px #000; }	
.alignnone 		{ margin-left: 0; margin-right: 8px; }	
.alignleft 		{ float: left; margin-left: 0; margin-right: 8px; }	
.centered 		{ display: block; margin-left: auto; margin-right: auto; text-align: center;}
.alignright 	{ float: right;	margin-left: 8px; margin-right: 0; }

.fixed			{ position:fixed; }
.hide			{ display: none;}


#mainContainer {
	min-height: 100%;
	background: url(../img/bk_right.gif) 100% 100px repeat-y; /*** This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
}
* html #mainContainer {
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background: #000099;
	padding: 10px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 180px; /*** Same width as margin-left for the float-wrap div ***/
	padding-right: 63px; /*** Our right column width ***/
}
.inner {
	width: 100%;
	padding-bottom: 45px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 100%;
	margin-left: -190px; /*** Same length as .outer padding-left but with negative value ***/
}
#content {
	float: right;
	margin-right: -190px; /*** Same length as .outer padding-left but with negative value ***/
	width: 100%;
	position: relative; /*** IE needs this  ***/
}
.contentWrap{
	padding: 25px 10px 0 0px;
}
/*
.contentWrap ol, .contentWrap ul {
	mmmargin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
*/


.contentWrap .column {
	width:100%;
	min-height:300px;
	float:left;
}

.contentWrap .column .dragbox {
	background: #212427; 
	margin: 0px 0px 20px 0px;
	position:relative;
}

.contentWrap .column .dragbox-title {
	width: 100%;
}

.contentWrap .column .dragbox-title h2 {
	font-size: 18px; 
	font-weight: bold;
	padding: 12px 0 12px 8px;
	border-bottom: 2px solid #1A1D20;
	margin: 0;
	color: #fff;
}

.contentWrap .column .dragbox-content {
	font-size: 120%; 
	margin: 0px;
	padding: 6px 0 6px 8px;
	color: #fff;
	display: block;
	height: auto;
	letter-spacing: 1px;
	width:98%;
}

.contentWrap .column .dragbox-content #iframe_content {
	display: block;
	height: 1500px;
	width:98%;
	background: transparent;
}

.contentWrap .column .dragbox-content table td {
	padding: 0 20px 0 0;
	width:50%;
	vertical-align:top
}

.contentWrap .column .dragbox-content a {
	color: #fff;
}

.contentWrap .column .dragbox-content p {
	padding:0;
}

.contentWrap .column .dragbox-content img {
	border: 1px solid #fff;
	padding: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 180px;
	position: relative; /*** IE needs this  ***/
}
<!--
#left ul {
	list-style: none;
	padding-bottom: 4px; 
}
#left li {
	padding-bottom: 2px;
}
#left h3, #right h3, #left a, #right a {
	color: #fff;
}

/* locale */
#locale {
  	color: #fff;
  	padding-left: 155px;
  	padding-top: 8px;
  	text-align: right;
}

#locale li { 
  	float: left; 
  	margin-right: 0px; 
  	list-style-type: none; 
  	font-size: 11px;
  	color: #fff;
}

#locale li a { 
  	color: #fff;
}

#locale .active { 
	color: #AD2918;
}	

/* mainmenu / menu-list */
#mainmenu {
	padding-top: 3px;
	padding-left: 10px;
}
.menu-list {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	width: 160px;
	text-align: right;
	padding-top: 10px;
	margin-left: 10px;
}
.menu-head-first {
	cursor: pointer;
	position: relative;
	font-size: 14px;
    font-weight:bold;
	color:#fff;
}
.menu-head {
	cursor: pointer;
	position: relative;
	font-size: 14px;
    font-weight:bold;
	color:#fff;
}

.menu-head-first a,
.menu-head a {
	display:block;
	background:#64170D;	
  	color:#fff;
  	text-decoration:none;
	padding: 8px 10px 8px 0;
}

.menu-head-first a:hover,
.menu-head a:hover {
	background:#64170D;
	color: #fff;
  	text-decoration:none;
}

p#active a {
  	background: #1A1D20 !important; 
	color: #fff;
}

.menu-body-closed {
	display:none;
}
.menu-body-open {
	display:block;
}
.menu-body-open a,
.menu-body-closed a {
  display:block;
  color:#fff;
  bbackground-color:#EFEFEF;
  padding: 5px 10px 5px 0;
  text-decoration:none;
  font-size: 12px;
}
.menu-body-open a:hover,
.menu-body-closed a:hover {
  color: #fff;
  text-decoration:none;
}


/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 63px;
	padding: 0px;
	position: relative; /*** IE needs this  ***/
	margin-right: -63px; /** This negative margin-right value is the same as the right column width (width + padding). ***/

}
#right img { 
	margin-top: 4px;	
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	height: 5px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -5px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	color: #fff;
	background: #AD2918;
}
#footer p {
	clear: both;
}
