/* CSS Document */
body 
{
	background: #ececec;
	font-family: arial;
	color: #666666;
	font-size:12px;
	margin:0px;
	padding:0px;
}

a
{
	color: #666666;	
	text-decoration:underline;
}
a:hover
{
	color:#cd6600;
}


div.main
{
	padding: 10px 20px 0px 20px;
	margin:0 auto 0 auto;
	width:760px;
	background: url(../images/shade.gif);
}

div.box_top
{
	text-align: right;
	background: url(../images/circle_s.jpg) no-repeat ;
	height: 242px;
}

div.box_top, div.box_bottom
{
	border:1px solid #ddd;
	padding:10px;
}
div.colum_left
{
	margin: 0px 10px 0px 0px;
	float:left;
	border-right:1px solid #444;
	width:570px; 
	float:left;
}

div.colum_right
{
	
	float:left;
	width:155px; 
}

div.title
{
	padding: 2px;
	border: 1px solid #333;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	margin: 10px 0px 10px 0px ;
}
div.title a
{
	color: #ffffff;
	font-weight: normal;
}
div.title a:hover
{
	color:#FFCC00;
}

div.btm_shadow
{
	margin:0 auto 0 auto;
	background: url(../images/footer.gif) no-repeat;
	height:5px;
}

div.plain
{
	text-align: center;
	margin:20px auto 20px auto;
}

.img 
{
  padding:6px;
  border:1px solid #ddd;
}
li.list
{
	padding-top:10px;
}
h2
{
	color:#666;
}
h4
{
	letter-spacing: 0.2cm;
}
