body {
	margin: 0;  /*remove all default margins!*/
	padding: 0; /*remove all default paddings!*/
	/*these rules will apply to the body tag itself*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*a global setting that should cascade*/
    font-size: 62.5%; /*same here*/
	text-align:center;
	color: #5F5C5C;
}

body * {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	
}
#tea {
	width: 716px;
	height: 681px;
	margin: 5px auto;
	background: url(../images/bgwhite.gif) bottom left no-repeat;
	text-align:left;
}
.cellborder {
border-right:1px solid #dfdfdf;
border-bottom:1px solid #dfdfdf;
}

#teaser {
	width: 716px;
	height: 681px;
	margin: 5px auto;
	background: url(../images/background.gif) bottom left no-repeat;
	text-align: center;
}

img { border: 1px solid #CFCFCF;
	  padding: 3px; }
	  
p { padding-bottom: 15px; }

#content { padding-top: 20px;}

/* =========== TOP NAVIGATION ======================*/

#topnav {
	margin: 40px 0 0 0;
	font-family: Verdana;
}

#topnav li a {
	display: inline;
	padding: 0 8px;
	color: #706E6D;
	list-style-type: none;	
}

#topnav li a:hover {
	color: #990000;
}

#topnav li {
	display: inline;
	font-size: 1.1em;
}

/* =========== FOOTER NAVIGATION ======================*/

#bottomnav {
	margin: 5px 0 0 0;
	font-family: Verdana;
}

#bottomnav li a {
	display: inline;
	padding: 0 4px;
	color: #706E6D;	
}

#bottomnav li a:hover {
	color: #990000;
}

#bottomnav li {
	display: inline;
	font-size: 1.1em;
}

/* =========== SIDE NAVIGATION ======================*/

#sidenav li {
	padding: 0 0 10px 0;	
}

#sidenav li a {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#sidenav li a:hover {
	border-bottom: 1px dotted #5F5C5C;
}

/* =========== PAGINATION ======================*/

#pagination li {
	padding: 0 0 12px 0;
	list-style-type: none;
	display: inline;
}

/* =========== SITE FONTS ======================*/
.page_header { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
}

.page_font { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.gentest {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #990000;
}
.gentest1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #990000;
font-weight:bold;
}

.shoptest {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #626364;
line-height:20px;
}
a.shoptest:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #626364;
line-height:20px;
}
a.shoptest:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #990000;
line-height:20px;
}

#teaser1 {
	width: 616px;
	height: 681px;
	margin: 2px auto;
	background: url(../images/background.gif) bottom left no-repeat;
	text-align: center;
}

.page_font1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

