/* White space reset */
dl, dt, dd, 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;
}

/* no blue linked image borders */
a img, :link img, :visited img {
	border: none;
}
html {
	font-size: 62.5%;
}
body {
	color: #000000; 
	font: normal 1.1em/1.5 "Trebuchet MS", verdana, arial, sans-serif;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #403377;
}

a:hover {
	text-decoration: underline;
}	

li {
	list-style-position: outside;
}

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

.wrapper {
	width: 1000px;	             /* total width */
	margin-left :auto;
	margin-right :auto;
}      


.center {
	float: left;
	padding: 20px 10px 50px 10px;
	width: 589px;
}

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


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

.right {
	float: right;
	width: 215px;
}


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

.clear {
	clear: both;
}

.no-border {
	border:0;
}
