@charset "utf-8";

.hidden {display: none;}
.center {text-align: center;}
.clear {clear: both;}
.text {padding: 5px;}

h1, h2, img, form{margin: 0; padding: 0;}

body{
	margin-top: 10px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#container {
	float:left;
	width:100%;
	background-image: url(../images/layout/side.gif);
	background-repeat: repeat-y;
	overflow:hidden;
	position:relative;
}

#left {
	float:left;
	width:160px;
	background-image: url(../images/layout/top-lft.gif);
	background-repeat: no-repeat;
	padding-top: 240px;
	text-align:center;
}
#main {
	float:left;
	width:660px;
}
#right {
	float:left;
	width:160px;
	background-image: url(../images/layout/top-rht.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
	text-align: center;
}

#header{
	margin: 0px;
	height: 150px;
	padding-top: 70px;
	background-image: url(../images/layout/top-mid.gif);
	background-repeat: repeat-x;
}

#header .scriptbox {
	margin-top: 26px;
	font-size: 24px;
	text-align:center;
}

#header p {
	margin: -18px 8px 0 0;
	float: right;
}

#footer{
	clear: both;
	width: 100%;
	background-image: url(../images/layout/bottom.gif);
	background-repeat: no-repeat;
	height: 72px;
	text-align: center;
}


#catalog td {vertical-align:top;}

#disclaimer, .note {
	color: #330033;
	font-size: 12px;
	font-style: italic;
}

#faq dt {
	font-weight: bold;
	padding-top: 1em;
}

.warning {
	font-weight: bold;
	font-size: 75%;
	color: red;
	padding: 0px;
	margin: 0px;
}

#links {
	font-size: 12px;
}

img {
	border: 0px;
}

.scriptbox {
	font:normal 18px "Pristina", "Monotype Corsiva", "Times New Roman", serif;
	padding: 8px;
}

.promo {
	text-align: center;
	background-color: #FFFFFF;
	display: block;
	width: 120px;
	border: 3px solid #553;
	font-size: 12px;
	margin: auto;
	margin-bottom: 5px;
	padding-top: 5px;
}

.promo p {
	margin: 5px;
}

.email-subscribe p {
	font-size: 12px;
	margin-bottom: 4px;
}

#right img {
	border: 3px solid #553;
	margin-bottom: 15px;
}

#footer p{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#monthlypic{
	text-align: center;
}

#monthlypic_yearnav {
	width: 120px;
	margin: auto;
	padding: 0px;
}

#monthlypic_year {
	display: block;
	background-image: url(../images/year_02.gif);
	width: 70px;
	height: 26px;
	padding-top: 4px;
	margin: 0;
	text-align: center;
	float: left;
}

#monthlypic_yearnav a {
	float: left;
}

#monthlypic table {
	border-collapse: collapse;
	padding: 0px;
	clear: both;
	margin: auto;
}

#monthlypic img {
	border:none;
	margin: 0px;
	padding: 0px;
}

#monthlypic td, tr {
	margin: 0px;
	padding: 0px;
}

#navigation {
	border-top: 1px solid #996;
	width: 156px;
	margin-left: 2px;
}
#navigation a {
	background: #FFF url(../images/layout/nav.gif) repeat-x top left;
	color: #553;
	font: bold 14px Tahoma,sans-serif;
	padding: 0px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 156px;
	float: left;
}
#navigation a:hover, #navigation a#active {
	background-position: left bottom; color: #331;
}

#poll {
	padding: 2px;
	text-align: center;
	font-size: 12px;
}
#poll h3 {
	font-size: 12px;
	margin: 3px;
	border-bottom: 1px solid;
}
#poll label {
	display: block;
	width: 100%;
	text-align: left;
	padding-right: 5px;
	padding-left: 20px;
	text-indent: -20px;
}

#alt-links a{
	font-size: 10px;
}

#denee-pic {
	float: right;
	margin: 18px 10px 0 16px;
}

/* Contact Form */
#contact div.data {
	float: left;
	margin-right: 20px;
}
#suggestions {
	height: 200px;
	padding: 10px;
	color: #f00;
}
#suggestions h3 {
}

iframe {
	border: none;
}

