/* CSS Document */
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
body {
	background-color: #000000;
	text-align:center;
	width:100%;
}
.page_container
{
	position: relative;
	width:980px;
	margin: 0 auto;
}

a:link {
	color: #a5231a; text-decoration:none
}
a:visited {
	color: #a5231a; text-decoration:none
}
a:hover {
	color: white; text-decoration:none
}
a:active {
	color: #a5231a; text-decoration:none
}

textarea {width:200px;height:100px}



.red {color:#a5231a}
.footer {font-size:11px; color:#655a50}
.font11 {font-size:11px}
.font13 {font-size:13px}
.search {border:solid #beac91 1px; font-size:11px; color:#685E52}
.title {color:#a5231a; font-size:18px; font-weight:bold}
.white {color:#FFFFFF}

.b-out {color:#b32206; font-size:16px; font-weight:bold; height:97px}
.b-on {color:#ffffff; font-size:16px; font-weight:bold; background-color:#b32206; height:97px}

.contact {border:solid 1px #d1c4b0; background-color:#f2efe9; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:4px}

.border {background-color:#000000; border:solid 1px #8e2221; height:96px; width:96px}

.btn-blue{
 background-image: url(images/ptn-blue.jpg); 
 background-repeat: no-repeat;
 width: 190px; 
 height: 30px;
 text-align: center;
 color: white;
 font-weight: bold;
 font-size: 14px;
 cursor: pointer;
}

.news-scroll{
 background-image: url(images/index-newsbg.jpg); 
 background-repeat: no-repeat;
 width: 240px; 
 height: 290px;
 text-align: center;
 color: black;
 font-size: 14px;
 cursor: pointer;
}

.btn-active{
 background-image: url(images/active.jpg); 
 background-repeat: no-repeat;
 width: 190px; 
 height: 30px;
 text-align: center;
 color: white;
 font-weight: bold;
 font-size: 14px;
 cursor: pointer;
}
.imgcell img, .imgcell a { display: block; }
select {width: 180px;}


#headcontent {
  color:red;
  }
  
#leftcontent {
  color:green;
	float:left;
  }

#centercontent {
	float:left;
  color:blue;
  }

#rightcontent {
	float:left;
  color:blue;
 }
#footercontent {
 clear:both;
}

#cartype{font-size:15px;}
#cartype_table{margin-left:15px;margin-top:3px;}
#cartype_container{margin-top:3px;}


a.main_index:link {
	color: black; text-decoration:none
}
a.main_index:visited {
	color: black; text-decoration:none
}
a.main_index:hover {
	color: black; text-decoration:none
}
a.main_index:active {
	color: black; text-decoration:none
}

.pointer {cursor:pointer;}
