/* ---[ Default Def ]-------------------------------- */
body {
	margin: 15 0 0 0;
	text-align: center;
	background-color:#ff9900;
}

img {
	border: none;
}

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #973333;
	text-decoration: underline;
}

a:hover * {
	opacity: 0.65;
}



/* ---[ Clearfix ]-----------------------------------  */
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ********* [ Layout ] ***************************************************** */
div#container {
	margin: 20 0 0 0;
	padding: 0;
	width: 700px;
	background-color:#ffffff;
}






/* ********* [ RightScraper ] ***************************************************** */
div.rightScraper {
	float:right;
	width:180px;
	height:100%;
	border-left:1px solid #ff9900;
	text-align:left;
	padding:10px 5px 5px 5px;
}

div.rightScraper div.head {
	text-align:center;
	margin-bottom:10px;
	color:#666666;
	font-weight:bold;
}
div.rightScraper a img {
	margin:5px 0px 10px 0px;
}
div.rightScraper strong {
	color:#666666;
	font-size:11px;
	line-height:1.3em;
}
div.rightScraper a {
	font-size:11px;
	font-weight:bold;
}




p.footer {
	margin: 0px 0px 100px 0px;
	padding: 3px 0;
	font-weight: bold;
	color: #454545;
	font-size:13px;
	width: 700px;
}

p.footer span {
	color: #454545;
	font-size:13px;
	font-weight: normal;
}



/* *********[ Common Class ]*********************************************** */
table.somelist {
	margin: 0;
	width: 480px;
	border-collapse:collapse;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;
	font-size: 15px;
}

table.somelist th {
	width: 139px;
	background:#eeeeee url(/images/dot.gif) repeat-x left bottom;
	color: #0656A6;
	padding: 6px 12px;
	color: #785a70;
	line-height: 1.6;
	padding: 5px 5px 5px 15px;
	text-align: left;
	vertical-align: top;
}

table.somelist td {
	background:#ffffff url(/images/dot.gif) repeat-x left bottom;
	line-height: 1.4;
	padding: 6px 12px;	
	width: 441px;
	line-height: 1.6;
	text-align: left;
}
