	/* LINKS */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #378858;
	color: #378858;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	}

a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #14C78E;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	}

a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #53DAA2;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	}


/* BODY BG + SCROLLBAR */

body {
	background-color: #EEFA6D;
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #30724B;
	}


	/* DIV LAYERS */

div#layout {
	position: absolute; top: 0; left: 0; width: 427px; height: 332px;
	}

div#tcg {
	position: absolute; top: 3px; left: 415px;
	background-color: #FDB10E;
	padding: 3px;
	border: 1px solid #A19C25;
	margin: 5px;
	width: 160px;
	}

div#main {
	position: absolute; top: 325px; left: 5px;
	background-color: #FDB10E;
	border: 1px solid #A19C25;
	padding: 3px;
	margin: 2px;
	width: 398px;
	}


	/* PARAGRAPH HEADINGS */

h1 {
	padding: 1px;
	margin: 3px;
	background-color: #F79130;
	border: 1px solid #A19C25;
	color: #1B774F;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	line-height: 14px;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;	
	letter-spacing: 5px;  
	}


	/* FORMS */

input, option, select, textarea { 
	background-color: #89B2C6;
	text-decoration: none;
	text-align: left;
	border: 1px solid #000000;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E4E65;
	}


	/* IMAGES */

img#b1 {
	border: 1px solid #000000;
	}


	/* LISTS */

ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	}

li {
	margin: 3px;
	padding: 3px;
	background-color: #F4C050;
	}


	/* TABLES */

table#tcg {
	border: 1px solid #30724B;
	background-color: #F1A90F;
	}

th {
	background-color: #F4C050;
	text-align: center;
	}

td {
	margin: 2px;
	padding: 2px;
	}


	/* PARAGRAPHS */

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'georgia', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	}

p.right {
	text-align: right;
	}

p.center {
	text-align: center;
	}
