/*------------------------------------------------------------

* Filename: basic.css
* Version: 1.0.0 (2009-07-07) 
* Website: http://
* Author: Medialand digi-tech. Inc. Ʀ 
* Contact: service@mail.medialand.com.tw
* Description: basic elements

== STRUCTURE: ==============================
* Page width: 990 px
* Number of columns: 2

+ WRAPPER
	+ Nav
	
	+ Container
	  - center_cont
	  		-column_bottom
	  		-column_banner
			-column_left

	  - footer
	  		-address

============================================


== Color Codes: ============================
* Background: #ffffff(white)
* Content:
* Header h1:
* Header h2:
* Footer:

a(standard):
a(visited):
a(active):

============================================


== Typography: ============================
Body copy: 1.2em/1.6em Verdana, Helvetica, Arial, Geneva, sans-serif;
Headers: 
Inputs, textarea: 
Sidebar heading: 

Notes: decreasing heading by 0.4em with every subsequent heading level
============================================

-------------------------------------------------------------*/
html{}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-justify:distribute;
	text-align:justify;
	padding: 0px;
	margin: 0px;
	background: #000000;
} 

input,select,textarea {
	font-size: 12px;}

/* H1: site-name title */
h1 {
	margin: 0px;
	padding: 0px;
}

/* H2: page title */
h2 {
	margin: 0px;
	padding: 0px;
	/*text-indent: -9999px;*/}
	
/* H3: sidebar title */
h3 {
}

/* H4: section title */
h4 {}

/* H5: product title */
h5 {}

/* H6: section title */
h6 {
}


a:link {
	color: #696969;
	text-decoration: none;}
a:visited {
	color: #9d9d9d;
	text-decoration: none;}
a:hover {
	color: #fe0000;
	text-decoration:none;}
a:active {
	color: #b50000;}

#clear{clear:both;}
