*{ 
    margin:0;padding:0; 
} 
html,body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	background-color: #FFFFFD;
	color: #333333;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper {
	width: 740px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	background-color: White;
}
#wrapperTop {
	width: 740px;
	height: 10px;
	background : url(bgtop.gif) no-repeat;
	background-position: bottom;
	margin: 0px auto 0px auto;
}
#wrapperLeft {
	background : url(bgleft.gif) repeat-y left center;
}
#wrapperRight {
	background : url(bgright.gif) repeat-y right center;
}
#wrapperBottom {
	width: 740px;
	height: 10px;
	background : url(bgbottom.gif) no-repeat;
	margin: 0px auto 0px auto;
}
#contents {
	width: 690px;
	height: 100%;
	margin: 0px auto 0px auto;
	border: 0px solid;
}
#pushheader {
	height: 10px;
}
#header {
	background-image : url(CSSheader.jpg);
}
#navigation {
	width: 690px;
	margin: 10px 0px 10px 0px;
}
#pushcolumn {
	height: 10px;
}
#leftcolumn { 
	float: left;
	width: 120px;
	height: auto;
}
#rightcolumn { 
	float: right;
	width: 550px;
	height: auto;
}
#footer {
	clear: both;
	width: 690px;
	vertical-align: middle;
}
#access {
	width: 690px;
	height: 25px;
}
#pushfooter {
	height: 10px;
}
form {margin: 0;} 