body, html, table, td, img
	{
	margin: 0; padding: 0; border: 0;
	}

a
	{
	color: #CB6131;
	}

a:hover
	{
	color: #F9B342;
	}

/* ----- Default ----- */
body, td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	line-height: 120%;
	}

#shell
	{
	width: 758px;
	margin: 48px auto;
	}


/* ----- Home Page ----- */
#shell #homecontent
	{
	width: 335px;
	padding: 0 48px 0 28px;
	background-color: #F9B342;
	}


/* ----- Sub Page ----- */
#shell .subshell
	{
	width: 100%;
	}

.subshell .subcontent
	{
	width: 348px;
	padding: 48px 12px;
	}
	
.subshell .subimgleft,  .subshell .subimgright
	{
	width: 150px;
	padding: 48px 12px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	}
	
.subshell .subimgleft img,  .subshell .subimgright img
	{
	/* border: 1px solid #F9B442; */
	}
