	
body
{
	margin: 60px 0px 0px 55px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: black;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
		 



.r4
{
	font-size: 100%;
	color: white;
	font-style: italic;
}

.rp 
{ 
	margin: 25px;
	color: white;
}

.rtitle
{
	margin: 25px;
	color: white;
	font-style: italic;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
	width: 880px;
	margin: 10px auto auto auto;
}
#singlecolumn
{
	width: 740px;
	padding: 10px auto auto auto;
	background-color: #666;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
	clear: both;
}

#textcolumn
{
	width: 640px;
	float: left;
	padding: 10px auto auto auto;
	clear: none;
}

#leftcolumn
{
	width: 420px;
	float: left;
	padding: 10px auto auto auto;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
}

* html .leftcolumn { width: 639px; }


#rightcolumn
{
	width: 420px;
	float: left;
	padding: 10px;
	background-color: transparent;
}

* html .rightcolumn
{
	width: 199px; 
}

.chooseitem
{
	background-color: #000;
	padding: 5px;
}