@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;
}

#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;
	color: red;
	padding: 0px;
	margin: 0px;
}

#links {
	font-size: 12px;
}

img {
	border: 0px;
}

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

.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;
}

#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_yearnav span {
	display: block;
	background-image: url(../images/year_02.gif);
	width: 70px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	float: left;
}

#monthlypic_yearnav a {
	float: left;
}
#monthlypic_year h3 {margin: 0px; padding: 0px;}

#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;}

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