body {
	min-width: 80%;
	font-family: helvetica, arial, sans-serif;
        font-size: 10pt;
        background-color: white;
        color: #444444;
}

a
{
        color: #13a;
        font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        padding: 0;
}

a:visited
{
        color: #064;
        background-color: transparent;
}

a:hover
{
        text-decoration: underline;
}

h1
{
        color: #444444;
        font-family: arial, helvetica, sans-serif;
        font-size: 150%;
}

h2
{
        color: #444444;
        font-family: arial, helvetica, sans-serif;
        font-size: 125%;
}

h3
{
        color: #444444;
        font-family: arial, helvetica, sans-serif;
        font-size: 100%;
}

h5
{
        color:#444444;
        font-family: arial, helvetica, sans-serif;
        font-size: 80%;
}

#header {
	width: 80%;
	margin-left: 10%;
}

#container {
	padding-left: 10%;	
	padding-right: 10%;	
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 72%;
	min-height: 350px;
	float: right;
}

#left {
	width: 20%;		
	right: 20%;		
	margin-left: -100%;
	float: left;
}

#right {
	width: 150px;
	margin-right: -150px;
}

#footer {
	width: 80%;
	margin-left: 10%;
	clear: both;
}

/*** IE6 Fix ***/
* html #left {
	left: 150px;
}

