@charset "utf-8";
/* CSS Document */
/*
    dinosaurmoviefans web site CSS
    table version
    by Bogs Paulino
    developed for XHTML/HTML dinosaurmoviefans.com
*/

/* ===== global styles ===== */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

p, h1, h2, h3, h4, h5, h6, li {
    color: #FFF;
}

p {
	font-size: 0.9em;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.6em;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
}

h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
}

h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
}

/* ===== main menu ===== */

#mainMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #f4cc97;
    vertical-align: bottom;
}

#mainMenu img {
    border: none;
}

#mainMenu a:link,
#mainMenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f4cc97;
}

#mainMenu a:hover {
	font-weight: bold;
	color: #fbecd9;
}

#mainMenu a.active {
	font-weight: bold;
	color: #FFF;
}

/* ===== outer table ===== */

#outerTable a:link,
#outerTable a:visited {
    color: #f4cc97;
    text-decoration: none;
}
#outerTable a:hover {
    color: #fff;
}

#enterFlash p,
#enterHTML p {
	text-align: center;
}

/* ===== leftContent ===== */

td#contentLeft a.active {
	font-weight: bold;
	color: #FFF;
}

/* ===== mainContent ===== */

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px;
}

#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 15px 0 0 15px;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 15px 0 0 13px;
}

#mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 15px 0 0 15px;
}

td#mainContent a.email,
td#mainContent a.purchase {
	font-weight: bold;
	color: #f4cc97;
}

td#mainContent p.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCC;
}

td#mainContent ul li {
	font-size: 0.9em;
}

td#mainContent ul#stores li {
	font-weight: bold;
}

/* ===== footer ===== */

#footer {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.9em;
    color: #fff;
	text-align: center;
}
#footer a {
    color: #ccc;
    text-decoration: none;
}