/* White space reset */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

body, html, fieldset {
	border: 0;
}

/* avoid browser default inconsistent font-sizes */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

h1, h2, h3 {
	line-height: 1;
}

/* no blue linked image borders */
a img, :link img, :visited img {
	border: none;
}

body {
	color: #37535b; 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 70%;
	line-height: 1.3;
}

.clear {
	clear: both;
}
/*
a {
	text-decoration: none;
	color: #2080ac;
}

a:hover {
	text-decoration: underline;
}	
*/
li {
	list-style-position: inside;
}

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
	width: 1000px;               /* total width */
}      


.center {
	float: left;
	padding: 40px 25px 50px 25px;
	width: 530px;
}

* html .center {				/* fix IE5.x broken box model */
	width: 580px;
	wid\th: 530px;
}


.left {
	float: left;
	width: 195px;              /* left column width */
	margin-bottom: 60px; 
}

.right {
	float: left;
	width: 225px;             /* right column left border */
}


/*** styles communs ***/
.hide {
	position: absolute;
	visibility: hidden;
}

.clear {
	clear: both;
}




.no-border {
	border:0;
}
