 * { padding: 0; margin: 0; }
 body {
	background: #111 url(/images/body.gif) 50% 0 no-repeat;
	background-attachment: fixed;
	font-family: 'Lucida Sans Unicode', verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1;

 }

img {
	border: none;
}
 
#header {
	margin: 0 auto;
	width: 760px;
	background: url(/images/header.jpg);
	min-height:238px; 
	height:auto;
	position: relative;
}


#girl {

	position: absolute;
	top: 26px;
	left: 116px;
	width: 108px;
	height: 209px;
	background: url(/images/girl1.gif);

}


/*\*/
* html #header {
	height: 238px;
}
/**/

ul#navigation {
list-style-type: none;
}

#navigation a {
	
	position: absolute;
	bottom: 3px;
	display: block;
	width: 98px;
	min-height:59px; 
	height:auto;
}

#navigation a p {
	position: relative;
	bottom: 2000px;
}

/*\*/
* html #navigation a {
	height: 59px;
}
/**/

a#home-on {
	width: 98px;
	right: 440px;
	background: url(/images/link-home-on.gif);
}
a#home {
	width: 98px;
	right: 440px;
	background: url(/images/link-home.gif);
}
a:hover#home {
	background: url(/images/link-home-on.gif);
}

/* ------ */

a#info-on {
	width: 96px;
	right: 344px;
	background: url(/images/link-info-on.gif);
}
a#info {
	width: 96px;
	right: 344px;
	background: url(/images/link-info.gif);
}
a:hover#info {
	background: url(/images/link-info-on.gif);
}

/* ------ */

a#faq-on {
	width: 96px;
	right: 248px;
	background: url(/images/link-faq-on.gif);
}
	
a#faq {
	width: 96px;
	right: 248px;
	background: url(/images/link-faq.gif);
}
a:hover#faq {
	background: url(/images/link-faq-on.gif);
}

/* ------ */

a#store-on {
	width: 96px;
	right: 152px;
	background: url(/images/link-store-on.gif);
}
a#store  {
	width: 96px;
	right: 152px;
	background: url(/images/link-store.gif);
}
a:hover#store {
	background: url(/images/link-store-on.gif);
}

/* ------- */

a#contact {
	width: 96px;
	right: 56px;
	background: url(/images/link-contact.gif);
}

a#contact-on {
	width: 96px;
	right: 56px;
	background: url(/images/link-contact-on.gif);
}

a:hover#contact {
	background: url(/images/link-contact-on.gif);
}

#contents {
	background: url(/images/contents-tile.jpg) 50% 0 repeat-y;
	background-attachment: fixed;
	width: 740px;
	margin: 0 auto;
	min-height:626px; 
	height:auto;
	color: #EEE;
}

/*\*/
* html #contents {
	height: 626px;
}
/**/


#contents ul {
	width: 200px;
	color: #eee;
}
div>#contents ul {
	margin: 0 auto;
}

#contents li {
	padding: .5em 0;
	font-size: 1.2em;
}

#contents p {
	font-size: 1.2em;
	text-align: left;
	margin: 1em;
}

#contents-tile {
	background: url(/images/contents-tile.jpg) 50% 0 repeat-y;
	width: 740px;
	margin: 0 auto;
	padding: 0 0 1em 0;
}

#left {
	width: 400px;
	float: left;
	padding:5px 30px 0 30px;
}



#left p {

	line-height: 1.6;

}


#right{
	width: 220px;
	float: left;
	padding: 5px 30px 0 30px;
	position: relative; 
	right: 30px;
}

#right p {
	text-align: center;
}
#right img {
	margin: 1em 0;
}

#right ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#right li {
padding: 0;
margin: .5em 0;
}

.input {
	font-size: 1.8em;
	line-height: .9;
	color: #666;
	padding: 5px;
	margin: 2px;
}
#preload {
	position: relative;
	top: 2000px;
	left: 2000px;
}
#home-p {
	background: url(/images/link-home-on.gif);
	}
#info-p {
	background: url(/images/link-info-on.gif);
	}
#faq-p {
	background: url(/images/link-faq-on.gif);
	}
#store-p {
	background: url(/images/link-store-on.gif);
	}
#contact-p {
	background: url(/images/link-contact-on.gif);
	}
.clearfix {

	clear: both;

}

p.footer {
	text-align: center;
	margin: 1em 0;
	color: #9c3;
	line-height: 3em;
}

.footer a {
	color: #9c3;
}

.green {
	color: #9c3;
}

#last-update {
	text-align: right;
	color: #eee;
	line-height: 2em;
	margin-right: 1em;
	font-size: 1.3em;
	padding-top: 10px 
}

#international {
	text-align: right;
	color: #eee;
	line-height: 1em;
	margin-right: 1em;
	font-size: 1.3em;
}

.quick-blurb {
	text-align: right;
	color: #eee;
	line-height: 1em;
	margin-right: 1em;
	font-size: 1.3em;
}

blockquote {

	width: 24%;

	font-size: 1.2em;

	line-height: 1.4;

	margin: 10px -60px 10px 10px;

	_margin-right: -35px; /* IE box model hack  */

	background: #333;

	padding: 2px 15px 2px 2px;

	border: solid 3px #999

	}


.right {

	float: right;

}

.left {

	float: left;

}


blockquote:first-letter {

	background: url(../images/openquote.gif) no-repeat left top;

	padding: 10px 2px 10px 25px;

	}

a:link {
color: #9c3;
}

a:visited {
color: #9c3;
}

a:hover {
color: #CF9;
}

a:active {
color: #9c3;
}
/* Print Styles*/

@media print {

blockquote {margin-right: -20pt;  border-width: 0 0 2pt 2pt}

blockquote:first-letter {padding: 0px;	font-size: 140%;}

}

hr {
margin: 0 12px;
border: none;
border-bottom: 3px solid #94BD3D;
}

h1 {
font-weight: normal;
text-align: left;
margin: 12px;
font-size: 2em; 
color: #9c3;
}