	/* LINKS */

a:link, a:visited, a:active, a:hover {
	font-family:'georgia', 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #3B3938;
	}

.nav a {
	padding: 0 10px;
	}


	/* BODY */

body {
	background:#F1D9C0 url(images/bg.jpg) top repeat-x;
	margin: 0;
	text-align: justify;
	font-family:'georgia', 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #8D6A47;
	}


/* DIV LAYERS */

div#top {
	background: url(images/bg.jpg) top repeat-x;
	position: absolute; top:0;right:0;
	width: 780px;
	height: 150px;
	}

div#content {
	position: absolute; top:150px;right:0;
	width: 780px;
	overflow:auto;
	}

div#onlinetcgs {
	background: #F6A24D url(images/menubg.jpg) bottom no-repeat;
	float: left;
	width: 150px;
	margin: 0;
	padding: 15px 10px 0 10px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	}

div#main {
	float: right;
	width: 606px;
	margin: 2px;
	}

div#clear {
	clear: both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
	}

div#footer {
	background: url(images/bottom.jpg) bottom no-repeat; 
	width: 780px;
	height: 150px;
	margin:0;padding:0;
	}


	/* PARAGRAPHS */

h1 {
	border-bottom: 1px dotted #C27221;
	color: #A7631D;
	padding: 3px 5px 3px 10px;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin:2px;
	}

h2 {
	border-bottom: 1px dotted #C27221;
	color: #A7631D;
	padding: 3px 5px 3px 10px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin:2px;
	}

.nav ul {
	list-style-type: none;
	padding: 0;
	}

.nav li {
	border-bottom: 1px dotted #C27221;
	border-left: 5px dotted #F0BD79;
	padding: 3px 0 2px 3px;
	}

p {
	text-align: justify;
	padding: 5px;
	margin: 5px;
	font-family:'georgia', 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: normal;
	color: #8D5822;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}


	/* TABLES */

table {
	border: 0;
	}

input, option, select, textarea { 
	background-color: #CCBDAE;
	text-align: left;
	border: 1px solid #C27221;
	font-family:'georgia', 'trebuchet ms', arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A5249;
	}

