/* ------------- "generic" styles */

body
{
	margin: 0 0 0 0;
}

#centered
{
	margin-left:10%;
	margin-right:10%;
}

h1, h4, p
{
	margin-left: 10px;
	margin-right: 10px;
}

h2, h3
{
	margin-left: 10px;
	margin-right: 5px;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#959595;
	line-height:1;
	font-weight:100;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#959595;
	text-align:left;
	margin-top:10px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#959595;
	text-align:right;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#959595;
	line-height:.5em;
	text-decoration:none;
	background-image:url(images/slices/line.gif);
	background-repeat:repeat-x;
	background-position: 100% 100%;
	padding-bottom: 10px;
	white-space: nowrap;
}


a {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	text-align: left;
	text-decoration:none;
	color:#f5edc8;
	font-weight:bold;
}


a:active {
	text-align: right;
	text-decoration:underline;
	color:#ffffff;
}

a:hover { 
	text-align: right;
	text-decoration:underline;
	color:#ffffff;
}


a img {
	border: none;
}



/* ------------- left column styles */
#left
{	display:none;
}


/* ------------- main styles */

#main
{
	float:left;
	width:460px;
	height:567px;
	margin-left:0%;
	margin-top:0px;
	background-color:#5c4f46;
}

#main img.logo
{
	float: left;
	margin: 10px 8px 20px 8px;
}

#main img.flash
{
	display:none;
}
		
		
/* ------------- right column styles */

#text
{
	float:left;
	width:25%;
	min-height: 100px;
	margin-left:0%;
}

#text p
{
	line-height: 1.2em;
}	

