body
{
	padding: 0;
	margin: 0;
	color: black;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

#centrecontainer
{
        width: 1000; 
        height: 100%;
        padding-top: 25px;

}

#footer
{
	text-align: right;
}



#containerleft
{  
       	width: 190px;
	margin-top: 30px;
	margin-left: 40px;
        float:left;
        text-align:right;
       }

#containerleft a
{
	text-decoration: none;
	color: black;
}

#containerleft a:hover
{
	text-decoration: none;
	color: 33CC66;
}

#containerleft h2
{
        font-size: 100%;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	text-align: right;
        padding: 0;
        margin; 0;
        border-bottom: 1px solid black;
}


#containerright
{
	width: 700px;
        height: 100%;
        margin-left: 260px;
        margin-top: 60px;

}


