body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E7E7E7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtrHdr #container {
	width: 733px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background: #FFFFFF url(images/v1_05.jpg) repeat-y;
	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. */
}
.oneColFixCtrHdr #topcurve {
	background: #DDDDDD; 
	margin:0px;
	padding: 0px;
	height:22px;
}

.oneColFixCtrHdr #header {
	background: #FFF; 
	margin:12px 12px 12px 22px;
}

.oneColFixCtrHdr #mainContent {
	margin:5px 20px 20px 20px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0px; 
	margin:0px;
	background:#DDDDDD;
	background-image: url(images/bottomcurve.jpg);
	height:22px;	
	font-size:12px;	
}

.oneColFixCtrHdr #footer p {
	font-weight:normal;
	font-size:0.9em;
	margin: 0px 0px 0px 490px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#banner {
	background-repeat: repeat-x;
	padding: 0px;
	margin: 1px 10px 0px 10px;
}

.contentfull {	
	float:left;
	width:100%;
}

.contenthalf {	
	float:left;
	padding:10px;
	width:320px;
}

.contentdivider {	
	float:left;
	width:100%;
	height:2px;
	background-image: url(images/divider.png);
}

.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;
}

.box {
	float:left;
	background:url(images/box-gradient.png);
	height:146px;
	width:326px;
	margin:10px;	
}



.box h1 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight:bold;
	color: #0099CC;
	margin:10px;
	background:none;
}

.box-taxation {	
	background:url('images/thumb-jigsaw.png');			
}
.box-record {
	background:url('images/thumb-postit.png');			
}
.box-accounts {	
	background:url('images/thumb-piggy.png');				
}
.box-mgmt {
	background:url('images/thumb-graph.png');			
}

/* must be after the individual boxes */
.box-inner {	
	background-repeat:no-repeat;
	background-position: center right;
	margin:5px;	
}

.box-buttons {		
	margin:10px;
	height:100px;	
	background-position:bottom right;
	background-repeat:no-repeat;			
}

/* button 'superclass', used in combination with box-button-out or box-button-over */
.box-button {	
	height:25px;
	padding:5px 5px 5px 10px;
	width:205px;	
}

.box-button-out {
	background:url('images/box_button.png');
	background-repeat:no-repeat;
}

.box-button-over {
	background:url('images/box_button_over.png');	
	background-repeat:no-repeat;
}

a.box-link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	margin:0px;
	padding:0px;
	
}

h1 {
	font-family: Tahoma;
	font-size: 1.8em;
	color: #0099CC;
	margin:0px 0px 0px 0px;
	padding:0px;	
	background-repeat:repeat-x;
	background-position:bottom right;
}

h2 {
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight:bold;
	color: #0099CC;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height : 17px;
	color: #000000;
	margin:2px 0px 8px 0px;
	
}

#inset-calculator {
	float:right;
	width:240px;
	height:220px;
	background:url('images/inset-calculator.png');
	background-repeat:no-repeat;
	padding:2px;	
}

#inset-jigsaw {
	float:right;
	width:240px;
	height:261px;
	background:url('images/inset-jigsaw.png');
	background-repeat:no-repeat;
	padding:2px;
}

#inset-box {
	float:right;
	width:240px;
	height:261px;
	background:url('images/inset-box.png');
	background-repeat:no-repeat;
	padding:2px;
}

.fleft {
	float:left;	
	width:420px;	
	padding:10px;	
}

ul {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;	
	margin:0px;
	padding:0px;
}

li {
	margin:10px;	
	list-style: none;
	padding-left: 2.2em;	
	background: url(images/bullet.png) no-repeat left center;
}
a {	
	font-family: Tahoma;
	font-size: 12px;	
	color: #3C9EBF;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
}

#menu {
	background-image: url(images/menu_gradient.jpg);
	background-repeat: repeat-x;
	width: 713px;
	margin:0px 12px 0px 12px;
	padding: 0x;
	height: 34px;
}
#menu ul {
	list-style: none;
	margin:0px 0px 0px 4px;
	padding:0px;		
}
#menu ul li {
	float:left;
	display: inline;
	list-style: none;
	border-right: 1px solid #3399CC;
	font-family: Tahoma;	
	font-weight: bold;
	padding:0px;
	background: none;
	margin:0px;	
}

#menu ul li a {
	text-decoration: none;
	float:left;
	color: #FFF;
	font-size: 12px;	
	padding:10px 10px 5px 10px;
	height:18px;
	margin:0px;	

}

#menu ul li a:hover {
	font-size: 12px;
	background-image: url(images/menu_gradient_over.jpg);
	background-repeat: repeat-x;
}