* { padding: 0; margin: 0; }

body {
 font-family: verdana;
 font-size: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #000000;
	width: 900px;
	float: left;
	padding: 10px;
	/*border: 1px solid #ccc;*/
	height: 20px;
	margin: 10px 0px 0px 0px;
	background: white;
	font-weight: bold;
}
#leftcolumn { 
 color: #333;
/* border: 1px solid #ccc;*/
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 550px;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
/* border: 1px solid #ccc;*/
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
 width: 555px;
 display: inline;
 text-align:justify
}
#rightcolumn { 
 color: #333;
/* border: 1px solid #ccc;*/
 background: white;
 margin: 0px;
 padding: 10px;
 height: 550px;
 width: 150px;
 float: right;
 text-align:left
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
/* border: 1px solid #ccc;*/
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align:right
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
