body
{
	background-color: #fff;
}

p, blockquote, li, h3
{
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

table
{
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
}


#head
{
	text-align: center;
}

#container
{
	width: 1000px;
	\width: 1000px;
	w\idth: 1000px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#left
{
	float: left;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin-right: 10;
	padding-top: 40px;
}

#center
{
	#margin-left: 200px;
	#margin-right: 200px;
	margin: auto;
	padding-top: 0px;
	width: 580px;
	
}

#right
{
	float: right;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin-left: 0px;
	padding-top: 0px;
	border-left:1px grey;
}


#footer
{
	text-align: center;
	border-top: 1px solid lightgrey;
}





#right p, #left p, #footer p
{
	line-height: 150%;
	font-size: 10px;
	font-family: Verdana, Tahoma, Helvetica;
}

.leftbox
{
        border-right: 1px solid #fff;
	width: 80%;
	padding:20px;

}

#left ul 
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    
}

#left li
{
    font-size: 12px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    line-height: 200%;
    text-align:right;
    font-weight: bold;
    color: #777;
}

.leftboxhead
{
	background: #eee;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Verdana, Tahoma, sans-serif;
}

.rightbox
{

        border-bottom: 1px solid lightgrey;
        border-top: 1px solid lightgrey;
        border-left: 1px solid lightgrey;

	
}

.rightboxhead
{
	background: #eee;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Verdana, Tahoma, sans-serif;
}

a
{
	font-weight:bold;
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
}

.mainbody
{
background-image: url('images/greybgd.jpg');
padding:12px;
line-height:normal;
}

.footer p
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #777;
	line-height:14px;
}

h1
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height:normal;
	color: #555;
}

hr
{
	color: #777;
}


.commentform
{

	font-family: Lucida Sans Unicode, Verdana, Tahoma, Helvetica;
	font-size: 11px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: #444;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
