.images{
display:inline;
float:left;
margin:2px;
}

#InportantLinks{
text-align:center;
color:#666666;
}
#InportantLinks a{
color:#000000;
}
#Titles{
color:#FFFFFF;
}	
#Titles a{
color:#FFFFFF;
}	
#Titles a:hover{
color:#CCCCCC;
}		
	
	.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 2px 2px 2px 1px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 2px 3px 2px 1px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font:8px Verdana;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
text-decoration: none;
padding: 2px 5px 2px 1px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: navy;
font: 10px Verdana;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

#tabcontentcontainer{
width:560px; /*width of 2nd level content*/
margin-left:10px;
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}













 
<!-- 

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/b1.jpg);
}
body a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#CC0033;
}
.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/backgroundm.jpg);
	background-repeat:repeat-y;
} 
.oneColFixCtrHdr #header {
	background: #faa5a8; 
	padding: 0 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/bettyboop.jpg);
	background-repeat:no-repeat;
	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(images/bettyboop.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:1px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h1 {
font-size:16px;
color:#FF0033;
line-height:18px;
margin-top:5px;
border-bottom:1px #990066 solid;
}
 .twoColFixLtHdr #mainContent h1 a{
font-size:16px;
color:#FF0033;
line-height:18px;
margin-top:5px;
border-bottom:1px #990066 solid;
text-decoration:none;

}
.twoColFixLtHdr #mainContent h1 a:hover{
font-size:16px;
color:#CC00FF;
line-height:18px;
margin-top:5px;
border-bottom:1px #990066 solid;
text-decoration:none;

}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	border:1px #000000 solid;
	border-top:1px #000000 solid;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#menu4 {
	width: 170px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 0px;
	border-width: 0px;
	}
	
#menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
#MenuHeading{
color:#FFFFFF;
	display: block;
	background:  url(menuhead.gif);
	padding: 8px 0 0 10px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

--> 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 200px; }
<![endif]--><!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->








/* BASKET LAYOUT*/

#boxes{
border:0px #FFFFFF solid;
}
.halfsize{
border:0px #FFFFFF solid;
}
.halfsize2{
border:0px #FFFFFF solid;
}

fieldset div.row{
		margin: 0 0 0.5em 0;
	}
	.row.select {
	margin-left:5px;
	}
	fieldset div.row.text label,
	fieldset div.row.select label,
	fieldset div.row.file label{
	display:block;
	float:left;
	width:100px; 
	padding:4px 3px 3px 0px;
	margin:0;
	margin-left:5px;
	cursor:text;
	font-size: 0.9em;
	}
	fieldset div.row.file label{
	min-width:90px;
	}
	
	fieldset div.row.text input,
	fieldset div.row.text textarea,
	fieldset div.row.file input{
	float:left;
	width:88px;
	padding:3px 3px;
	margin:0;
	border:1px solid #797979;
	background:#fff url(images/graphics/inputBg.jpg) repeat-x;
	font-size: 0.9em;
	width: 108px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	fieldset div.row.text textarea.long{
		width: 348px;
	}
	
	
	fieldset div.row.file input{
		width: auto;
	}
	
	fieldset div.row.text input.onFocus,
	fieldset div.row.text input:focus,
	fieldset div.row.text textarea:focus,
	fieldset div.row.text textarea.onFocus,
	fieldset div.row.file input:focus,
	fieldset div.row.file input.onFocus{
	border:1px solid #000000;		
	background:#fff url(images/graphics/inputBgFocus.jpg) repeat-x;
	}
	
	fieldset div.row.text input.highlight,
	fieldset div.row.text textarea.highlight,
	fieldset div.row.file input.highlight{
	border:1px solid #FF0000;		
	}
	
	fieldset div.row.select select{
	font-size: 0.9em;
	width:104px;
	}