.Col_Both {
	width: 100%;
}

.Col_Left {
	width: 150px;
}

.Col_Right {
	width: 400px;
}

.Col_Title {
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

hr{
	border:1px solid #fff;
	background:#fff;
	height:1px;
	width:100%;
}

body{
	background:#ffffff url(images/site_bk.jpg);
	font-family:Verdana, Arial, Helvetica;
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper{
	background-image:url(images/table_bk.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	padding:0px 0px 0px 0px;
}

#header{
	background-image:url();
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	height:283px;
	padding:0px 0px 0px 0px;
}

#footer{
	background-image:url(images/template_base.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	height:240px;
	padding:0px 0px 0px 0px;
}

h1{
	font-size:16px;
	color:#fff;
}
/*
#################################################
# Section Title
# 
#################################################
*/
table.template_table {
	padding:0px 0px 0px 0px;
	margin:250px 0px 40px 0px;
	font-size:12px;
	line-height:18px;
	width:600px;
	border:0px;
	padding:0px;
	text-align:left;
}
table.template_table  th {
	color:#fff;
	-moz-border-radius: ;
}
table.template_table  td {
	text-align:left;
	color:#fff;
	padding:5px;
	font-size:12px;
	margin:0px;
	border-bottom:1px solid #fff;
	-moz-border-radius: ;
}

.box{
border:0px solid #111;
padding:5px;
margin:0px;
}
.box_image{
border:0px solid #efefef;
padding:5px;
width:200px;
margin:0px;
}
.box_text{
border:0px solid #efefef;
padding:5px;
width:100%;
margin:0px;
}