@charset "UTF-8";
/*

Default CSS for Thumblink type C
Written by TYLIGHT

*/

/***************** Basic Elements *********************/

*	{
	padding:0;
	margin:0;
	font-family:serif;
	font-weight:normal;
	font-style:normal;
}

html,body	{
	background-color:#000;
	color:#fff;
}

body	{
	margin:15px 15px 10em;
}

img	{
	border-style:none;
}

a	{
	text-decoration:none;
	padding-bottom:1px;
}

a:link	{
	color:#ffc;
	padding-bottom:0;
	border-bottom:1px dotted #ffc;
}

a:visited	{
	color:#dd9;
	padding-bottom:0;
	border-bottom:1px dotted #dd9;
}

a:hover, a:active, a:focus	{
	color:#ffc;
	background-color:#666;
}


/******************* Extends ***********************/

h1	{
	font-family:Georgia,serif;
	font-size:270%;
	font-variant:small-caps;
	border-bottom:2px #fff solid;
	margin-bottom:30px;
}

h1:first-letter	{
	font-size:170%;
}

h2	{
	clear:left;
	font-size:130%;
	font-family:Verdana,sans-serif;
	width:400px;
	padding:0;
}

h2:first-letter	{
	font-size:200%;
}

ul li	{
	margin-left:5px;
	padding-left:5px;
	list-style-type:none;
	}
/******************** IDs and Classes ******************************/

#GNAV	{
	float:left;
	width:10em;
	font-size:82%;
}

#GNAV li	{
	padding:2px 0;
}

#GNAV li ul	{
	margin-left:1em;
}

#CONTENTS	{
	margin-left:11em;
	text-align:center;
}

#CONTENTS ul li	{
	float:left;
	width:320px;
	height:240px;
	list-style-type:none;
	font-size:xx-small;
}

#CONTENTS ul li a	{
	border-bottom:0;
	padding-bottom:0;
}

#FOOTER	{
	clear:both;
	padding-top:2em;
	text-align:right;
	font-family:"Times New Roman",cursive;
	font-size:82%;
}

#LNAV	{
	text-align:center;
	margin-bottom:1em;
}

#LNAV li	{
	display:inline;
	padding:2px 4px;
}

