.menuleft{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.menuleft li{
border-bottom: 1px solid #1C1C1C;
}

.menuleft li a{
background: #003 url(images/menu_right.png) no-repeat right top;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0;
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #1C1C1C;
}

.menuleft li a:visited, .menuleft li a:active{
color: white;
}

.menuleft li a:hover{
background-color: #222;
color: #ff0000;
border-bottom: 1px solid black; 
}
/* and here comes the additional code the for body of the page */

*{ margin:0; padding:0;}
body{ font:100% normal Script MT Bold, Monotype Corsiva, Arial, sans-serif; background:#fff;}
html, body {height:100%;}
form,input,select,textarea{margin:0; padding:0; color:#664444;}

div.box {
margin:0 auto;
width:950px;
min-height:100%;
background:#aaaaff;
//position:inline;		- may be the wrong tag
display:inline;		
top:15px;
bottom: 15px;
padding: 0 0 0 0;
border:1px solid #262626;
}

div.box cHeader{
width:950px;
background:#fff;
}

div.box h1 { 
color:#111133;
font-size:18px;
text-transform:normal;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712;
text-align:left; 
}

a, a:link, a:visited, a:active {
text-decoration: none;
color: #338;
}

a:hover {
color: #cc0000;
}

div.box label {
width:100%;
min-height:100%;
display: block;
background:#ececff;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:0px 0 0px 0;
}

div.box label span {
display: block;
color:#bbbbbb;
font-size:12px;
float:left;
width:20%;
text-align:left;
padding:0px 14px 0 0; /*// was 2px top not 0 */
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#ccccff;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:0px 20px 0px 20px;
background:#ccccff;
color:#000;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
font-size: 18px;
/* min-height: 1000px;  // testing */
/* overflow: visible;  for IE proper formatting of left column nav bar not overlapping other div message tag moved to ext notIE.css */
width:650px;
}

div.box .banner{
background: white;
}

div.box .message .gallery li {
        display: inline;
        list-style-type: none;
		float: left;
        width: 150px;
        min-height: 175px;
        margin: 0 15px 15px 0;
        text-align: center;
	}
div.box .message .gallery li img {
		width: 150px;
		border: 0;
}

div.box .message h2 {
/*		color:#aa7744;  */
		color:#993300;
		font-style:oblique;
		font-stretch:semi-condensed;
		font-size:24px;
		padding-top: 10px;
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.cFooter{
	position:relative;
	left:0px;  /*//-- position:relative tag fixed 10 pixel float to right...*/
	margin-top: 10px;
	width:950px;
	height: 100px;
	background:#335;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ddd;
}