@charset "utf-8";

/*  =========================================================
	File: 001a.css
	Date: 100219
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
.clearing {
	clear:both;
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#000;
}

div#container {
	width:728px;
	margin:0 auto;
	text-align:left;
	color:#000;
	background:#c6f;
}

/* All Links */
a { 
	outline:none;
	text-decoration:none;
	padding:0;
} 
a:link { 
	color:#000;
	text-decoration:underline;
}
a:visited { 
	color:#000;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */
   
div#header {
	width:728px;
	color:#fff;
	background:#000;
}

div#header img {
	border-bottom:1px solid #000;
}

/* ==============================================
   IV - Content
   ============================================== */
   
/* desc */
#desc {
	margin:0 22px 0 22px;
	padding-bottom:5px;
}

#desc h1 {
	color:#000;
	font-size:150%;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:3px;
}

/* maincontent */
div#maincontent {
	float:left;
	width:728px;
	margin:10px 0 10px 20px;
}

div#maincontent img {
	margin:4px;
	padding:1px;
}

div#maincontent a img {
	border:1px solid #000;
}

div#maincontent a img:hover {
   border:1px solid #fff;
}

/* tgps */
.tgps {
	margin:2px 0 2px 66px;
}

.tgps img a,
.tgps img a:hover { 
	padding:1px;
	border:1px solid #000;
}

.promotxt {
	font-size:270%;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
}

div#footer {
	text-align:center;
	width:728px;
	height:55px;
}

div#footer p {
	text-align:right;
	margin:25px 20px 10px 0;
}

div#footer .xxx2257 {
	font-size:80%;
	margin:15px 0 5px 0;
}
